From f8d5b5cb15b07bb533fc988dbda4e0f86878314b Mon Sep 17 00:00:00 2001 From: jeroen Date: Fri, 3 Jun 2011 10:57:31 +0200 Subject: [PATCH] Rake set to version 0.8.7 --- Gemfile.lock | 166 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 166 insertions(+) create mode 100644 Gemfile.lock diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..7b85ca7 --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,166 @@ +GEM + remote: http://rubygems.org/ + specs: + Saikuro (1.1.0) + ZenTest (4.5.0) + abstract (1.0.0) + actionmailer (3.0.7) + actionpack (= 3.0.7) + mail (~> 2.2.15) + actionpack (3.0.7) + activemodel (= 3.0.7) + activesupport (= 3.0.7) + builder (~> 2.1.2) + erubis (~> 2.6.6) + i18n (~> 0.5.0) + rack (~> 1.2.1) + rack-mount (~> 0.6.14) + rack-test (~> 0.5.7) + tzinfo (~> 0.3.23) + activemodel (3.0.7) + activesupport (= 3.0.7) + builder (~> 2.1.2) + i18n (~> 0.5.0) + activerecord (3.0.7) + activemodel (= 3.0.7) + activesupport (= 3.0.7) + arel (~> 2.0.2) + tzinfo (~> 0.3.23) + activerecord-nulldb-adapter (0.2.1) + activerecord (>= 2.0.0, < 3.1) + activeresource (3.0.7) + activemodel (= 3.0.7) + activesupport (= 3.0.7) + activesupport (3.0.7) + arel (2.0.10) + arrayfields (4.7.4) + autotest (4.4.6) + ZenTest (>= 4.4.1) + builder (2.1.2) + chronic (0.3.0) + churn (0.0.13) + chronic (>= 0.2.3) + hirb + json_pure + main + ruby_parser (~> 2.0.4) + sexp_processor (~> 3.0.3) + colored (1.2) + diff-lcs (1.1.2) + erubis (2.6.6) + abstract (>= 1.0.0) + fattr (2.2.0) + flay (1.4.2) + ruby_parser (~> 2.0) + sexp_processor (~> 3.0) + flog (2.5.1) + ruby_parser (~> 2.0) + sexp_processor (~> 3.0) + git (1.2.5) + haml (3.1.1) + hirb (0.4.5) + i18n (0.5.0) + jeweler (1.5.2) + bundler (~> 1.0.0) + git (>= 1.2.5) + rake + json_pure (1.5.1) + mail (2.2.19) + activesupport (>= 2.3.6) + i18n (>= 0.4.0) + mime-types (~> 1.16) + treetop (~> 1.4.8) + main (4.4.0) + arrayfields (>= 4.7.4) + fattr (>= 2.1.0) + metric_fu (2.1.1) + Saikuro (>= 1.1.0) + activesupport (>= 2.0.0) + chronic (~> 0.3.0) + churn (>= 0.0.7) + flay (>= 1.2.1) + flog (>= 2.3.0) + rails_best_practices (>= 0.6.4) + rcov (>= 0.8.3.3) + reek (>= 1.2.6) + roodi (>= 2.1.0) + syntax + metrical (0.0.5) + activesupport + metric_fu (~> 2.1.1) + mime-types (1.16) + polyglot (0.3.1) + rack (1.2.3) + rack-mount (0.6.14) + rack (>= 1.0.0) + rack-test (0.5.7) + rack (>= 1.0) + rails (3.0.7) + actionmailer (= 3.0.7) + actionpack (= 3.0.7) + activerecord (= 3.0.7) + activeresource (= 3.0.7) + activesupport (= 3.0.7) + bundler (~> 1.0) + railties (= 3.0.7) + rails_best_practices (0.9.0) + activesupport + colored + erubis + haml + i18n + ruby-progressbar + ruby_parser + railties (3.0.7) + actionpack (= 3.0.7) + activesupport (= 3.0.7) + rake (>= 0.8.7) + thor (~> 0.14.4) + rake (0.8.7) + rcov (0.9.9) + reek (1.2.8) + ruby2ruby (~> 1.2) + ruby_parser (~> 2.0) + sexp_processor (~> 3.0) + roodi (2.1.0) + ruby_parser + rspec (2.6.0) + rspec-core (~> 2.6.0) + rspec-expectations (~> 2.6.0) + rspec-mocks (~> 2.6.0) + rspec-core (2.6.3) + rspec-expectations (2.6.0) + diff-lcs (~> 1.1.2) + rspec-mocks (2.6.0) + rspec-rails (2.6.1) + actionpack (~> 3.0) + activesupport (~> 3.0) + railties (~> 3.0) + rspec (~> 2.6.0) + ruby-progressbar (0.0.10) + ruby2ruby (1.2.5) + ruby_parser (~> 2.0) + sexp_processor (~> 3.0) + ruby_parser (2.0.6) + sexp_processor (~> 3.0) + sexp_processor (3.0.5) + shoulda-matchers (1.0.0.beta2) + syntax (1.0.0) + thor (0.14.6) + treetop (1.4.9) + polyglot (>= 0.3.1) + tzinfo (0.3.27) + +PLATFORMS + ruby + +DEPENDENCIES + activerecord-nulldb-adapter + autotest + jeweler (~> 1.5.2) + metrical + rails (= 3.0.7) + rake (= 0.8.7) + rcov + rspec-rails + shoulda-matchers