Use the new appraisal executable in 1.0.0.beta1

This commit is contained in:
Elliot Winkler 2014-01-20 11:39:18 -07:00
parent 5c3fb37a14
commit 602be16e8e
14 changed files with 34 additions and 25 deletions

View File

@ -34,12 +34,13 @@ GEM
activesupport (3.2.16)
i18n (~> 0.6, >= 0.6.4)
multi_json (~> 1.0)
appraisal (0.5.2)
appraisal (1.0.0.beta2)
bundler
rake
thor (>= 0.14.0)
arel (3.0.3)
aruba (0.5.3)
childprocess (>= 0.3.6)
childprocess (~> 0.3.6)
cucumber (>= 1.1.1)
rspec-expectations (>= 2.7.0)
bourne (1.5.0)
@ -136,7 +137,7 @@ PLATFORMS
DEPENDENCIES
activerecord-jdbc-adapter
activerecord-jdbcsqlite3-adapter
appraisal (~> 0.4)
appraisal (~> 1.0.0.beta2)
aruba
bourne (~> 1.3)
bundler (~> 1.1)

View File

@ -27,6 +27,9 @@
* Running `rake` now installs Appraisals before running the test suite.
* Additionally, we now manage Appraisals using the `appraisal` executable that
is coming in Appraisal 1.0.0 (we're using the beta for now).
# v 2.5.0
* Fix Rails/Test::Unit integration to ensure that the test case classes we are

View File

@ -24,6 +24,6 @@ task :default do
end
end
task :appraise => ['appraisal:install'] do
exec 'rake appraisal'
task :appraise do
exec 'appraisal install && appraisal rake'
end

View File

@ -12,4 +12,4 @@ gem "therubyrhino", :platform=>:jruby
gem "rails", "~> 3.0.17"
gem "strong_parameters"
gemspec :path=>"../"
gemspec :path=>".././"

View File

@ -34,9 +34,10 @@ GEM
activemodel (= 3.0.20)
activesupport (= 3.0.20)
activesupport (3.0.20)
appraisal (0.5.1)
appraisal (1.0.0.beta2)
bundler
rake
thor (>= 0.14.0)
arel (2.0.10)
aruba (0.5.1)
childprocess (~> 0.3.6)
@ -129,7 +130,7 @@ PLATFORMS
DEPENDENCIES
activerecord-jdbc-adapter
activerecord-jdbcsqlite3-adapter
appraisal (~> 0.4)
appraisal (~> 1.0.0.beta2)
aruba
bourne (~> 1.3)
bundler (~> 1.1)

View File

@ -15,4 +15,4 @@ gem "jquery-rails"
gem "sass-rails"
gem "strong_parameters"
gemspec :path=>"../"
gemspec :path=>".././"

View File

@ -35,9 +35,10 @@ GEM
activesupport (= 3.1.11)
activesupport (3.1.11)
multi_json (~> 1.0)
appraisal (0.5.1)
appraisal (1.0.0.beta2)
bundler
rake
thor (>= 0.14.0)
arel (2.2.3)
aruba (0.5.1)
childprocess (~> 0.3.6)
@ -149,7 +150,7 @@ PLATFORMS
DEPENDENCIES
activerecord-jdbc-adapter
activerecord-jdbcsqlite3-adapter
appraisal (~> 0.4)
appraisal (~> 1.0.0.beta2)
aruba
bcrypt-ruby (~> 3.0.0)
bourne (~> 1.3)

View File

@ -15,4 +15,4 @@ gem "jquery-rails"
gem "sass-rails"
gem "strong_parameters"
gemspec :path=>"../"
gemspec :path=>".././"

View File

@ -34,9 +34,10 @@ GEM
activesupport (3.2.13)
i18n (= 0.6.1)
multi_json (~> 1.0)
appraisal (0.5.1)
appraisal (1.0.0.beta2)
bundler
rake
thor (>= 0.14.0)
arel (3.0.2)
aruba (0.5.1)
childprocess (~> 0.3.6)
@ -103,7 +104,7 @@ GEM
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (>= 0.14.6, < 2.0)
rake (10.0.3)
rake (10.1.1)
rdoc (3.12.2)
json (~> 1.4)
rspec-core (2.13.1)
@ -134,7 +135,7 @@ GEM
actionpack (~> 3.0)
activemodel (~> 3.0)
railties (~> 3.0)
thor (0.17.0)
thor (0.18.1)
tilt (1.3.6)
treetop (1.4.12)
polyglot
@ -147,7 +148,7 @@ PLATFORMS
DEPENDENCIES
activerecord-jdbc-adapter
activerecord-jdbcsqlite3-adapter
appraisal (~> 0.4)
appraisal (~> 1.0.0.beta2)
aruba
bcrypt-ruby (~> 3.0.0)
bourne (~> 1.3)

View File

@ -16,4 +16,4 @@ gem "rails", "4.0.0"
gem "sass-rails", "4.0.0"
gem "bcrypt-ruby", "~> 3.0.0"
gemspec :path=>"../"
gemspec :path=>".././"

View File

@ -35,9 +35,10 @@ GEM
multi_json (~> 1.3)
thread_safe (~> 0.1)
tzinfo (~> 0.3.37)
appraisal (0.5.2)
appraisal (1.0.0.beta2)
bundler
rake
thor (>= 0.14.0)
arel (4.0.1)
aruba (0.5.3)
childprocess (>= 0.3.6)
@ -103,7 +104,7 @@ GEM
activesupport (= 4.0.0)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (10.1.0)
rake (10.1.1)
rspec-core (2.14.7)
rspec-expectations (2.14.4)
diff-lcs (>= 1.1.3, < 2.0)
@ -148,7 +149,7 @@ DEPENDENCIES
activerecord-jdbc-adapter
activerecord-jdbcsqlite3-adapter
activeresource (= 4.0.0)
appraisal (~> 0.4)
appraisal (~> 1.0.0.beta2)
aruba
bcrypt-ruby (~> 3.0.0)
bourne (~> 1.3)

View File

@ -16,4 +16,4 @@ gem "rails", "4.0.1"
gem "sass-rails", "4.0.1"
gem "bcrypt-ruby", "~> 3.1.2"
gemspec :path=>"../"
gemspec :path=>".././"

View File

@ -35,9 +35,10 @@ GEM
multi_json (~> 1.3)
thread_safe (~> 0.1)
tzinfo (~> 0.3.37)
appraisal (0.5.2)
appraisal (1.0.0.beta2)
bundler
rake
thor (>= 0.14.0)
arel (4.0.1)
aruba (0.5.3)
childprocess (>= 0.3.6)
@ -103,7 +104,7 @@ GEM
activesupport (= 4.0.1)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (10.1.0)
rake (10.1.1)
rspec-core (2.14.7)
rspec-expectations (2.14.4)
diff-lcs (>= 1.1.3, < 2.0)
@ -148,7 +149,7 @@ DEPENDENCIES
activerecord-jdbc-adapter
activerecord-jdbcsqlite3-adapter
activeresource (= 4.0.0)
appraisal (~> 0.4)
appraisal (~> 1.0.0.beta2)
aruba
bcrypt-ruby (~> 3.1.2)
bourne (~> 1.3)

View File

@ -21,7 +21,7 @@ Gem::Specification.new do |s|
s.required_ruby_version = '>= 1.9.2'
s.add_dependency('activesupport', '>= 3.0.0')
s.add_development_dependency('appraisal', '~> 0.4')
s.add_development_dependency('appraisal', '~> 1.0.0.beta2')
s.add_development_dependency('aruba')
s.add_development_dependency('pry')
s.add_development_dependency('bourne', '~> 1.3')