agenda-libre-ruby/Gemfile.lock

477 lines
11 KiB
Plaintext
Raw Normal View History

GIT
remote: git://github.com/activeadmin/activeadmin.git
2015-01-10 01:00:06 +01:00
revision: 7aef260921d418d904d2dba9b1a97eed893e9019
specs:
activeadmin (1.0.0.pre)
2014-08-23 00:30:09 +02:00
arbre (~> 1.0, >= 1.0.2)
bourbon
coffee-rails
2014-11-22 15:55:50 +01:00
formtastic (~> 3.1)
2014-10-21 21:54:44 +02:00
formtastic_i18n
2014-10-31 14:32:57 +01:00
inherited_resources (~> 1.4, != 1.5.0)
jquery-rails
jquery-ui-rails (~> 5.0)
2014-02-18 09:28:04 +01:00
kaminari (~> 0.15)
2015-01-10 01:00:06 +01:00
rails (>= 3.2, < 5.0)
2014-08-31 16:43:15 +02:00
ransack (~> 1.3)
sass-rails
GIT
remote: git://github.com/cubus/jquery-sparkline-rails.git
revision: 5c2ced0fa68e5e099bec82b67bdf71f9d865da8a
specs:
jquery-sparkline-rails (2.1.1)
jquery-rails
rails (>= 3.2.2)
2015-01-10 01:00:06 +01:00
GIT
remote: git://github.com/josevalim/inherited_resources.git
revision: ff1c991307ff78cce98882b6986aeabbbcfd70c4
branch: rails-4-2
specs:
inherited_resources (1.5.1)
actionpack (>= 3.2, < 5)
has_scope (~> 0.6.0.rc)
railties (>= 3.2, < 5)
responders
GIT
remote: git://github.com/svenfuchs/i18n-active_record.git
2014-04-26 12:11:21 +02:00
revision: 2d9a22b6a4e5d809782cdbfa65b14d9e47aa27fc
specs:
i18n-active_record (0.0.2)
i18n (>= 0.5.0)
2013-11-14 10:54:09 +01:00
GEM
remote: https://rubygems.org/
specs:
2015-01-10 01:00:06 +01:00
actionmailer (4.2.0)
actionpack (= 4.2.0)
actionview (= 4.2.0)
activejob (= 4.2.0)
2014-09-20 17:25:38 +02:00
mail (~> 2.5, >= 2.5.4)
2015-01-10 01:00:06 +01:00
rails-dom-testing (~> 1.0, >= 1.0.5)
actionpack (4.2.0)
actionview (= 4.2.0)
activesupport (= 4.2.0)
rack (~> 1.6.0)
2013-11-14 10:54:09 +01:00
rack-test (~> 0.6.2)
2015-01-10 01:00:06 +01:00
rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.1)
actionview (4.2.0)
activesupport (= 4.2.0)
2014-03-18 15:40:13 +01:00
builder (~> 3.1)
erubis (~> 2.7.0)
2015-01-10 01:00:06 +01:00
rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.1)
2014-10-11 11:34:22 +02:00
actionview-encoded_mail_to (1.0.5)
2014-06-27 12:31:43 +02:00
rails
2014-07-18 17:01:51 +02:00
activeadmin_pagedown (0.0.2)
activeadmin (>= 0.5.0)
2015-01-10 01:00:06 +01:00
activejob (4.2.0)
activesupport (= 4.2.0)
globalid (>= 0.3.0)
activemodel (4.2.0)
activesupport (= 4.2.0)
2014-03-18 15:40:13 +01:00
builder (~> 3.1)
2015-01-10 01:00:06 +01:00
activerecord (4.2.0)
activemodel (= 4.2.0)
activesupport (= 4.2.0)
arel (~> 6.0)
activesupport (4.2.0)
i18n (~> 0.7)
2014-03-18 15:40:13 +01:00
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
2015-01-10 01:00:06 +01:00
thread_safe (~> 0.3, >= 0.3.4)
2014-03-18 15:40:13 +01:00
tzinfo (~> 1.1)
addressable (2.3.6)
2014-08-23 00:30:09 +02:00
arbre (1.0.2)
activesupport (>= 3.0.0)
2015-01-10 01:00:06 +01:00
arel (6.0.0)
ast (2.0.0)
2014-09-05 21:05:17 +02:00
astrolabe (1.3.0)
parser (>= 2.2.0.pre.3, < 3.0)
2014-10-24 11:32:20 +02:00
bcrypt (3.1.9)
2015-01-10 01:00:06 +01:00
bourbon (4.1.0)
2014-10-21 23:40:54 +02:00
sass (~> 3.3)
thor
2015-01-10 01:00:06 +01:00
brakeman (3.0.0)
erubis (~> 2.6)
fastercsv (~> 1.5)
haml (>= 3.0, < 5.0)
highline (~> 1.6.20)
multi_json (~> 1.2)
2014-08-23 00:30:09 +02:00
ruby2ruby (~> 2.1.1)
ruby_parser (~> 3.5.0)
sass (~> 3.0)
slim (>= 1.3.6, < 3.0)
terminal-table (~> 1.4)
buftok (0.2.0)
2014-03-18 15:40:13 +01:00
builder (3.2.2)
2014-09-05 21:05:17 +02:00
celluloid (0.16.0)
timers (~> 4.0.0)
chunky_png (1.3.3)
2013-11-24 16:09:03 +01:00
coderay (1.1.0)
2014-10-15 00:46:07 +02:00
coffee-rails (4.1.0)
2013-11-14 10:54:09 +01:00
coffee-script (>= 2.2.0)
railties (>= 4.0.0, < 5.0)
coffee-script (2.3.0)
2013-11-14 10:54:09 +01:00
coffee-script-source
execjs
2014-08-28 11:52:45 +02:00
coffee-script-source (1.8.0)
2014-10-21 23:40:54 +02:00
compass (1.0.1)
chunky_png (~> 1.2)
2014-10-21 23:40:54 +02:00
compass-core (~> 1.0.1)
compass-import-once (~> 1.0.5)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
sass (>= 3.3.13, < 3.5)
compass-core (1.0.1)
multi_json (~> 1.0)
sass (>= 3.3.0, < 3.5)
compass-import-once (1.0.5)
sass (>= 3.2, < 3.5)
2015-01-10 01:00:06 +01:00
compass-rails (2.0.4)
2014-10-21 23:40:54 +02:00
compass (~> 1.0.0)
2015-01-10 01:00:06 +01:00
sass-rails (<= 5.0.1)
sprockets (< 2.13)
2014-10-31 14:32:57 +01:00
devise (3.4.1)
2014-05-17 13:36:58 +02:00
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 3.2.6, < 5)
responders
2014-05-17 13:36:58 +02:00
thread_safe (~> 0.1)
warden (~> 1.2.3)
2014-12-12 21:58:12 +01:00
devise-i18n (0.11.3)
differ (0.1.2)
2014-09-02 01:02:51 +02:00
docile (1.1.5)
2014-04-26 12:11:21 +02:00
em-websocket (0.5.1)
2013-11-24 16:09:03 +01:00
eventmachine (>= 0.12.9)
2014-04-26 12:11:21 +02:00
http_parser.rb (~> 0.6.0)
2014-12-12 21:58:12 +01:00
email_validator (1.5.0)
2014-05-26 01:06:43 +02:00
activemodel
equalizer (0.0.9)
2013-11-14 10:54:09 +01:00
erubis (2.7.0)
2014-12-20 18:28:56 +01:00
eventmachine (1.0.4)
2014-10-16 22:24:18 +02:00
execjs (2.2.2)
2015-01-10 01:00:06 +01:00
faraday (0.9.1)
multipart-post (>= 1.2, < 3)
fastercsv (1.5.5)
2014-10-11 11:34:22 +02:00
ffi (1.9.6)
2014-08-28 11:52:45 +02:00
font-awesome-rails (4.2.0.0)
railties (>= 3.2, < 5.0)
2014-05-26 01:06:43 +02:00
formatador (0.2.5)
2015-01-10 01:00:06 +01:00
formtastic (3.1.3)
2014-09-25 19:14:16 +02:00
actionpack (>= 3.2.13)
2014-10-21 21:54:44 +02:00
formtastic_i18n (0.1.1)
2014-11-09 11:31:30 +01:00
geocoder (1.2.6)
2015-01-10 01:00:06 +01:00
globalid (0.3.0)
activesupport (>= 4.1.0)
guard (2.11.1)
2013-11-24 16:09:03 +01:00
formatador (>= 0.2.4)
listen (~> 2.7)
2013-11-24 16:09:03 +01:00
lumberjack (~> 1.0)
2014-12-20 18:28:56 +01:00
nenv (~> 0.1)
2015-01-10 01:00:06 +01:00
notiffany (~> 0.0)
2013-11-24 16:09:03 +01:00
pry (>= 0.9.12)
2015-01-10 01:00:06 +01:00
shellany (~> 0.0)
2013-11-24 16:09:03 +01:00
thor (>= 0.18.1)
2014-11-18 14:27:05 +01:00
guard-brakeman (0.8.3)
brakeman (>= 2.1.1)
2014-11-18 14:27:05 +01:00
guard (>= 2.0.0)
2014-12-12 21:58:12 +01:00
guard-bundler (2.1.0)
2013-11-24 16:09:03 +01:00
bundler (~> 1.0)
guard (~> 2.2)
2014-12-12 21:58:12 +01:00
guard-compat (~> 1.1)
2014-12-22 10:31:58 +01:00
guard-compat (1.2.0)
2014-11-18 14:27:05 +01:00
guard-livereload (2.4.0)
2013-11-24 16:09:03 +01:00
em-websocket (~> 0.5)
2014-11-18 14:27:05 +01:00
guard (~> 2.8)
2013-11-24 16:09:03 +01:00
multi_json (~> 1.8)
2014-12-20 18:28:56 +01:00
guard-migrate (1.2.1)
2014-12-12 21:58:12 +01:00
activerecord (>= 4.1.0)
2014-12-20 18:28:56 +01:00
guard (~> 2.3)
guard-compat (~> 1.1)
guard-minitest (2.3.2)
2013-11-24 16:09:03 +01:00
guard (~> 2.0)
2013-11-25 18:26:50 +01:00
minitest (>= 3.0)
guard-rubocop (1.2.0)
guard (~> 2.0)
rubocop (~> 0.20)
2014-12-12 21:58:12 +01:00
haml (4.0.6)
2013-11-14 10:54:09 +01:00
tilt
2014-12-20 18:28:56 +01:00
haml-lint (0.10.0)
2014-12-12 21:58:12 +01:00
haml (~> 4.0)
rubocop (>= 0.25.0)
sysexits (~> 1.1)
2013-12-28 00:26:27 +01:00
haml-rails (0.5.3)
actionpack (>= 4.0.1)
activesupport (>= 4.0.1)
2013-12-01 13:57:39 +01:00
haml (>= 3.1, < 5.0)
2013-12-28 00:26:27 +01:00
railties (>= 4.0.1)
has_scope (0.6.0.rc)
actionpack (>= 3.2, < 5)
activesupport (>= 3.2, < 5)
highline (1.6.21)
2013-11-14 10:54:09 +01:00
hike (1.2.3)
2014-09-05 21:05:17 +02:00
hitimes (1.2.2)
2014-11-18 14:27:05 +01:00
http (0.6.3)
http_parser.rb (~> 0.6.0)
2014-09-20 17:20:40 +02:00
http_accept_language (2.0.2)
2014-04-26 12:11:21 +02:00
http_parser.rb (0.6.0)
2014-12-20 18:28:56 +01:00
i18n (0.7.0)
jbuilder (2.2.6)
2014-04-18 19:12:33 +02:00
activesupport (>= 3.0.0, < 5)
multi_json (~> 1.2)
2015-01-10 01:00:06 +01:00
jquery-rails (4.0.3)
rails-dom-testing (~> 1.0)
railties (>= 4.2.0)
2013-11-14 10:54:09 +01:00
thor (>= 0.14, < 2.0)
2014-08-30 00:44:15 +02:00
jquery-turbolinks (2.1.0)
railties (>= 3.1.0)
turbolinks
2014-11-30 20:52:38 +01:00
jquery-ui-rails (5.0.3)
2014-03-02 00:10:47 +01:00
railties (>= 3.2.16)
2015-01-10 01:00:06 +01:00
json (1.8.2)
2014-06-21 10:25:52 +02:00
kaminari (0.16.1)
actionpack (>= 3.0.0)
activesupport (>= 3.0.0)
leaflet-markercluster-rails (0.7.0)
railties (>= 3.1)
2014-10-01 12:19:55 +02:00
leaflet-rails (0.7.4)
2014-09-20 17:25:38 +02:00
libv8 (3.16.14.7)
2015-01-10 01:00:06 +01:00
listen (2.8.5)
2013-11-24 16:09:03 +01:00
celluloid (>= 0.15.2)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
2015-01-10 01:00:06 +01:00
loofah (2.0.1)
nokogiri (>= 1.5.9)
2014-06-26 20:12:44 +02:00
lumberjack (1.0.9)
mail (2.6.3)
2014-09-20 17:25:38 +02:00
mime-types (>= 1.16, < 3)
memoizable (0.4.2)
thread_safe (~> 0.3, >= 0.3.1)
meta-tags (2.0.0)
actionpack (>= 3.0.0)
2013-11-24 16:09:03 +01:00
method_source (0.8.2)
2014-10-21 21:54:44 +02:00
mime-types (2.4.3)
2015-01-10 01:00:06 +01:00
mini_portile (0.6.2)
minitest (5.5.1)
modernizr-rails (2.7.1)
2014-05-26 01:06:43 +02:00
multi_json (1.10.1)
multipart-post (2.0.0)
2014-11-18 14:27:05 +01:00
mysql2 (0.3.17)
naught (1.0.0)
2014-12-20 18:28:56 +01:00
nenv (0.1.1)
2015-01-10 01:00:06 +01:00
nokogiri (1.6.5)
mini_portile (~> 0.6.0)
notiffany (0.0.3)
nenv (~> 0.1)
shellany (~> 0.0)
2014-05-17 13:36:58 +02:00
orm_adapter (0.5.0)
2015-01-10 01:00:06 +01:00
parser (2.2.0.2)
ast (>= 1.1, < 3.0)
polyamorous (1.1.0)
2014-05-17 13:36:58 +02:00
activerecord (>= 3.0)
powerpack (0.0.9)
2014-08-17 15:43:04 +02:00
pry (0.10.1)
2014-06-21 10:25:52 +02:00
coderay (~> 1.1.0)
method_source (~> 0.8.1)
2013-11-24 16:09:03 +01:00
slop (~> 3.4)
2014-12-28 15:28:55 +01:00
quiet_assets (1.1.0)
railties (>= 3.1, < 5.0)
2015-01-10 01:00:06 +01:00
rack (1.6.0)
rack-test (0.6.3)
2013-11-14 10:54:09 +01:00
rack (>= 1.0)
2015-01-10 01:00:06 +01:00
rails (4.2.0)
actionmailer (= 4.2.0)
actionpack (= 4.2.0)
actionview (= 4.2.0)
activejob (= 4.2.0)
activemodel (= 4.2.0)
activerecord (= 4.2.0)
activesupport (= 4.2.0)
2013-11-14 10:54:09 +01:00
bundler (>= 1.3.0, < 2.0)
2015-01-10 01:00:06 +01:00
railties (= 4.2.0)
sprockets-rails
rails-deprecated_sanitizer (1.0.3)
activesupport (>= 4.2.0.alpha)
rails-dom-testing (1.0.5)
activesupport (>= 4.2.0.beta, < 5.0)
nokogiri (~> 1.6.0)
rails-deprecated_sanitizer (>= 1.0.1)
rails-html-sanitizer (1.0.1)
loofah (~> 2.0)
2014-09-05 21:05:17 +02:00
rails-i18n (4.0.3)
i18n (~> 0.6)
2014-09-05 21:05:17 +02:00
railties (~> 4.0)
2015-01-10 01:00:06 +01:00
railties (4.2.0)
actionpack (= 4.2.0)
activesupport (= 4.2.0)
2013-11-14 10:54:09 +01:00
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rainbow (2.0.0)
2014-12-12 21:58:12 +01:00
rake (10.4.2)
2014-10-31 14:32:57 +01:00
ransack (1.5.1)
2014-05-17 13:36:58 +02:00
actionpack (>= 3.0)
activerecord (>= 3.0)
activesupport (>= 3.0)
i18n
polyamorous (~> 1.1)
rb-fsevent (0.9.4)
rb-inotify (0.9.5)
2013-11-24 16:09:03 +01:00
ffi (>= 0.5.0)
2014-12-12 21:58:12 +01:00
rdoc (4.2.0)
2013-11-14 10:54:09 +01:00
json (~> 1.4)
2014-12-12 21:58:12 +01:00
redcarpet (3.2.2)
ref (1.0.5)
2015-01-10 01:00:06 +01:00
responders (2.0.2)
railties (>= 4.2.0.alpha, < 5)
2014-12-12 21:58:12 +01:00
rubocop (0.28.0)
2014-09-05 21:05:17 +02:00
astrolabe (~> 1.3)
2014-11-09 11:31:30 +01:00
parser (>= 2.2.0.pre.7, < 3.0)
powerpack (~> 0.0.6)
rainbow (>= 1.99.1, < 3.0)
ruby-progressbar (~> 1.4)
2014-12-22 10:31:58 +01:00
ruby-progressbar (1.7.1)
2014-09-28 00:53:03 +02:00
ruby2ruby (2.1.3)
ruby_parser (~> 3.1)
sexp_processor (~> 4.0)
ruby_parser (3.5.0)
sexp_processor (~> 4.1)
2014-11-25 23:27:31 +01:00
sass (3.4.9)
2015-01-10 01:00:06 +01:00
sass-rails (5.0.1)
2013-11-14 10:54:09 +01:00
railties (>= 4.0.0, < 5.0)
2015-01-10 01:00:06 +01:00
sass (~> 3.1)
sprockets (>= 2.8, < 4.0)
2014-10-21 23:40:54 +02:00
sprockets-rails (>= 2.0, < 4.0)
2015-01-10 01:00:06 +01:00
tilt (~> 1.1)
2014-08-15 19:22:31 +02:00
sdoc (0.4.1)
json (~> 1.7, >= 1.7.7)
rdoc (~> 4.0)
2014-08-23 00:30:09 +02:00
select2-rails (3.5.9.1)
thor (~> 0.14)
2014-08-15 19:22:31 +02:00
sexp_processor (4.4.4)
2015-01-10 01:00:06 +01:00
shellany (0.0.1)
2014-11-22 15:55:50 +01:00
simple_calendar (1.1.9)
rails (>= 3.0)
2015-01-10 01:00:06 +01:00
simple_oauth (0.3.1)
2014-09-25 19:14:16 +02:00
simplecov (0.9.1)
2014-09-02 01:02:51 +02:00
docile (~> 1.1.0)
2014-09-25 19:14:16 +02:00
multi_json (~> 1.0)
2014-09-02 01:02:51 +02:00
simplecov-html (~> 0.8.0)
simplecov-html (0.8.0)
2014-10-16 22:24:18 +02:00
slim (2.1.0)
temple (~> 0.6.9)
tilt (>= 1.3.3, < 2.1)
slop (3.6.0)
2014-11-25 23:27:31 +01:00
spring (1.2.0)
2014-10-31 14:32:57 +01:00
sprockets (2.12.3)
2013-11-14 10:54:09 +01:00
hike (~> 1.2)
multi_json (~> 1.0)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
2014-11-30 20:52:38 +01:00
sprockets-rails (2.2.2)
2013-11-14 10:54:09 +01:00
actionpack (>= 3.0)
activesupport (>= 3.0)
2014-10-11 11:34:22 +02:00
sprockets (>= 2.8, < 4.0)
2014-10-31 14:32:57 +01:00
sqlite3 (1.3.10)
strip_attributes (1.5.1)
activemodel (>= 3.0, < 5.0)
2014-12-12 21:58:12 +01:00
sysexits (1.2.0)
temple (0.6.10)
terminal-table (1.4.5)
therubyracer (0.12.1)
libv8 (~> 3.16.14.0)
ref
thor (0.19.1)
2014-05-31 23:16:36 +02:00
thread_safe (0.3.4)
2013-11-14 10:54:09 +01:00
tilt (1.4.1)
2014-09-20 17:25:38 +02:00
timers (4.0.1)
2014-09-05 21:05:17 +02:00
hitimes
tinymce-rails (4.1.6)
railties (>= 3.1.1)
tinymce-rails-langs (4.20140129)
tinymce-rails (~> 4.0)
2014-12-12 21:58:12 +01:00
turbolinks (2.5.3)
2013-11-14 10:54:09 +01:00
coffee-rails
2014-11-09 11:31:30 +01:00
twitter (5.13.0)
addressable (~> 2.3)
buftok (~> 0.2.0)
equalizer (~> 0.0.9)
faraday (~> 0.9.0)
http (~> 0.6.0)
http_parser.rb (~> 0.6.0)
json (~> 1.8)
memoizable (~> 0.4.0)
naught (~> 1.0)
2014-10-31 14:32:57 +01:00
simple_oauth (~> 0.3.0)
tzinfo (1.2.2)
2014-03-18 15:40:13 +01:00
thread_safe (~> 0.1)
2015-01-10 01:00:06 +01:00
uglifier (2.7.0)
2013-11-14 10:54:09 +01:00
execjs (>= 0.3.0)
json (>= 1.8.0)
2014-05-17 13:36:58 +02:00
warden (1.2.3)
rack (>= 1.0)
webrick (1.3.1)
2014-11-25 23:27:31 +01:00
webshims-rails (1.15.5)
rails (> 3.1.0)
2013-11-14 10:54:09 +01:00
PLATFORMS
ruby
DEPENDENCIES
2014-06-27 12:31:43 +02:00
actionview-encoded_mail_to
activeadmin!
2014-07-18 17:01:51 +02:00
activeadmin_pagedown
brakeman
2013-11-24 16:09:03 +01:00
coffee-rails
2014-03-18 15:40:13 +01:00
compass-rails
2014-05-17 13:36:58 +02:00
devise
devise-i18n
differ
2014-05-26 01:06:43 +02:00
email_validator
font-awesome-rails
2014-08-23 16:59:42 +02:00
geocoder
guard-brakeman
2013-11-24 16:09:03 +01:00
guard-bundler
guard-livereload
2014-12-12 21:58:12 +01:00
guard-migrate
2013-11-25 18:26:50 +01:00
guard-minitest
guard-rubocop
2014-12-12 21:58:12 +01:00
haml-lint
haml-rails
has_scope
2014-09-20 17:20:40 +02:00
http_accept_language
i18n-active_record!
2015-01-10 01:00:06 +01:00
inherited_resources!
2014-11-18 14:27:05 +01:00
jbuilder
2013-11-14 10:54:09 +01:00
jquery-rails
jquery-sparkline-rails!
jquery-turbolinks
leaflet-markercluster-rails
leaflet-rails
meta-tags
modernizr-rails
2013-11-14 10:54:09 +01:00
mysql2
quiet_assets
2014-08-17 15:43:04 +02:00
rails
rails-i18n
redcarpet
2015-01-10 01:00:06 +01:00
sass-rails
2014-03-18 15:40:13 +01:00
sdoc (~> 0.4.0)
select2-rails
simple_calendar
2014-09-02 01:02:51 +02:00
simplecov
2014-03-18 15:40:13 +01:00
spring
sqlite3
strip_attributes
therubyracer
tinymce-rails
tinymce-rails-langs
2013-11-14 10:54:09 +01:00
turbolinks
twitter
2013-11-24 16:09:03 +01:00
uglifier
webrick (>= 1.3.1)
webshims-rails