Skip to content

Commit

Permalink
Update gemfiles.
Browse files Browse the repository at this point in the history
  • Loading branch information
minter committed May 26, 2011
1 parent aebab91 commit 2c941a3
Show file tree
Hide file tree
Showing 5 changed files with 166 additions and 79 deletions.
35 changes: 31 additions & 4 deletions Gemfile.lock
@@ -1,21 +1,47 @@
GEM
remote: http://rubygems.org/
specs:
appraisal (0.1)
appraisal (0.3.2)
aruba (~> 0.3.6)
bundler
rake
aruba (0.3.6)
childprocess (>= 0.1.7)
cucumber (>= 0.10.0)
rspec (>= 2.5.0)
aws-s3 (0.6.2)
builder
mime-types
xml-simple
builder (3.0.0)
cloudfiles (1.4.15)
childprocess (0.1.9)
ffi (~> 1.0.6)
cloudfiles (1.4.16)
mime-types (>= 1.16)
columnize (0.3.2)
cucumber (0.10.3)
builder (>= 2.1.2)
diff-lcs (>= 1.1.2)
gherkin (>= 2.3.8)
json (>= 1.4.6)
term-ansicolor (>= 1.0.5)
diff-lcs (1.1.2)
ffi (1.0.9)
gherkin (2.3.9)
json (>= 1.4.6)
json (1.5.1)
linecache (0.43)
mime-types (1.16)
mocha (0.9.12)
rake (0.8.7)
rake (0.9.0)
rspec (2.6.0)
rspec-core (~> 2.6.0)
rspec-expectations (~> 2.6.0)
rspec-mocks (~> 2.6.0)
rspec-core (2.6.3)
rspec-expectations (2.6.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.6.0)
ruby-debug (0.10.4)
columnize (>= 0.1)
ruby-debug-base (~> 0.10.4.0)
Expand All @@ -25,7 +51,8 @@ GEM
sqlite3 (1.3.3)
sqlite3-ruby (1.3.3)
sqlite3 (>= 1.3.3)
xml-simple (1.0.14)
term-ansicolor (1.0.5)
xml-simple (1.0.15)

PLATFORMS
ruby
Expand Down
8 changes: 5 additions & 3 deletions gemfiles/rails2.gemfile
@@ -1,12 +1,14 @@
# This file was generated by Appraisal

source "http://rubygems.org"

gem "ruby-debug"
gem "rails", "~>2.3.0"
gem "rake"
gem "sqlite3-ruby", "~>1.3.0"
gem "shoulda"
gem "cloudfiles", ">=1.4.11"
gem "cloudfiles", ">=1.4.15"
gem "mocha"
gem "aws-s3", {:require=>"aws/s3"}
gem "appraisal"
gem "aws-s3", :require=>"aws/s3"
gem "appraisal"

