forked from OpenNeo/impress
bundle update
This commit is contained in:
parent
ca95cfb722
commit
47fcf0030e
49 changed files with 41 additions and 39 deletions
80
Gemfile.lock
80
Gemfile.lock
|
@ -1,29 +1,30 @@
|
|||
GIT
|
||||
remote: git://github.com/eventmachine/eventmachine.git
|
||||
revision: 704fbf62677d21b91d0051a04554d4b27eecee2e
|
||||
revision: 1d9b28eae110457ef3915aef380319a95697a167
|
||||
specs:
|
||||
eventmachine (0.12.11)
|
||||
eventmachine (1.0.0.beta.2)
|
||||
|
||||
GIT
|
||||
remote: git://github.com/igrigorik/em-http-request.git
|
||||
revision: f069bb9b68335496c8f32475b79e448847befdae
|
||||
revision: bbf9c11e02aaa91f5d1149319dcab59f410426e8
|
||||
specs:
|
||||
em-http-request (0.2.14)
|
||||
em-http-request (0.3.0)
|
||||
addressable (>= 2.0.0)
|
||||
escape_utils
|
||||
eventmachine (>= 0.12.9)
|
||||
|
||||
GIT
|
||||
remote: git://github.com/igrigorik/em-mysqlplus.git
|
||||
revision: db0feabdc0117ca5e97df35f259e76a4d9ba8a60
|
||||
revision: 35320562abc914cc7d9fd203abb746f99796739e
|
||||
specs:
|
||||
em-mysqlplus (0.1.5)
|
||||
eventmachine (>= 0.12.9)
|
||||
|
||||
GIT
|
||||
remote: git://github.com/igrigorik/em-synchrony.git
|
||||
revision: 31ae2eabdd630e9b3382e33b8054676ca5450528
|
||||
revision: f59169c5c8f893336802f1de2970ee9dd8755158
|
||||
specs:
|
||||
em-synchrony (0.1.5)
|
||||
em-synchrony (0.2.0)
|
||||
eventmachine (>= 0.12.9)
|
||||
|
||||
GIT
|
||||
|
@ -69,12 +70,12 @@ GEM
|
|||
activemodel (= 3.0.3)
|
||||
activesupport (= 3.0.3)
|
||||
activesupport (3.0.3)
|
||||
addressable (2.2.1)
|
||||
arel (2.0.3)
|
||||
bcrypt-ruby (2.1.2)
|
||||
addressable (2.2.4)
|
||||
arel (2.0.7)
|
||||
bcrypt-ruby (2.1.4)
|
||||
builder (2.1.2)
|
||||
closure-compiler (0.3.3)
|
||||
compass (0.10.5)
|
||||
closure-compiler (1.0.0)
|
||||
compass (0.10.6)
|
||||
haml (>= 3.0.4)
|
||||
daemons (1.1.0)
|
||||
devise (1.1.5)
|
||||
|
@ -83,34 +84,35 @@ GEM
|
|||
diff-lcs (1.1.2)
|
||||
erubis (2.6.6)
|
||||
abstract (>= 1.0.0)
|
||||
factory_girl (1.3.2)
|
||||
factory_girl_rails (1.0)
|
||||
escape_utils (0.1.9)
|
||||
factory_girl (1.3.3)
|
||||
factory_girl_rails (1.0.1)
|
||||
factory_girl (~> 1.3)
|
||||
rails (>= 3.0.0.beta4)
|
||||
haml (3.0.21)
|
||||
hoptoad_notifier (2.3.12)
|
||||
railties (>= 3.0.0)
|
||||
haml (3.0.25)
|
||||
hoptoad_notifier (2.4.5)
|
||||
activesupport
|
||||
builder
|
||||
i18n (0.4.2)
|
||||
jammit (0.5.3)
|
||||
i18n (0.5.0)
|
||||
jammit (0.5.4)
|
||||
closure-compiler (>= 0.1.0)
|
||||
yui-compressor (>= 0.9.1)
|
||||
mail (2.2.9.1)
|
||||
mail (2.2.15)
|
||||
activesupport (>= 2.3.6)
|
||||
i18n (>= 0.4.1)
|
||||
i18n (>= 0.4.0)
|
||||
mime-types (~> 1.16)
|
||||
treetop (~> 1.4.8)
|
||||
memcache-client (1.8.5)
|
||||
mime-types (1.16)
|
||||
msgpack (0.4.3)
|
||||
msgpack (0.4.4)
|
||||
openneo-auth-signatory (0.1.0)
|
||||
ruby-hmac
|
||||
polyglot (0.3.1)
|
||||
rack (1.2.1)
|
||||
rack-fiber_pool (0.9.0)
|
||||
rack-fiber_pool (0.9.1)
|
||||
rack-mount (0.6.13)
|
||||
rack (>= 1.0.0)
|
||||
rack-test (0.5.6)
|
||||
rack-test (0.5.7)
|
||||
rack (>= 1.0)
|
||||
rails (3.0.3)
|
||||
actionmailer (= 3.0.3)
|
||||
|
@ -126,35 +128,35 @@ GEM
|
|||
rake (>= 0.8.7)
|
||||
thor (~> 0.14.4)
|
||||
rake (0.8.7)
|
||||
rdiscount (1.6.5)
|
||||
rspec (2.0.0.beta.22)
|
||||
rspec-core (= 2.0.0.beta.22)
|
||||
rspec-expectations (= 2.0.0.beta.22)
|
||||
rspec-mocks (= 2.0.0.beta.22)
|
||||
rspec-core (2.0.0.beta.22)
|
||||
rspec-expectations (2.0.0.beta.22)
|
||||
rdiscount (1.6.8)
|
||||
rspec (2.0.1)
|
||||
rspec-core (~> 2.0.1)
|
||||
rspec-expectations (~> 2.0.1)
|
||||
rspec-mocks (~> 2.0.1)
|
||||
rspec-core (2.0.1)
|
||||
rspec-expectations (2.0.1)
|
||||
diff-lcs (>= 1.1.2)
|
||||
rspec-mocks (2.0.0.beta.22)
|
||||
rspec-core (= 2.0.0.beta.22)
|
||||
rspec-expectations (= 2.0.0.beta.22)
|
||||
rspec-rails (2.0.0.beta.22)
|
||||
rspec (= 2.0.0.beta.22)
|
||||
rspec-mocks (2.0.1)
|
||||
rspec-core (~> 2.0.1)
|
||||
rspec-expectations (~> 2.0.1)
|
||||
rspec-rails (2.0.1)
|
||||
rspec (~> 2.0.0)
|
||||
ruby-hmac (0.4.0)
|
||||
thin (1.2.7)
|
||||
daemons (>= 1.0.9)
|
||||
eventmachine (>= 0.12.6)
|
||||
rack (>= 1.0.0)
|
||||
thor (0.14.4)
|
||||
thor (0.14.6)
|
||||
treetop (1.4.9)
|
||||
polyglot (>= 0.3.1)
|
||||
tzinfo (0.3.23)
|
||||
tzinfo (0.3.24)
|
||||
warden (1.0.3)
|
||||
rack (>= 1.0.0)
|
||||
whenever (0.6.2)
|
||||
aaronh-chronic (>= 0.3.9)
|
||||
activesupport (>= 2.3.4)
|
||||
will_paginate (3.0.pre2)
|
||||
yui-compressor (0.9.1)
|
||||
yui-compressor (0.9.3)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
|
|
BIN
vendor/cache/addressable-2.2.1.gem
vendored
BIN
vendor/cache/addressable-2.2.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/addressable-2.2.4.gem
vendored
Normal file
BIN
vendor/cache/addressable-2.2.4.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/arel-2.0.3.gem
vendored
BIN
vendor/cache/arel-2.0.3.gem
vendored
Binary file not shown.
BIN
vendor/cache/arel-2.0.7.gem
vendored
Normal file
BIN
vendor/cache/arel-2.0.7.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/bcrypt-ruby-2.1.2.gem
vendored
BIN
vendor/cache/bcrypt-ruby-2.1.2.gem
vendored
Binary file not shown.
BIN
vendor/cache/bcrypt-ruby-2.1.4.gem
vendored
Normal file
BIN
vendor/cache/bcrypt-ruby-2.1.4.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/closure-compiler-0.3.3.gem
vendored
BIN
vendor/cache/closure-compiler-0.3.3.gem
vendored
Binary file not shown.
BIN
vendor/cache/closure-compiler-1.0.0.gem
vendored
Normal file
BIN
vendor/cache/closure-compiler-1.0.0.gem
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
vendor/cache/escape_utils-0.1.9.gem
vendored
Normal file
BIN
vendor/cache/escape_utils-0.1.9.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/factory_girl-1.3.2.gem
vendored
BIN
vendor/cache/factory_girl-1.3.2.gem
vendored
Binary file not shown.
BIN
vendor/cache/factory_girl-1.3.3.gem
vendored
Normal file
BIN
vendor/cache/factory_girl-1.3.3.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/factory_girl_rails-1.0.1.gem
vendored
Normal file
BIN
vendor/cache/factory_girl_rails-1.0.1.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/factory_girl_rails-1.0.gem
vendored
BIN
vendor/cache/factory_girl_rails-1.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/haml-3.0.21.gem
vendored
BIN
vendor/cache/haml-3.0.21.gem
vendored
Binary file not shown.
BIN
vendor/cache/haml-3.0.25.gem
vendored
Normal file
BIN
vendor/cache/haml-3.0.25.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/hoptoad_notifier-2.3.12.gem
vendored
BIN
vendor/cache/hoptoad_notifier-2.3.12.gem
vendored
Binary file not shown.
BIN
vendor/cache/hoptoad_notifier-2.4.5.gem
vendored
Normal file
BIN
vendor/cache/hoptoad_notifier-2.4.5.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/i18n-0.4.2.gem
vendored
BIN
vendor/cache/i18n-0.4.2.gem
vendored
Binary file not shown.
BIN
vendor/cache/i18n-0.5.0.gem
vendored
Normal file
BIN
vendor/cache/i18n-0.5.0.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/jammit-0.5.3.gem
vendored
BIN
vendor/cache/jammit-0.5.3.gem
vendored
Binary file not shown.
BIN
vendor/cache/jammit-0.5.4.gem
vendored
Normal file
BIN
vendor/cache/jammit-0.5.4.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/mail-2.2.15.gem
vendored
Normal file
BIN
vendor/cache/mail-2.2.15.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/mail-2.2.9.1.gem
vendored
BIN
vendor/cache/mail-2.2.9.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/msgpack-0.4.3.gem
vendored
BIN
vendor/cache/msgpack-0.4.3.gem
vendored
Binary file not shown.
BIN
vendor/cache/msgpack-0.4.4.gem
vendored
Normal file
BIN
vendor/cache/msgpack-0.4.4.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/rack-fiber_pool-0.9.0.gem
vendored
BIN
vendor/cache/rack-fiber_pool-0.9.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/rack-fiber_pool-0.9.1.gem
vendored
Normal file
BIN
vendor/cache/rack-fiber_pool-0.9.1.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/rack-test-0.5.6.gem
vendored
BIN
vendor/cache/rack-test-0.5.6.gem
vendored
Binary file not shown.
BIN
vendor/cache/rack-test-0.5.7.gem
vendored
Normal file
BIN
vendor/cache/rack-test-0.5.7.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/rdiscount-1.6.5.gem
vendored
BIN
vendor/cache/rdiscount-1.6.5.gem
vendored
Binary file not shown.
BIN
vendor/cache/rdiscount-1.6.8.gem
vendored
Normal file
BIN
vendor/cache/rdiscount-1.6.8.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/rspec-2.0.0.beta.22.gem
vendored
BIN
vendor/cache/rspec-2.0.0.beta.22.gem
vendored
Binary file not shown.
BIN
vendor/cache/rspec-2.0.1.gem
vendored
Normal file
BIN
vendor/cache/rspec-2.0.1.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/rspec-core-2.0.0.beta.22.gem
vendored
BIN
vendor/cache/rspec-core-2.0.0.beta.22.gem
vendored
Binary file not shown.
BIN
vendor/cache/rspec-core-2.0.1.gem
vendored
Normal file
BIN
vendor/cache/rspec-core-2.0.1.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/rspec-expectations-2.0.0.beta.22.gem
vendored
BIN
vendor/cache/rspec-expectations-2.0.0.beta.22.gem
vendored
Binary file not shown.
BIN
vendor/cache/rspec-expectations-2.0.1.gem
vendored
Normal file
BIN
vendor/cache/rspec-expectations-2.0.1.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/rspec-mocks-2.0.0.beta.22.gem
vendored
BIN
vendor/cache/rspec-mocks-2.0.0.beta.22.gem
vendored
Binary file not shown.
BIN
vendor/cache/rspec-mocks-2.0.1.gem
vendored
Normal file
BIN
vendor/cache/rspec-mocks-2.0.1.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/rspec-rails-2.0.0.beta.22.gem
vendored
BIN
vendor/cache/rspec-rails-2.0.0.beta.22.gem
vendored
Binary file not shown.
BIN
vendor/cache/rspec-rails-2.0.1.gem
vendored
Normal file
BIN
vendor/cache/rspec-rails-2.0.1.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/thor-0.14.4.gem
vendored
BIN
vendor/cache/thor-0.14.4.gem
vendored
Binary file not shown.
BIN
vendor/cache/thor-0.14.6.gem
vendored
Normal file
BIN
vendor/cache/thor-0.14.6.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/tzinfo-0.3.23.gem
vendored
BIN
vendor/cache/tzinfo-0.3.23.gem
vendored
Binary file not shown.
BIN
vendor/cache/tzinfo-0.3.24.gem
vendored
Normal file
BIN
vendor/cache/tzinfo-0.3.24.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/yui-compressor-0.9.1.gem
vendored
BIN
vendor/cache/yui-compressor-0.9.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/yui-compressor-0.9.3.gem
vendored
Normal file
BIN
vendor/cache/yui-compressor-0.9.3.gem
vendored
Normal file
Binary file not shown.
Loading…
Reference in a new issue