From 616322b4b75225378fe0d9077251f52207a87219 Mon Sep 17 00:00:00 2001 From: Josh Nichols Date: Thu, 26 Jan 2012 20:36:03 -0500 Subject: [PATCH] Add 3.2 appraisal, which is going to fall on its face. --- Appraisals | 4 ++ gemfiles/3.2.gemfile.lock | 79 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 83 insertions(+) create mode 100644 gemfiles/3.2.gemfile.lock diff --git a/Appraisals b/Appraisals index 5111719..566ecb6 100644 --- a/Appraisals +++ b/Appraisals @@ -19,3 +19,7 @@ end appraise "3.1" do gem "activesupport", "~> 3.1.0" end + +appraise "3.2" do + gem "activesupport", "~> 3.2.0" +end diff --git a/gemfiles/3.2.gemfile.lock b/gemfiles/3.2.gemfile.lock new file mode 100644 index 0000000..7229f9b --- /dev/null +++ b/gemfiles/3.2.gemfile.lock @@ -0,0 +1,79 @@ +GIT + remote: git://github.com/technicalpickles/appraisal.git + revision: a755e5a086fa545f13c7465009e3fb8d4b4ff571 + specs: + appraisal (0.3.8) + bundler + rake + +GEM + remote: http://rubygems.org/ + specs: + activesupport (3.2.1) + i18n (~> 0.6) + multi_json (~> 1.0) + archive-tar-minitar (0.5.2) + builder (3.0.0) + columnize (0.3.6) + diff-lcs (1.1.3) + facter (1.6.5) + git (1.2.5) + highline (1.6.11) + i18n (0.6.0) + jeweler (1.6.4) + bundler (~> 1.0) + git (>= 1.2.5) + rake + json (1.6.5) + linecache (0.46) + rbx-require-relative (> 0.0.4) + linecache19 (0.5.12) + ruby_core_source (>= 0.1.4) + multi_json (1.0.4) + puppet (2.7.3) + facter (>= 1.5.1) + rake (0.9.2.2) + rbx-require-relative (0.0.5) + rdoc (3.12) + json (~> 1.4) + rspec (2.6.0) + rspec-core (~> 2.6.0) + rspec-expectations (~> 2.6.0) + rspec-mocks (~> 2.6.0) + rspec-core (2.6.4) + rspec-expectations (2.6.0) + diff-lcs (~> 1.1.2) + rspec-mocks (2.6.0) + ruby-debug (0.10.4) + columnize (>= 0.1) + ruby-debug-base (~> 0.10.4.0) + ruby-debug-base (0.10.4) + linecache (>= 0.3) + ruby-debug-base19 (0.11.25) + columnize (>= 0.3.1) + linecache19 (>= 0.5.11) + ruby_core_source (>= 0.1.4) + ruby-debug19 (0.11.6) + columnize (>= 0.3.1) + linecache19 (>= 0.5.11) + ruby-debug-base19 (>= 0.11.19) + ruby_core_source (0.1.5) + archive-tar-minitar (>= 0.5.2) + +PLATFORMS + ruby + +DEPENDENCIES + activesupport (~> 3.2.0) + appraisal! + builder (>= 2.1.2) + highline (>= 1.5.0) + i18n (>= 0.5.0) + jeweler (~> 1.6.2) + puppet (= 2.7.3) + rake + rdoc + rspec (~> 2.6.0) + rspec-core (~> 2.6.0) + ruby-debug + ruby-debug19