76 changes: 52 additions & 24 deletions gemfiles/rails2.gemfile.lock
@@ -1,56 +1,84 @@
GEM
remote: http://rubygems.org/
specs:
actionmailer (2.3.10)
actionpack (= 2.3.10)
actionpack (2.3.10)
activesupport (= 2.3.10)
actionmailer (2.3.11)
actionpack (= 2.3.11)
actionpack (2.3.11)
activesupport (= 2.3.11)
rack (~> 1.1.0)
activerecord (2.3.10)
activesupport (= 2.3.10)
activeresource (2.3.10)
activesupport (= 2.3.10)
activesupport (2.3.10)
appraisal (0.1)
activerecord (2.3.11)
activesupport (= 2.3.11)
activeresource (2.3.11)
activesupport (= 2.3.11)
activesupport (2.3.11)
appraisal (0.3.2)
aruba (~> 0.3.6)
bundler
rake
aruba (0.3.6)
childprocess (>= 0.1.7)
cucumber (>= 0.10.0)
rspec (>= 2.5.0)
aws-s3 (0.6.2)
builder
mime-types
xml-simple
builder (3.0.0)
cloudfiles (1.4.14)
childprocess (0.1.9)
ffi (~> 1.0.6)
cloudfiles (1.4.16)
mime-types (>= 1.16)
columnize (0.3.2)
cucumber (0.10.3)
builder (>= 2.1.2)
diff-lcs (>= 1.1.2)
gherkin (>= 2.3.8)
json (>= 1.4.6)
term-ansicolor (>= 1.0.5)
diff-lcs (1.1.2)
ffi (1.0.9)
gherkin (2.3.9)
json (>= 1.4.6)
json (1.5.1)
linecache (0.43)
mime-types (1.16)
mocha (0.9.9)
rake
rack (1.1.0)
rails (2.3.10)
actionmailer (= 2.3.10)
actionpack (= 2.3.10)
activerecord (= 2.3.10)
activeresource (= 2.3.10)
activesupport (= 2.3.10)
mocha (0.9.12)
rack (1.1.2)
rails (2.3.11)
actionmailer (= 2.3.11)
actionpack (= 2.3.11)
activerecord (= 2.3.11)
activeresource (= 2.3.11)
activesupport (= 2.3.11)
rake (>= 0.8.3)
rake (0.8.7)
rake (0.9.0)
rspec (2.6.0)
rspec-core (~> 2.6.0)
rspec-expectations (~> 2.6.0)
rspec-mocks (~> 2.6.0)
rspec-core (2.6.3)
rspec-expectations (2.6.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.6.0)
ruby-debug (0.10.4)
columnize (>= 0.1)
ruby-debug-base (~> 0.10.4.0)
ruby-debug-base (0.10.4)
linecache (>= 0.3)
shoulda (2.11.3)
sqlite3-ruby (1.3.2)
xml-simple (1.0.12)
sqlite3 (1.3.3)
sqlite3-ruby (1.3.3)
sqlite3 (>= 1.3.3)
term-ansicolor (1.0.5)
xml-simple (1.0.15)

PLATFORMS
ruby

DEPENDENCIES
appraisal
aws-s3
cloudfiles (>= 1.4.11)
cloudfiles (>= 1.4.15)
mocha
rails (~> 2.3.0)
rake
Expand Down
8 changes: 5 additions & 3 deletions gemfiles/rails3.gemfile
@@ -1,12 +1,14 @@
# This file was generated by Appraisal

source "http://rubygems.org"

gem "ruby-debug"
gem "rails", "~>3.0.0"
gem "rake"
gem "sqlite3-ruby", "~>1.3.0"
gem "shoulda"
gem "cloudfiles", ">=1.4.11"
gem "cloudfiles", ">=1.4.15"
gem "mocha"
gem "aws-s3", {:require=>"aws/s3"}
gem "appraisal"
gem "aws-s3", :require=>"aws/s3"
gem "appraisal"

