Skip to content

Commit

Permalink
Test against different versions of active_support and active_model us…
Browse files Browse the repository at this point in the history
…ing Appraisals
  • Loading branch information
kalbasit committed Mar 2, 2012
1 parent 585601a commit ce73291
Show file tree
Hide file tree
Showing 9 changed files with 302 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Appraisals
@@ -0,0 +1,14 @@
appraise "rails30" do
gem 'activesupport', '~> 3.0.0'
gem 'activemodel', '~> 3.0.0'
end

appraise "rails31" do
gem 'activesupport', '~> 3.1.0'
gem 'activemodel', '~> 3.1.0'
end

appraise "rails32" do
gem 'activesupport', '~> 3.2.0'
gem 'activemodel', '~> 3.2.0'
end
1 change: 1 addition & 0 deletions Rakefile
@@ -1,5 +1,6 @@
require 'bundler'
Bundler.setup
require 'appraisal'
require 'rspec/core/rake_task'

desc 'Default: run library specs.'
Expand Down
9 changes: 9 additions & 0 deletions gemfiles/rails30.gemfile
@@ -0,0 +1,9 @@
# This file was generated by Appraisal

source "http://rubygems.org"

gem "wasabi", :git=>"git://github.com/skiz/wasabi.git"
gem "activesupport", "~> 3.0.0"
gem "activemodel", "~> 3.0.0"

gemspec :path=>"../"
85 changes: 85 additions & 0 deletions gemfiles/rails30.gemfile.lock
@@ -0,0 +1,85 @@
GIT
remote: git://github.com/skiz/wasabi.git
revision: 3cf323635717df9aab42340d3f48b304356c113e
specs:
wasabi (2.0.0)
nokogiri (>= 1.4.0)

PATH
remote: /home/wael/Code/Wildfire/zuora
specs:
zuora (0.0.1)
activemodel (>= 3.0.0, < 4.0.0)
activesupport (>= 3.0.0, < 4.0.0)
fattr (> 2.0.0)
libxml4r (~> 0.2.6)
savon (~> 0.9.8)

GEM
remote: http://rubygems.org/
specs:
activemodel (3.0.12)
activesupport (= 3.0.12)
builder (~> 2.1.2)
i18n (~> 0.5.0)
activesupport (3.0.12)
akami (1.0.0)
gyoku (>= 0.4.0)
appraisal (0.4.1)
bundler
rake
artifice (0.6)
rack-test
builder (2.1.2)
diff-lcs (1.1.3)
factory_girl (2.3.2)
activesupport
fattr (2.2.1)
gyoku (0.4.4)
builder (>= 2.1.2)
httpi (0.9.6)
rack
i18n (0.5.0)
libxml-ruby (2.2.2)
libxml4r (0.2.6)
libxml-ruby (>= 1.1.3)
nokogiri (1.5.0)
nori (1.1.0)
rack (1.4.1)
rack-test (0.6.1)
rack (>= 1.0)
rake (0.8.7)
redcarpet (2.1.0)
rspec (2.8.0)
rspec-core (~> 2.8.0)
rspec-expectations (~> 2.8.0)
rspec-mocks (~> 2.8.0)
rspec-core (2.8.0)
rspec-expectations (2.8.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.8.0)
savon (0.9.8)
akami (~> 1.0)
builder (>= 2.1.2)
gyoku (>= 0.4.0)
httpi (~> 0.9)
nokogiri (>= 1.4.0)
nori (~> 1.0)
wasabi (~> 2.0)
yard (0.7.5)

PLATFORMS
ruby

DEPENDENCIES
activemodel (~> 3.0.0)
activesupport (~> 3.0.0)
appraisal (~> 0.4.1)
artifice (~> 0.6.0)
factory_girl (~> 2.3.2)
rake (~> 0.8.7)
redcarpet (~> 2.1.0)
rspec (~> 2.8.0)
wasabi!
yard (~> 0.7.5)
zuora!
9 changes: 9 additions & 0 deletions gemfiles/rails31.gemfile
@@ -0,0 +1,9 @@
# This file was generated by Appraisal

source "http://rubygems.org"

gem "wasabi", :git=>"git://github.com/skiz/wasabi.git"
gem "activesupport", "~> 3.1.0"
gem "activemodel", "~> 3.1.0"

gemspec :path=>"../"
87 changes: 87 additions & 0 deletions gemfiles/rails31.gemfile.lock
@@ -0,0 +1,87 @@
GIT
remote: git://github.com/skiz/wasabi.git
revision: 3cf323635717df9aab42340d3f48b304356c113e
specs:
wasabi (2.0.0)
nokogiri (>= 1.4.0)

PATH
remote: /home/wael/Code/Wildfire/zuora
specs:
zuora (0.0.1)
activemodel (>= 3.0.0, < 4.0.0)
activesupport (>= 3.0.0, < 4.0.0)
fattr (> 2.0.0)
libxml4r (~> 0.2.6)
savon (~> 0.9.8)

