Skip to content

Commit

Permalink
bump rails 3.2.8 to 3.2.9 in appraisals
Browse files Browse the repository at this point in the history
  • Loading branch information
mjankowski committed Nov 30, 2012
1 parent beed853 commit b5f313c
Show file tree
Hide file tree
Showing 6 changed files with 73 additions and 66 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ before_script:
gemfile: gemfile:
- gemfiles/3.0.17.gemfile - gemfiles/3.0.17.gemfile
- gemfiles/3.1.8.gemfile - gemfiles/3.1.8.gemfile
- gemfiles/3.2.8.gemfile - gemfiles/3.2.9.gemfile
branches: branches:
only: only:
- master - master
2 changes: 1 addition & 1 deletion Appraisals
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
['3.0.17', '3.1.8', '3.2.8'].each do |rails_version| ['3.0.17', '3.1.8', '3.2.9'].each do |rails_version|
appraise "#{rails_version}" do appraise "#{rails_version}" do
gem 'rails', rails_version gem 'rails', rails_version
end end
Expand Down
24 changes: 13 additions & 11 deletions gemfiles/3.0.17.gemfile.lock
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,5 @@
PATH PATH
remote: /Users/gabe/thoughtbot/open-source/clearance remote: /Users/mjankowski/Development/OpenSource/clearance
specs: specs:
clearance (1.0.0.rc4) clearance (1.0.0.rc4)
bcrypt-ruby bcrypt-ruby
Expand Down Expand Up @@ -56,7 +56,7 @@ GEM
rack-test (>= 0.5.4) rack-test (>= 0.5.4)
selenium-webdriver (~> 2.0) selenium-webdriver (~> 2.0)
xpath (~> 0.1.4) xpath (~> 0.1.4)
childprocess (0.3.5) childprocess (0.3.6)
ffi (~> 1.0, >= 1.0.6) ffi (~> 1.0, >= 1.0.6)
cucumber (1.2.1) cucumber (1.2.1)
builder (>= 2.1.2) builder (>= 2.1.2)
Expand All @@ -76,13 +76,14 @@ GEM
factory_girl_rails (3.5.0) factory_girl_rails (3.5.0)
factory_girl (~> 3.5.0) factory_girl (~> 3.5.0)
railties (>= 3.0.0) railties (>= 3.0.0)
ffi (1.1.5) ffi (1.2.0)
gherkin (2.11.2) gherkin (2.11.5)
json (>= 1.4.6) json (>= 1.4.6)
i18n (0.5.0) i18n (0.5.0)
json (1.7.5) json (1.7.5)
libwebsocket (0.1.5) libwebsocket (0.1.7.1)
addressable addressable
websocket
mail (2.2.19) mail (2.2.19)
activesupport (>= 2.3.6) activesupport (>= 2.3.6)
i18n (>= 0.4.0) i18n (>= 0.4.0)
Expand All @@ -92,7 +93,7 @@ GEM
mime-types (1.19) mime-types (1.19)
mocha (0.10.5) mocha (0.10.5)
metaclass (~> 0.0.1) metaclass (~> 0.0.1)
multi_json (1.3.6) multi_json (1.3.7)
nokogiri (1.5.5) nokogiri (1.5.5)
polyglot (0.3.3) polyglot (0.3.3)
rack (1.2.5) rack (1.2.5)
Expand All @@ -114,7 +115,7 @@ GEM
rake (>= 0.8.7) rake (>= 0.8.7)
rdoc (~> 3.4) rdoc (~> 3.4)
thor (~> 0.14.4) thor (~> 0.14.4)
rake (0.9.2.2) rake (10.0.2)
rdoc (3.12) rdoc (3.12)
json (~> 1.4) json (~> 1.4)
rspec (2.11.0) rspec (2.11.0)
Expand All @@ -124,14 +125,14 @@ GEM
rspec-core (2.11.1) rspec-core (2.11.1)
rspec-expectations (2.11.3) rspec-expectations (2.11.3)
diff-lcs (~> 1.1.3) diff-lcs (~> 1.1.3)
rspec-mocks (2.11.2) rspec-mocks (2.11.3)
rspec-rails (2.11.0) rspec-rails (2.11.0)
actionpack (>= 3.0) actionpack (>= 3.0)
activesupport (>= 3.0) activesupport (>= 3.0)
railties (>= 3.0) railties (>= 3.0)
rspec (~> 2.11.0) rspec (~> 2.11.0)
rubyzip (0.9.9) rubyzip (0.9.9)
selenium-webdriver (2.25.0) selenium-webdriver (2.26.0)
childprocess (>= 0.2.5) childprocess (>= 0.2.5)
libwebsocket (~> 0.1.3) libwebsocket (~> 0.1.3)
multi_json (~> 1.0) multi_json (~> 1.0)
Expand All @@ -141,10 +142,11 @@ GEM
sqlite3 (1.3.6) sqlite3 (1.3.6)
thor (0.14.6) thor (0.14.6)
timecop (0.3.5) timecop (0.3.5)
treetop (1.4.10) treetop (1.4.12)
polyglot polyglot
polyglot (>= 0.3.1) polyglot (>= 0.3.1)
tzinfo (0.3.33) tzinfo (0.3.35)
websocket (1.0.4)
xpath (0.1.4) xpath (0.1.4)
nokogiri (~> 1.3) nokogiri (~> 1.3)