118 changes: 73 additions & 45 deletions gemfiles/rails3.gemfile.lock
Expand Up @@ -2,96 +2,124 @@ GEM
remote: http://rubygems.org/
specs:
abstract (1.0.0)
actionmailer (3.0.3)
actionpack (= 3.0.3)
mail (~> 2.2.9)
actionpack (3.0.3)
activemodel (= 3.0.3)
activesupport (= 3.0.3)
actionmailer (3.0.7)
actionpack (= 3.0.7)
mail (~> 2.2.15)
actionpack (3.0.7)
activemodel (= 3.0.7)
activesupport (= 3.0.7)
builder (~> 2.1.2)
erubis (~> 2.6.6)
i18n (~> 0.4)
i18n (~> 0.5.0)
rack (~> 1.2.1)
rack-mount (~> 0.6.13)
rack-test (~> 0.5.6)
rack-mount (~> 0.6.14)
rack-test (~> 0.5.7)
tzinfo (~> 0.3.23)
activemodel (3.0.3)
activesupport (= 3.0.3)
activemodel (3.0.7)
activesupport (= 3.0.7)
builder (~> 2.1.2)
i18n (~> 0.4)
activerecord (3.0.3)
activemodel (= 3.0.3)
activesupport (= 3.0.3)
i18n (~> 0.5.0)
activerecord (3.0.7)
activemodel (= 3.0.7)
activesupport (= 3.0.7)
arel (~> 2.0.2)
tzinfo (~> 0.3.23)
activeresource (3.0.3)
activemodel (= 3.0.3)
activesupport (= 3.0.3)
activesupport (3.0.3)
appraisal (0.1)
activeresource (3.0.7)
activemodel (= 3.0.7)
activesupport (= 3.0.7)
activesupport (3.0.7)
appraisal (0.3.2)
aruba (~> 0.3.6)
bundler
rake
arel (2.0.4)
arel (2.0.10)
aruba (0.3.6)
childprocess (>= 0.1.7)
cucumber (>= 0.10.0)
rspec (>= 2.5.0)
aws-s3 (0.6.2)
builder
mime-types
xml-simple
builder (2.1.2)
cloudfiles (1.4.14)
childprocess (0.1.9)
ffi (~> 1.0.6)
cloudfiles (1.4.16)
mime-types (>= 1.16)
columnize (0.3.2)
cucumber (0.10.3)
builder (>= 2.1.2)
diff-lcs (>= 1.1.2)
gherkin (>= 2.3.8)
json (>= 1.4.6)
term-ansicolor (>= 1.0.5)
diff-lcs (1.1.2)
erubis (2.6.6)
abstract (>= 1.0.0)
i18n (0.4.2)
ffi (1.0.9)
gherkin (2.3.9)
json (>= 1.4.6)
i18n (0.5.0)
json (1.5.1)
linecache (0.43)
mail (2.2.10)
mail (2.2.19)
activesupport (>= 2.3.6)
i18n (~> 0.4.1)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.16)
mocha (0.9.9)
rake
mocha (0.9.12)
polyglot (0.3.1)
rack (1.2.1)
rack-mount (0.6.13)
rack (1.2.3)
rack-mount (0.6.14)
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)
actionpack (= 3.0.3)
activerecord (= 3.0.3)
activeresource (= 3.0.3)
activesupport (= 3.0.3)
rails (3.0.7)
actionmailer (= 3.0.7)
actionpack (= 3.0.7)
activerecord (= 3.0.7)
activeresource (= 3.0.7)
activesupport (= 3.0.7)
bundler (~> 1.0)
railties (= 3.0.3)
railties (3.0.3)
actionpack (= 3.0.3)
activesupport (= 3.0.3)
railties (= 3.0.7)
railties (3.0.7)
actionpack (= 3.0.7)
activesupport (= 3.0.7)
rake (>= 0.8.7)
thor (~> 0.14.4)
rake (0.8.7)
rake (0.9.0)
rspec (2.6.0)
rspec-core (~> 2.6.0)
rspec-expectations (~> 2.6.0)
rspec-mocks (~> 2.6.0)
rspec-core (2.6.3)
rspec-expectations (2.6.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.6.0)
ruby-debug (0.10.4)
columnize (>= 0.1)
ruby-debug-base (~> 0.10.4.0)
ruby-debug-base (0.10.4)
linecache (>= 0.3)
shoulda (2.11.3)
sqlite3-ruby (1.3.2)
sqlite3 (1.3.3)
sqlite3-ruby (1.3.3)
sqlite3 (>= 1.3.3)
term-ansicolor (1.0.5)
thor (0.14.6)
treetop (1.4.9)
polyglot (>= 0.3.1)
tzinfo (0.3.23)
xml-simple (1.0.12)
tzinfo (0.3.27)
xml-simple (1.0.15)

PLATFORMS
ruby

DEPENDENCIES
appraisal
aws-s3
cloudfiles (>= 1.4.11)
cloudfiles (>= 1.4.15)
mocha
rails (~> 3.0.0)
rake
Expand Down

0 comments on commit 2c941a3

Please sign in to comment.