Commit ef106cbd by Isaac Betesh Committed by Jon Yurek

testing with both aws-sdk v2.0 and aws-sdk v2.1

parent 58a73770
...@@ -9,9 +9,12 @@ rvm: ...@@ -9,9 +9,12 @@ rvm:
script: "bundle exec rake clean spec cucumber" script: "bundle exec rake clean spec cucumber"
gemfile: gemfile:
- gemfiles/3.2.gemfile - gemfiles/3.2.awsv2.1.gemfile
- gemfiles/4.1.gemfile - gemfiles/4.1.awsv2.1.gemfile
- gemfiles/4.2.gemfile - gemfiles/4.2.awsv2.1.gemfile
- gemfiles/3.2.awsv2.0.gemfile
- gemfiles/4.1.awsv2.0.gemfile
- gemfiles/4.2.awsv2.0.gemfile
- gemfiles/3.2.awsv1.gemfile - gemfiles/3.2.awsv1.gemfile
- gemfiles/4.1.awsv1.gemfile - gemfiles/4.1.awsv1.gemfile
- gemfiles/4.2.awsv1.gemfile - gemfiles/4.2.awsv1.gemfile
......
appraise "3.2" do appraise "3.2.awsv2.1" do
gem "rails", "~> 3.2.0" gem "rails", "~> 3.2.0"
gem "aws-sdk", "~> 2.0" gem "aws-sdk", "~> 2.1.0"
end end
appraise "4.1" do appraise "4.1.awsv2.1" do
gem "rails", "~> 4.1.0" gem "rails", "~> 4.1.0"
gem "aws-sdk", "~> 2.0" gem "aws-sdk", "~> 2.1.0"
end end
appraise "4.2" do appraise "4.2.awsv2.1" do
gem "rails", "~> 4.2.0" gem "rails", "~> 4.2.0"
gem "aws-sdk", "~> 2.0" gem "aws-sdk", "~> 2.1.0"
end
appraise "3.2.awsv2.0" do
gem "rails", "~> 3.2.0"
gem "aws-sdk", "~> 2.0.0"
end
appraise "4.1.awsv2.0" do
gem "rails", "~> 4.1.0"
gem "aws-sdk", "~> 2.0.0"
end
appraise "4.2.awsv2.0" do
gem "rails", "~> 4.2.0"
gem "aws-sdk", "~> 2.0.0"
end end
appraise "3.2.awsv1" do appraise "3.2.awsv1" do
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment