Skip to content

Commit

Permalink
Update appraisals
Browse files Browse the repository at this point in the history
  • Loading branch information
obrie committed Feb 12, 2012
1 parent 8c7eb74 commit 974fabf
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 22 deletions.
8 changes: 4 additions & 4 deletions Appraisals
Expand Up @@ -65,9 +65,9 @@ if RUBY_VERSION > "1.8.6"
gem "activerecord", "3.1.1"
end

appraise "active_record-3.2.0" do
appraise "active_record-3.2.1" do
gem "sqlite3-ruby"
gem "activerecord", "3.2.0"
gem "activerecord", "3.2.1"
end
end

Expand All @@ -85,8 +85,8 @@ if RUBY_VERSION > "1.8.6"
gem "activemodel", "3.1.1"
end

appraise "active_model-3.2.0" do
gem "activemodel", "3.2.0"
appraise "active_model-3.2.1" do
gem "activemodel", "3.2.1"
end
end

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/active_model-3.1.1.gemfile.lock
@@ -1,5 +1,5 @@
PATH
remote: /home/aaron/Projects/Vendor/state_machine
remote: /home/aaron/Projects/Personal/pluginaweek/state_machine
specs:
state_machine (1.1.2)

Expand Down
Expand Up @@ -2,6 +2,6 @@

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

gem "activemodel", "3.2.0"
gem "activemodel", "3.2.1"

gemspec :path=>"../"
Expand Up @@ -6,10 +6,10 @@ PATH
GEM
remote: http://www.rubygems.org/
specs:
activemodel (3.2.0)
activesupport (= 3.2.0)
activemodel (3.2.1)
activesupport (= 3.2.1)
builder (~> 3.0.0)
activesupport (3.2.0)
activesupport (3.2.1)
i18n (~> 0.6)
multi_json (~> 1.0)
appraisal (0.4.0)
Expand All @@ -19,13 +19,13 @@ GEM
i18n (0.6.0)
multi_json (1.0.4)
rake (0.9.2.2)
rcov (0.9.11)
rcov (1.0.0)

PLATFORMS
ruby

DEPENDENCIES
activemodel (= 3.2.0)
activemodel (= 3.2.1)
appraisal (~> 0.4.0)
rake
rcov
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/active_record-3.1.1.gemfile.lock
@@ -1,5 +1,5 @@
PATH
remote: /home/aaron/Projects/Vendor/state_machine
remote: /home/aaron/Projects/Personal/pluginaweek/state_machine
specs:
state_machine (1.1.2)

Expand Down
Expand Up @@ -3,6 +3,6 @@
source "http://www.rubygems.org"

gem "sqlite3-ruby"
gem "activerecord", "3.2.0"
gem "activerecord", "3.2.1"

gemspec :path=>"../"
Expand Up @@ -6,15 +6,15 @@ PATH
GEM
remote: http://www.rubygems.org/
specs:
activemodel (3.2.0)
activesupport (= 3.2.0)
activemodel (3.2.1)
activesupport (= 3.2.1)
builder (~> 3.0.0)
activerecord (3.2.0)
activemodel (= 3.2.0)
activesupport (= 3.2.0)
activerecord (3.2.1)
activemodel (= 3.2.1)
activesupport (= 3.2.1)
arel (~> 3.0.0)
tzinfo (~> 0.3.29)
activesupport (3.2.0)
activesupport (3.2.1)
i18n (~> 0.6)
multi_json (~> 1.0)
appraisal (0.4.0)
Expand All @@ -25,7 +25,7 @@ GEM
i18n (0.6.0)
multi_json (1.0.4)
rake (0.9.2.2)
rcov (0.9.11)
rcov (1.0.0)
sqlite3 (1.3.5)
sqlite3-ruby (1.3.3)
sqlite3 (>= 1.3.3)
Expand All @@ -35,7 +35,7 @@ PLATFORMS
ruby

DEPENDENCIES
activerecord (= 3.2.0)
activerecord (= 3.2.1)
appraisal (~> 0.4.0)
rake
rcov
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/default.gemfile.lock
@@ -1,5 +1,5 @@
PATH
remote: /home/aaron/Projects/Vendor/state_machine
remote: /home/aaron/Projects/Personal/pluginaweek/state_machine
specs:
state_machine (1.1.2)

Expand Down

0 comments on commit 974fabf

Please sign in to comment.