wblog/Gemfile.lock

173 lines
3.8 KiB
Plaintext
Raw Normal View History

2012-06-23 06:19:03 +08:00
GEM
remote: http://ruby.taobao.org/
specs:
2012-06-23 09:45:07 +08:00
actionmailer (3.2.6)
actionpack (= 3.2.6)
2012-06-23 06:19:03 +08:00
mail (~> 2.4.4)
2012-06-23 09:45:07 +08:00
actionpack (3.2.6)
activemodel (= 3.2.6)
activesupport (= 3.2.6)
2012-06-23 06:19:03 +08:00
builder (~> 3.0.0)
erubis (~> 2.7.0)
journey (~> 1.0.1)
rack (~> 1.4.0)
rack-cache (~> 1.2)
rack-test (~> 0.6.1)
2012-06-23 09:45:07 +08:00
sprockets (~> 2.1.3)
activemodel (3.2.6)
activesupport (= 3.2.6)
2012-06-23 06:19:03 +08:00
builder (~> 3.0.0)
2012-06-23 09:45:07 +08:00
activerecord (3.2.6)
activemodel (= 3.2.6)
activesupport (= 3.2.6)
2012-06-23 06:19:03 +08:00
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
2012-06-23 09:45:07 +08:00
activeresource (3.2.6)
activemodel (= 3.2.6)
activesupport (= 3.2.6)
activesupport (3.2.6)
2012-06-23 06:19:03 +08:00
i18n (~> 0.6)
multi_json (~> 1.0)
arel (3.0.2)
2012-06-23 09:42:37 +08:00
bson (1.6.4)
bson_ext (1.6.4)
bson (~> 1.6.4)
2012-06-23 06:19:03 +08:00
builder (3.0.0)
2012-06-25 00:47:49 +08:00
capistrano (2.11.2)
highline
net-scp (>= 1.0.0)
net-sftp (>= 2.0.0)
net-ssh (>= 2.0.14)
net-ssh-gateway (>= 1.1.0)
2012-06-25 00:09:44 +08:00
carrierwave (0.6.2)
activemodel (>= 3.2.0)
activesupport (>= 3.2.0)
carrierwave-mongoid (0.2.1)
carrierwave (~> 0.6.1)
mongoid (~> 2.1)
2012-06-23 06:19:03 +08:00
coffee-rails (3.2.2)
coffee-script (>= 2.2.0)
railties (~> 3.2.0)
coffee-script (2.2.0)
coffee-script-source
execjs
coffee-script-source (1.3.3)
database_cleaner (0.8.0)
2012-06-23 06:19:03 +08:00
diff-lcs (1.1.3)
erubis (2.7.0)
execjs (1.4.0)
multi_json (~> 1.0)
2012-06-25 00:47:49 +08:00
highline (1.6.11)
2012-06-23 06:19:03 +08:00
hike (1.2.1)
i18n (0.6.0)
journey (1.0.4)
jquery-rails (2.0.2)
railties (>= 3.2.0, < 5.0)
thor (~> 0.14)
json (1.7.3)
mail (2.4.4)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.19)
2012-06-25 00:09:44 +08:00
mini_magick (3.4)
subexec (~> 0.2.1)
mongo (1.6.2)
bson (~> 1.6.2)
mongoid (2.4.11)
2012-06-23 06:19:03 +08:00
activemodel (~> 3.1)
mongo (<= 1.6.2)
2012-06-23 06:19:03 +08:00
tzinfo (~> 0.3.22)
multi_json (1.3.6)
2012-06-25 00:47:49 +08:00
net-scp (1.0.4)
net-ssh (>= 1.99.1)
net-sftp (2.0.5)
net-ssh (>= 2.0.9)
net-ssh (2.3.0)
net-ssh-gateway (1.1.0)
net-ssh (>= 1.99.1)
2012-06-23 06:19:03 +08:00
polyglot (0.3.3)
rack (1.4.1)
rack-cache (1.2)
rack (>= 0.4)
rack-ssl (1.3.2)
rack
rack-test (0.6.1)
rack (>= 1.0)
2012-06-23 09:45:07 +08:00
rails (3.2.6)
actionmailer (= 3.2.6)
actionpack (= 3.2.6)
activerecord (= 3.2.6)
activeresource (= 3.2.6)
activesupport (= 3.2.6)
2012-06-23 06:19:03 +08:00
bundler (~> 1.0)
2012-06-23 09:45:07 +08:00
railties (= 3.2.6)
railties (3.2.6)
actionpack (= 3.2.6)
activesupport (= 3.2.6)
2012-06-23 06:19:03 +08:00
rack-ssl (~> 1.3.2)
rake (>= 0.8.7)
rdoc (~> 3.4)
2012-06-23 09:45:07 +08:00
thor (>= 0.14.6, < 2.0)
2012-06-23 06:19:03 +08:00
rake (0.9.2.2)
rdoc (3.12)
json (~> 1.4)
2012-06-24 05:13:09 +08:00
redcarpet (2.1.1)
2012-06-23 09:42:37 +08:00
rspec (2.10.0)
rspec-core (~> 2.10.0)
rspec-expectations (~> 2.10.0)
rspec-mocks (~> 2.10.0)
rspec-core (2.10.1)
rspec-expectations (2.10.0)
diff-lcs (~> 1.1.3)
rspec-mocks (2.10.1)
rspec-rails (2.10.1)
2012-06-23 06:19:03 +08:00
actionpack (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
2012-06-23 09:42:37 +08:00
rspec (~> 2.10.0)
2012-06-25 00:57:54 +08:00
rvm-capistrano (1.2.2)
capistrano (>= 2.0.0)
2012-06-23 06:19:03 +08:00
sass (3.1.19)
sass-rails (3.2.5)
railties (~> 3.2.0)
sass (>= 3.1.10)
tilt (~> 1.3)
simple_form (2.0.2)
actionpack (~> 3.0)
activemodel (~> 3.0)
2012-06-23 06:19:03 +08:00
sprockets (2.1.3)
hike (~> 1.2)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
2012-06-25 00:09:44 +08:00
subexec (0.2.2)
2012-06-23 09:45:07 +08:00
thor (0.15.3)
2012-06-23 06:19:03 +08:00
tilt (1.3.3)
treetop (1.4.10)
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.33)
uglifier (1.2.5)
execjs (>= 0.3.0)
multi_json (~> 1.3)
PLATFORMS
ruby
DEPENDENCIES
bson_ext
2012-06-25 00:47:49 +08:00
capistrano
2012-06-25 00:09:44 +08:00
carrierwave-mongoid
2012-06-23 06:19:03 +08:00
coffee-rails (~> 3.2.1)
database_cleaner
2012-06-23 06:19:03 +08:00
jquery-rails
2012-06-25 00:09:44 +08:00
mini_magick
2012-06-23 06:19:03 +08:00
mongoid
2012-06-23 09:45:07 +08:00
rails (= 3.2.6)
2012-06-24 05:13:09 +08:00
redcarpet
rspec-rails (>= 2.8.1)
2012-06-25 00:57:54 +08:00
rvm-capistrano
2012-06-23 06:19:03 +08:00
sass-rails (~> 3.2.3)
simple_form
2012-06-23 06:19:03 +08:00
uglifier (>= 1.0.3)