GEM
remote: http://rubygems.org/
specs:
activemodel (3.1.4)
activesupport (= 3.1.4)
builder (~> 3.0.0)
i18n (~> 0.6)
activesupport (3.1.4)
multi_json (~> 1.0)
akami (1.0.0)
gyoku (>= 0.4.0)
appraisal (0.4.1)
bundler
rake
artifice (0.6)
rack-test
builder (3.0.0)
diff-lcs (1.1.3)
factory_girl (2.3.2)
activesupport
fattr (2.2.1)
gyoku (0.4.4)
builder (>= 2.1.2)
httpi (0.9.6)
rack
i18n (0.6.0)
libxml-ruby (2.2.2)
libxml4r (0.2.6)
libxml-ruby (>= 1.1.3)
multi_json (1.1.0)
nokogiri (1.5.0)
nori (1.1.0)
rack (1.4.1)
rack-test (0.6.1)
rack (>= 1.0)
rake (0.8.7)
redcarpet (2.1.0)
rspec (2.8.0)
rspec-core (~> 2.8.0)
rspec-expectations (~> 2.8.0)
rspec-mocks (~> 2.8.0)
rspec-core (2.8.0)
rspec-expectations (2.8.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.8.0)
savon (0.9.8)
akami (~> 1.0)
builder (>= 2.1.2)
gyoku (>= 0.4.0)
httpi (~> 0.9)
nokogiri (>= 1.4.0)
nori (~> 1.0)
wasabi (~> 2.0)
yard (0.7.5)

PLATFORMS
ruby

DEPENDENCIES
activemodel (~> 3.1.0)
activesupport (~> 3.1.0)
appraisal (~> 0.4.1)
artifice (~> 0.6.0)
factory_girl (~> 2.3.2)
rake (~> 0.8.7)
redcarpet (~> 2.1.0)
rspec (~> 2.8.0)
wasabi!
yard (~> 0.7.5)
zuora!
9 changes: 9 additions & 0 deletions gemfiles/rails32.gemfile
@@ -0,0 +1,9 @@
# This file was generated by Appraisal

source "http://rubygems.org"

gem "wasabi", :git=>"git://github.com/skiz/wasabi.git"
gem "activesupport", "~> 3.2.0"
gem "activemodel", "~> 3.2.0"

gemspec :path=>"../"
87 changes: 87 additions & 0 deletions gemfiles/rails32.gemfile.lock
@@ -0,0 +1,87 @@
GIT
remote: git://github.com/skiz/wasabi.git
revision: 3cf323635717df9aab42340d3f48b304356c113e
specs:
wasabi (2.0.0)
nokogiri (>= 1.4.0)

PATH
remote: /home/wael/Code/Wildfire/zuora
specs:
zuora (0.0.1)
activemodel (>= 3.0.0, < 4.0.0)
activesupport (>= 3.0.0, < 4.0.0)
fattr (> 2.0.0)
libxml4r (~> 0.2.6)
savon (~> 0.9.8)

GEM
remote: http://rubygems.org/
specs:
activemodel (3.2.2)
activesupport (= 3.2.2)
builder (~> 3.0.0)
activesupport (3.2.2)
i18n (~> 0.6)
multi_json (~> 1.0)
akami (1.0.0)
gyoku (>= 0.4.0)
appraisal (0.4.1)
bundler
rake
artifice (0.6)
rack-test
builder (3.0.0)
diff-lcs (1.1.3)
factory_girl (2.3.2)
activesupport
fattr (2.2.1)
gyoku (0.4.4)
builder (>= 2.1.2)
httpi (0.9.6)
rack
i18n (0.6.0)
libxml-ruby (2.2.2)
libxml4r (0.2.6)
libxml-ruby (>= 1.1.3)
multi_json (1.1.0)
nokogiri (1.5.0)
nori (1.1.0)
rack (1.4.1)
rack-test (0.6.1)
rack (>= 1.0)
rake (0.8.7)
redcarpet (2.1.0)
rspec (2.8.0)
rspec-core (~> 2.8.0)
rspec-expectations (~> 2.8.0)
rspec-mocks (~> 2.8.0)
rspec-core (2.8.0)
rspec-expectations (2.8.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.8.0)
savon (0.9.8)
akami (~> 1.0)
builder (>= 2.1.2)
gyoku (>= 0.4.0)
httpi (~> 0.9)
nokogiri (>= 1.4.0)
nori (~> 1.0)
wasabi (~> 2.0)
yard (0.7.5)

PLATFORMS
ruby

DEPENDENCIES
activemodel (~> 3.2.0)
activesupport (~> 3.2.0)
appraisal (~> 0.4.1)
artifice (~> 0.6.0)
factory_girl (~> 2.3.2)
rake (~> 0.8.7)
redcarpet (~> 2.1.0)
rspec (~> 2.8.0)
wasabi!
yard (~> 0.7.5)
zuora!
1 change: 1 addition & 0 deletions zuora.gemspec
Expand Up @@ -29,4 +29,5 @@ Gem::Specification.new do |s|
s.add_development_dependency(%q<rspec>, ["~> 2.8.0"])
s.add_development_dependency(%q<redcarpet>, ["~> 2.1.0"])
s.add_development_dependency(%q<factory_girl>, ["~> 2.3.2"])
s.add_development_dependency(%q<appraisal>, ["~> 0.4.1"])
end

0 comments on commit ce73291

Please sign in to comment.