Expand Down
26 changes: 14 additions & 12 deletions gemfiles/3.1.8.gemfile.lock
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,5 @@
PATH PATH
remote: /Users/gabe/thoughtbot/open-source/clearance remote: /Users/mjankowski/Development/OpenSource/clearance
specs: specs:
clearance (1.0.0.rc4) clearance (1.0.0.rc4)
bcrypt-ruby bcrypt-ruby
Expand Down Expand Up @@ -49,15 +49,15 @@ GEM
bcrypt-ruby (3.0.1) bcrypt-ruby (3.0.1)
bourne (1.1.2) bourne (1.1.2)
mocha (= 0.10.5) mocha (= 0.10.5)
builder (3.0.3) builder (3.0.4)
capybara (1.1.2) capybara (1.1.2)
mime-types (>= 1.16) mime-types (>= 1.16)
nokogiri (>= 1.3.3) nokogiri (>= 1.3.3)
rack (>= 1.0.0) rack (>= 1.0.0)
rack-test (>= 0.5.4) rack-test (>= 0.5.4)
selenium-webdriver (~> 2.0) selenium-webdriver (~> 2.0)
xpath (~> 0.1.4) xpath (~> 0.1.4)
childprocess (0.3.5) childprocess (0.3.6)
ffi (~> 1.0, >= 1.0.6) ffi (~> 1.0, >= 1.0.6)
cucumber (1.2.1) cucumber (1.2.1)
builder (>= 2.1.2) builder (>= 2.1.2)
Expand All @@ -76,14 +76,15 @@ GEM
factory_girl_rails (3.5.0) factory_girl_rails (3.5.0)
factory_girl (~> 3.5.0) factory_girl (~> 3.5.0)
railties (>= 3.0.0) railties (>= 3.0.0)
ffi (1.1.5) ffi (1.2.0)
gherkin (2.11.2) gherkin (2.11.5)
json (>= 1.4.6) json (>= 1.4.6)
hike (1.2.1) hike (1.2.1)
i18n (0.6.1) i18n (0.6.1)
json (1.7.5) json (1.7.5)
libwebsocket (0.1.5) libwebsocket (0.1.7.1)
addressable addressable
websocket
mail (2.3.3) mail (2.3.3)
i18n (>= 0.4.0) i18n (>= 0.4.0)
mime-types (~> 1.16) mime-types (~> 1.16)
Expand All @@ -102,7 +103,7 @@ GEM
rack (>= 1.0.0) rack (>= 1.0.0)
rack-ssl (1.3.2) rack-ssl (1.3.2)
rack rack
rack-test (0.6.1) rack-test (0.6.2)
rack (>= 1.0) rack (>= 1.0)
rails (3.1.8) rails (3.1.8)
actionmailer (= 3.1.8) actionmailer (= 3.1.8)
Expand All @@ -119,7 +120,7 @@ GEM
rake (>= 0.8.7) rake (>= 0.8.7)
rdoc (~> 3.4) rdoc (~> 3.4)
thor (~> 0.14.6) thor (~> 0.14.6)
rake (0.9.2.2) rake (10.0.2)
rdoc (3.12) rdoc (3.12)
json (~> 1.4) json (~> 1.4)
rspec (2.11.0) rspec (2.11.0)
Expand All @@ -129,14 +130,14 @@ GEM
rspec-core (2.11.1) rspec-core (2.11.1)
rspec-expectations (2.11.3) rspec-expectations (2.11.3)
diff-lcs (~> 1.1.3) diff-lcs (~> 1.1.3)
rspec-mocks (2.11.2) rspec-mocks (2.11.3)
rspec-rails (2.11.0) rspec-rails (2.11.0)
actionpack (>= 3.0) actionpack (>= 3.0)
activesupport (>= 3.0) activesupport (>= 3.0)
railties (>= 3.0) railties (>= 3.0)
rspec (~> 2.11.0) rspec (~> 2.11.0)
rubyzip (0.9.9) rubyzip (0.9.9)
selenium-webdriver (2.25.0) selenium-webdriver (2.26.0)
childprocess (>= 0.2.5) childprocess (>= 0.2.5)
libwebsocket (~> 0.1.3) libwebsocket (~> 0.1.3)
multi_json (~> 1.0) multi_json (~> 1.0)
Expand All @@ -151,10 +152,11 @@ GEM
thor (0.14.6) thor (0.14.6)
tilt (1.3.3) tilt (1.3.3)
timecop (0.3.5) timecop (0.3.5)
treetop (1.4.10) treetop (1.4.12)
polyglot polyglot
polyglot (>= 0.3.1) polyglot (>= 0.3.1)
tzinfo (0.3.33) tzinfo (0.3.35)
websocket (1.0.4)
xpath (0.1.4) xpath (0.1.4)
nokogiri (~> 1.3) nokogiri (~> 1.3)


