tracks/Gemfile.lock

237 lines
5.3 KiB
Text
Raw Normal View History

2013-01-25 21:04:59 -05:00
PATH
remote: vendor/gems/cache_digests-0.1.0
specs:
cache_digests (0.1.0)
actionpack (>= 3.2)
2011-09-15 00:52:22 -04:00
GEM
2012-04-05 10:43:56 +02:00
remote: https://rubygems.org/
2011-09-15 00:52:22 -04:00
specs:
RedCloth (4.2.9)
aasm (3.0.15)
2013-01-10 10:03:06 +00:00
actionmailer (3.2.11)
actionpack (= 3.2.11)
2012-04-05 10:43:56 +02:00
mail (~> 2.4.4)
2013-01-10 10:03:06 +00:00
actionpack (3.2.11)
activemodel (= 3.2.11)
activesupport (= 3.2.11)
2012-04-05 10:43:56 +02:00
builder (~> 3.0.0)
erubis (~> 2.7.0)
journey (~> 1.0.4)
2012-04-05 10:43:56 +02:00
rack (~> 1.4.0)
rack-cache (~> 1.2)
rack-test (~> 0.6.1)
2012-12-16 14:24:27 +01:00
sprockets (~> 2.2.1)
2013-01-10 10:03:06 +00:00
activemodel (3.2.11)
activesupport (= 3.2.11)
2012-04-05 10:43:56 +02:00
builder (~> 3.0.0)
2013-01-10 10:03:06 +00:00
activerecord (3.2.11)
activemodel (= 3.2.11)
activesupport (= 3.2.11)
2012-04-05 10:43:56 +02:00
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
2013-01-10 10:03:06 +00:00
activeresource (3.2.11)
activemodel (= 3.2.11)
activesupport (= 3.2.11)
activesupport (3.2.11)
2012-04-05 10:43:56 +02:00
i18n (~> 0.6)
multi_json (~> 1.0)
2012-12-16 14:24:27 +01:00
acts_as_list (0.1.9)
addressable (2.3.2)
2012-04-05 10:43:56 +02:00
arel (3.0.2)
2012-12-16 14:24:27 +01:00
aruba (0.5.1)
childprocess (~> 0.3.6)
cucumber (>= 1.1.1)
2012-12-16 14:24:27 +01:00
rspec-expectations (>= 2.7.0)
bcrypt-ruby (3.0.1)
bluecloth (2.2.0)
2012-12-16 14:24:27 +01:00
builder (3.0.4)
bullet (4.3.0)
2012-12-16 14:24:27 +01:00
uniform_notifier
capybara (2.0.2)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
selenium-webdriver (~> 2.0)
2012-12-16 14:24:27 +01:00
xpath (~> 1.0.0)
childprocess (0.3.6)
ffi (~> 1.0, >= 1.0.6)
2012-04-05 10:43:56 +02:00
coffee-rails (3.2.2)
coffee-script (>= 2.2.0)
railties (~> 3.2.0)
coffee-script (2.2.0)
coffee-script-source
execjs
2012-12-16 14:24:27 +01:00
coffee-script-source (1.4.0)
cucumber (1.2.1)
builder (>= 2.1.2)
2012-05-20 05:46:52 +02:00
diff-lcs (>= 1.1.3)
gherkin (~> 2.11.0)
json (>= 1.4.6)
cucumber-rails (1.3.0)
capybara (>= 1.1.2)
cucumber (>= 1.1.8)
nokogiri (>= 1.5.0)
2012-04-19 00:02:42 +02:00
daemons (1.0.10)
2012-12-16 14:24:27 +01:00
database_cleaner (0.9.1)
diff-lcs (1.1.3)
2012-04-05 10:43:56 +02:00
erubis (2.7.0)
execjs (1.4.0)
2012-04-05 10:43:56 +02:00
multi_json (~> 1.0)
2012-12-16 14:24:27 +01:00
factory_girl (4.1.0)
activesupport (>= 3.0.0)
2012-12-16 14:24:27 +01:00
factory_girl_rails (4.1.0)
factory_girl (~> 4.1.0)
railties (>= 3.0.0)
2012-12-16 14:24:27 +01:00
ffi (1.2.0)
formatize (1.1.0)
RedCloth (~> 4.2)
actionpack (~> 3.0)
bluecloth (~> 2.2)
2012-04-19 00:02:42 +02:00
gem_plugin (0.2.3)
2012-12-16 14:24:27 +01:00
gherkin (2.11.5)
json (>= 1.4.6)
2012-04-05 10:43:56 +02:00
hike (1.2.1)
2012-04-11 17:36:22 +02:00
htmlentities (4.3.1)
2012-12-16 14:24:27 +01:00
i18n (0.6.1)
journey (1.0.4)
2012-12-16 14:24:27 +01:00
jquery-rails (2.1.4)
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
json (1.7.6)
libv8 (3.11.8.13)
2012-12-16 14:24:27 +01:00
libwebsocket (0.1.7.1)
addressable
2012-12-16 14:24:27 +01:00
websocket
2012-04-05 10:43:56 +02:00
mail (2.4.4)
2011-10-16 13:36:22 +02:00
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
2012-06-28 17:02:07 +02:00
mime-types (1.19)
2012-04-19 00:02:42 +02:00
mongrel (1.2.0.pre2)
daemons (~> 1.0.10)
gem_plugin (~> 0.2.3)
2012-12-16 14:24:27 +01:00
multi_json (1.5.0)
mysql2 (0.3.11)
nokogiri (1.5.6)
polyglot (0.3.3)
2013-01-10 10:03:06 +00:00
rack (1.4.3)
2012-04-05 10:43:56 +02:00
rack-cache (1.2)
rack (>= 0.4)
2012-12-16 14:24:27 +01:00
rack-mini-profiler (0.1.23)
rack (>= 1.1.3)
2012-04-05 10:43:56 +02:00
rack-ssl (1.3.2)
rack
2012-12-16 14:24:27 +01:00
rack-test (0.6.2)
2011-09-15 00:52:22 -04:00
rack (>= 1.0)
2013-01-10 10:03:06 +00:00
rails (3.2.11)
actionmailer (= 3.2.11)
actionpack (= 3.2.11)
activerecord (= 3.2.11)
activeresource (= 3.2.11)
activesupport (= 3.2.11)
2012-04-05 10:43:56 +02:00
bundler (~> 1.0)
2013-01-10 10:03:06 +00:00
railties (= 3.2.11)
rails_autolink (1.0.9)
2012-04-11 17:36:22 +02:00
rails (~> 3.1)
2013-01-10 10:03:06 +00:00
railties (3.2.11)
actionpack (= 3.2.11)
activesupport (= 3.2.11)
2012-04-05 10:43:56 +02:00
rack-ssl (~> 1.3.2)
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (>= 0.14.6, < 2.0)
2012-12-16 14:24:27 +01:00
rake (10.0.3)
2012-04-05 10:43:56 +02:00
rdoc (3.12)
json (~> 1.4)
2012-12-16 14:24:27 +01:00
ref (1.0.2)
rspec-expectations (2.12.1)
diff-lcs (~> 1.1.3)
2012-06-28 17:02:07 +02:00
rubyzip (0.9.9)
sanitize (2.0.3)
nokogiri (>= 1.4.4, < 1.6)
sass (3.2.5)
2012-04-05 10:43:56 +02:00
sass-rails (3.2.5)
railties (~> 3.2.0)
sass (>= 3.1.10)
tilt (~> 1.3)
2012-12-16 14:24:27 +01:00
selenium-webdriver (2.27.2)
childprocess (>= 0.2.5)
libwebsocket (~> 0.1.3)
multi_json (~> 1.0)
rubyzip
simplecov (0.7.1)
multi_json (~> 1.0)
simplecov-html (~> 0.7.1)
simplecov-html (0.7.1)
2012-12-16 14:24:27 +01:00
sprockets (2.2.2)
2012-04-05 10:43:56 +02:00
hike (~> 1.2)
2012-12-16 14:24:27 +01:00
multi_json (~> 1.0)
2012-04-05 10:43:56 +02:00
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
2012-04-19 00:02:42 +02:00
sqlite3 (1.3.6)
swf_fu (2.0.3)
2012-04-11 17:36:22 +02:00
coffee-script
rails (>= 3.1)
therubyracer (0.11.3)
libv8 (~> 3.11.8.12)
2012-12-16 14:24:27 +01:00
ref
thor (0.16.0)
2012-04-05 10:43:56 +02:00
tilt (1.3.3)
timecop (0.5.7)
2012-12-16 14:24:27 +01:00
tolk (1.3.4)
will_paginate
ya2yaml (~> 0.26)
2012-12-16 14:24:27 +01:00
treetop (1.4.12)
2011-10-16 13:36:22 +02:00
polyglot
polyglot (>= 0.3.1)
2012-12-16 14:24:27 +01:00
tzinfo (0.3.35)
uglifier (1.3.0)
2012-04-05 10:43:56 +02:00
execjs (>= 0.3.0)
2012-12-16 14:24:27 +01:00
multi_json (~> 1.0, >= 1.0.2)
uniform_notifier (1.1.1)
websocket (1.0.6)
2012-04-11 17:36:22 +02:00
will_paginate (3.0.3)
2012-12-16 14:24:27 +01:00
xpath (1.0.0)
nokogiri (~> 1.3)
ya2yaml (0.31)
2012-12-16 14:24:27 +01:00
yard (0.8.3)
2011-09-15 00:52:22 -04:00
PLATFORMS
ruby
DEPENDENCIES
2013-01-27 13:18:42 +01:00
RedCloth (~> 4.2.9)
aasm (~> 3.0)
acts_as_list (~> 0.1)
aruba (~> 0.5)
bcrypt-ruby (~> 3.0)
bullet (~> 4.3)
cache_digests!
2013-01-27 13:18:42 +01:00
capybara (~> 2.0)
coffee-rails (~> 3.2)
cucumber-rails (~> 1.3)
database_cleaner (~> 0.9)
factory_girl_rails (~> 4.1)
formatize (~> 1.1)
htmlentities (~> 4.3)
jquery-rails (~> 2.1)
mongrel (>= 1.2.0.pre2)
2013-01-27 13:18:42 +01:00
mysql2 (~> 0.3)
rack-mini-profiler (~> 0.1)
rails (~> 3.2)
rails_autolink (~> 1.0)
sanitize (~> 2.0)
sass-rails (~> 3.2)
selenium-webdriver (~> 2.27)
simplecov (~> 0.7)
sqlite3 (~> 1.3)
swf_fu (~> 2.0)
therubyracer (~> 0.11)
timecop (~> 0.5)
tolk (~> 1.3)
uglifier (~> 1.3)
will_paginate (~> 3.0)
yard (~> 0.8)