Expand Down
2 changes: 1 addition & 1 deletion gemfiles/3.2.8.gemfile → gemfiles/3.2.9.gemfile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@


source "http://rubygems.org" source "http://rubygems.org"


gem "rails", "3.2.8" gem "rails", "3.2.9"


gemspec :path=>"../" gemspec :path=>"../"
83 changes: 43 additions & 40 deletions gemfiles/3.2.8.gemfile.lock → gemfiles/3.2.9.gemfile.lock
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,5 @@
PATH PATH
remote: /Users/gabe/thoughtbot/open-source/clearance remote: /Users/mjankowski/Development/OpenSource/clearance
specs: specs:
clearance (1.0.0.rc4) clearance (1.0.0.rc4)
bcrypt-ruby bcrypt-ruby
Expand All @@ -8,31 +8,31 @@ PATH
GEM GEM
remote: http://rubygems.org/ remote: http://rubygems.org/
specs: specs:
actionmailer (3.2.8) actionmailer (3.2.9)
actionpack (= 3.2.8) actionpack (= 3.2.9)
mail (~> 2.4.4) mail (~> 2.4.4)
actionpack (3.2.8) actionpack (3.2.9)
activemodel (= 3.2.8) activemodel (= 3.2.9)
activesupport (= 3.2.8) activesupport (= 3.2.9)
builder (~> 3.0.0) builder (~> 3.0.0)
erubis (~> 2.7.0) erubis (~> 2.7.0)
journey (~> 1.0.4) journey (~> 1.0.4)
rack (~> 1.4.0) rack (~> 1.4.0)
rack-cache (~> 1.2) rack-cache (~> 1.2)
rack-test (~> 0.6.1) rack-test (~> 0.6.1)
sprockets (~> 2.1.3) sprockets (~> 2.2.1)
activemodel (3.2.8) activemodel (3.2.9)
activesupport (= 3.2.8) activesupport (= 3.2.9)
builder (~> 3.0.0) builder (~> 3.0.0)
activerecord (3.2.8) activerecord (3.2.9)
activemodel (= 3.2.8) activemodel (= 3.2.9)
activesupport (= 3.2.8) activesupport (= 3.2.9)
arel (~> 3.0.2) arel (~> 3.0.2)
tzinfo (~> 0.3.29) tzinfo (~> 0.3.29)
activeresource (3.2.8) activeresource (3.2.9)
activemodel (= 3.2.8) activemodel (= 3.2.9)
activesupport (= 3.2.8) activesupport (= 3.2.9)
activesupport (3.2.8) activesupport (3.2.9)
i18n (~> 0.6) i18n (~> 0.6)
multi_json (~> 1.0) multi_json (~> 1.0)
addressable (2.3.2) addressable (2.3.2)
Expand All @@ -48,15 +48,15 @@ GEM
bcrypt-ruby (3.0.1) bcrypt-ruby (3.0.1)
bourne (1.1.2) bourne (1.1.2)
mocha (= 0.10.5) mocha (= 0.10.5)
builder (3.0.3) builder (3.0.4)
capybara (1.1.2) capybara (1.1.2)
mime-types (>= 1.16) mime-types (>= 1.16)
nokogiri (>= 1.3.3) nokogiri (>= 1.3.3)
rack (>= 1.0.0) rack (>= 1.0.0)
rack-test (>= 0.5.4) rack-test (>= 0.5.4)
selenium-webdriver (~> 2.0) selenium-webdriver (~> 2.0)
xpath (~> 0.1.4) xpath (~> 0.1.4)
childprocess (0.3.5) childprocess (0.3.6)
ffi (~> 1.0, >= 1.0.6) ffi (~> 1.0, >= 1.0.6)
cucumber (1.2.1) cucumber (1.2.1)
builder (>= 2.1.2) builder (>= 2.1.2)
Expand All @@ -75,15 +75,16 @@ GEM
factory_girl_rails (3.5.0) factory_girl_rails (3.5.0)
factory_girl (~> 3.5.0) factory_girl (~> 3.5.0)
railties (>= 3.0.0) railties (>= 3.0.0)
ffi (1.1.5) ffi (1.2.0)
gherkin (2.11.2) gherkin (2.11.5)
json (>= 1.4.6) json (>= 1.4.6)
hike (1.2.1) hike (1.2.1)
i18n (0.6.1) i18n (0.6.1)
journey (1.0.4) journey (1.0.4)
json (1.7.5) json (1.7.5)
libwebsocket (0.1.5) libwebsocket (0.1.7.1)
addressable addressable
websocket
mail (2.4.4) mail (2.4.4)
i18n (>= 0.4.0) i18n (>= 0.4.0)
mime-types (~> 1.16) mime-types (~> 1.16)
Expand All @@ -92,32 +93,32 @@ GEM
mime-types (1.19) mime-types (1.19)
mocha (0.10.5) mocha (0.10.5)
metaclass (~> 0.0.1) metaclass (~> 0.0.1)
multi_json (1.3.6) multi_json (1.3.7)
nokogiri (1.5.5) nokogiri (1.5.5)
polyglot (0.3.3) polyglot (0.3.3)
rack (1.4.1) rack (1.4.1)
rack-cache (1.2) rack-cache (1.2)
rack (>= 0.4) rack (>= 0.4)
rack-ssl (1.3.2) rack-ssl (1.3.2)
rack rack
rack-test (0.6.1) rack-test (0.6.2)
rack (>= 1.0) rack (>= 1.0)
rails (3.2.8) rails (3.2.9)
actionmailer (= 3.2.8) actionmailer (= 3.2.9)
actionpack (= 3.2.8) actionpack (= 3.2.9)
activerecord (= 3.2.8) activerecord (= 3.2.9)
activeresource (= 3.2.8) activeresource (= 3.2.9)
activesupport (= 3.2.8) activesupport (= 3.2.9)
bundler (~> 1.0) bundler (~> 1.0)
railties (= 3.2.8) railties (= 3.2.9)
railties (3.2.8) railties (3.2.9)
actionpack (= 3.2.8) actionpack (= 3.2.9)
activesupport (= 3.2.8) activesupport (= 3.2.9)
rack-ssl (~> 1.3.2) rack-ssl (~> 1.3.2)
rake (>= 0.8.7) rake (>= 0.8.7)
rdoc (~> 3.4) rdoc (~> 3.4)
thor (>= 0.14.6, < 2.0) thor (>= 0.14.6, < 2.0)
rake (0.9.2.2) rake (10.0.2)
rdoc (3.12) rdoc (3.12)
json (~> 1.4) json (~> 1.4)
rspec (2.11.0) rspec (2.11.0)
Expand All @@ -127,32 +128,34 @@ GEM
rspec-core (2.11.1) rspec-core (2.11.1)
rspec-expectations (2.11.3) rspec-expectations (2.11.3)
diff-lcs (~> 1.1.3) diff-lcs (~> 1.1.3)
rspec-mocks (2.11.2) rspec-mocks (2.11.3)
rspec-rails (2.11.0) rspec-rails (2.11.0)
actionpack (>= 3.0) actionpack (>= 3.0)
activesupport (>= 3.0) activesupport (>= 3.0)
railties (>= 3.0) railties (>= 3.0)
rspec (~> 2.11.0) rspec (~> 2.11.0)
rubyzip (0.9.9) rubyzip (0.9.9)
selenium-webdriver (2.25.0) selenium-webdriver (2.26.0)
childprocess (>= 0.2.5) childprocess (>= 0.2.5)
libwebsocket (~> 0.1.3) libwebsocket (~> 0.1.3)
multi_json (~> 1.0) multi_json (~> 1.0)
rubyzip rubyzip
shoulda-matchers (1.2.0) shoulda-matchers (1.2.0)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
sprockets (2.1.3) sprockets (2.2.2)
hike (~> 1.2) hike (~> 1.2)
multi_json (~> 1.0)
rack (~> 1.0) rack (~> 1.0)
tilt (~> 1.1, != 1.3.0) tilt (~> 1.1, != 1.3.0)
sqlite3 (1.3.6) sqlite3 (1.3.6)
thor (0.16.0) thor (0.16.0)
tilt (1.3.3) tilt (1.3.3)
timecop (0.3.5) timecop (0.3.5)
treetop (1.4.10) treetop (1.4.12)
polyglot polyglot
polyglot (>= 0.3.1) polyglot (>= 0.3.1)
tzinfo (0.3.33) tzinfo (0.3.35)
websocket (1.0.4)
xpath (0.1.4) xpath (0.1.4)
nokogiri (~> 1.3) nokogiri (~> 1.3)


Expand All @@ -169,7 +172,7 @@ DEPENDENCIES
cucumber-rails (= 1.1.1) cucumber-rails (= 1.1.1)
database_cleaner (= 0.8.0) database_cleaner (= 0.8.0)
factory_girl_rails (= 3.5.0) factory_girl_rails (= 3.5.0)
rails (= 3.2.8) rails (= 3.2.9)
rspec-rails (= 2.11.0) rspec-rails (= 2.11.0)
shoulda-matchers (= 1.2.0) shoulda-matchers (= 1.2.0)
sqlite3 (= 1.3.6) sqlite3 (= 1.3.6)
Expand Down

0 comments on commit b5f313c

Please sign in to comment.