From 188d76881cb9c3c83f8a3f163c900966ca18db0f Mon Sep 17 00:00:00 2001 From: Boris Staal Date: Mon, 29 Jul 2013 19:05:41 +0700 Subject: [PATCH] Attempt to fix travis bundler issue --- .gitignore | 3 +- .rspec | 2 +- .travis.yml | 2 +- Gemfile.lock | 109 ----------------- gemfiles/rails_3.1.3.gemfile | 19 --- gemfiles/rails_3.1.3.gemfile.lock | 185 ---------------------------- gemfiles/rails_3.2.12.gemfile | 19 --- gemfiles/rails_3.2.12.gemfile.lock | 188 ----------------------------- gemfiles/rails_3.2.8.gemfile | 19 --- gemfiles/rails_3.2.8.gemfile.lock | 183 ---------------------------- gemfiles/rails_4.0.0.gemfile | 19 --- gemfiles/rails_4.0.0.gemfile.lock | 181 --------------------------- 12 files changed, 3 insertions(+), 926 deletions(-) delete mode 100644 Gemfile.lock delete mode 100644 gemfiles/rails_3.1.3.gemfile delete mode 100644 gemfiles/rails_3.1.3.gemfile.lock delete mode 100644 gemfiles/rails_3.2.12.gemfile delete mode 100644 gemfiles/rails_3.2.12.gemfile.lock delete mode 100644 gemfiles/rails_3.2.8.gemfile delete mode 100644 gemfiles/rails_3.2.8.gemfile.lock delete mode 100644 gemfiles/rails_4.0.0.gemfile delete mode 100644 gemfiles/rails_4.0.0.gemfile.lock diff --git a/.gitignore b/.gitignore index 61cde5f5..975981e8 100644 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,6 @@ pkg/ spec/dummy/db/*.sqlite3 spec/dummy/log/*.log spec/dummy/tmp/ -gemfiles/rails-3.1.0.gemfile.lock b/gemfiles/rails-3.1.0.gemfile.lock -gemfiles/rails-3.1.0.gemfile.lock b/gemfiles/rails-3.0.10.gemfile.lock +gemfiles coverage tags diff --git a/.rspec b/.rspec index 2a2ffe37..53607ea5 100644 --- a/.rspec +++ b/.rspec @@ -1 +1 @@ ---tty --colour +--colour diff --git a/.travis.yml b/.travis.yml index 40f5ab88..46d51bb7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,4 +3,4 @@ before_install: rvm: - 1.9.3 - jruby-19mode - - 2.0.0 \ No newline at end of file + - 2.0.0 diff --git a/Gemfile.lock b/Gemfile.lock deleted file mode 100644 index c4e26ee6..00000000 --- a/Gemfile.lock +++ /dev/null @@ -1,109 +0,0 @@ -GIT - remote: git://github.com/savonrb/httpi.git - revision: 6ca1151f691a6ae8599838b404605aac62ad23c9 - specs: - httpi (2.1.0) - rack - rubyntlm (~> 0.3.2) - -PATH - remote: . - specs: - wash_out (0.8.0) - nori (>= 2.0.0) - -GEM - remote: http://rubygems.org/ - specs: - akami (1.2.0) - gyoku (>= 0.4.0) - nokogiri (>= 1.4.0) - appraisal (0.5.2) - bundler - rake - builder (3.2.2) - coderay (1.0.9) - colored (1.2) - diff-lcs (1.1.3) - ffi (1.9.0) - formatador (0.2.4) - guard (1.8.1) - formatador (>= 0.2.4) - listen (>= 1.0.0) - lumberjack (>= 1.0.2) - pry (>= 0.9.10) - thor (>= 0.14.6) - guard-rspec (1.2.1) - guard (>= 1.1) - gyoku (1.1.0) - builder (>= 2.1.2) - listen (1.2.2) - rb-fsevent (>= 0.9.3) - rb-inotify (>= 0.9) - rb-kqueue (>= 0.2) - lumberjack (1.0.4) - method_source (0.8.2) - multi_json (1.7.7) - nokogiri (1.5.10) - nori (2.3.0) - pry (0.9.12.2) - coderay (~> 1.0.5) - method_source (~> 0.8) - slop (~> 3.4) - rack (1.5.2) - rake (10.1.0) - rb-fsevent (0.9.3) - rb-inotify (0.9.0) - ffi (>= 0.5.0) - rb-kqueue (0.2.0) - ffi (>= 0.5.0) - rspec (2.1.0) - rspec-core (~> 2.1.0) - rspec-expectations (~> 2.1.0) - rspec-mocks (~> 2.1.0) - rspec-core (2.1.0) - rspec-expectations (2.1.0) - diff-lcs (~> 1.1.2) - rspec-mocks (2.1.0) - rspec-rails (2.1.0) - rspec (~> 2.1.0) - rubyntlm (0.3.3) - savon (2.3.0) - akami (~> 1.2.0) - builder (>= 2.1.2) - gyoku (~> 1.1.0) - httpi (~> 2.1.0) - nokogiri (>= 1.4.0, < 1.6) - nori (~> 2.3.0) - wasabi (~> 3.2.0) - simplecov (0.7.1) - multi_json (~> 1.0) - simplecov-html (~> 0.7.1) - simplecov-html (0.7.1) - simplecov-summary (0.0.4) - colored - simplecov - slop (3.4.6) - thor (0.18.1) - tzinfo (1.0.1) - wasabi (3.2.0) - httpi (~> 2.0) - nokogiri (>= 1.4.0, < 1.6) - -PLATFORMS - ruby - -DEPENDENCIES - appraisal - guard - guard-rspec - httpi! - pry - rb-fsevent - rspec-rails - savon (>= 2.0.0) - simplecov - simplecov-summary - tzinfo - wasabi - wash_out! diff --git a/gemfiles/rails_3.1.3.gemfile b/gemfiles/rails_3.1.3.gemfile deleted file mode 100644 index 8fa8a5fe..00000000 --- a/gemfiles/rails_3.1.3.gemfile +++ /dev/null @@ -1,19 +0,0 @@ -# This file was generated by Appraisal - -source "http://rubygems.org" - -gem "wasabi" -gem "savon", ">= 2.0.0" -gem "httpi", :git=>"git://github.com/savonrb/httpi.git" -gem "rspec-rails" -gem "guard" -gem "guard-rspec" -gem "rb-fsevent" -gem "appraisal" -gem "tzinfo" -gem "pry" -gem "simplecov" -gem "simplecov-summary" -gem "rails", "3.1.3" - -gemspec :path=>"../" \ No newline at end of file diff --git a/gemfiles/rails_3.1.3.gemfile.lock b/gemfiles/rails_3.1.3.gemfile.lock deleted file mode 100644 index c20a8716..00000000 --- a/gemfiles/rails_3.1.3.gemfile.lock +++ /dev/null @@ -1,185 +0,0 @@ -GIT - remote: git://github.com/savonrb/httpi.git - revision: 6536d498160ecb0e969bb161ad091c49493f6bc2 - specs: - httpi (2.0.0) - rack - -PATH - remote: /Users/inossidabile/Repos/wash_out - specs: - wash_out (0.8.0) - nori (>= 2.0.0) - -GEM - remote: http://rubygems.org/ - specs: - actionmailer (3.1.3) - actionpack (= 3.1.3) - mail (~> 2.3.0) - actionpack (3.1.3) - activemodel (= 3.1.3) - activesupport (= 3.1.3) - builder (~> 3.0.0) - erubis (~> 2.7.0) - i18n (~> 0.6) - rack (~> 1.3.5) - rack-cache (~> 1.1) - rack-mount (~> 0.8.2) - rack-test (~> 0.6.1) - sprockets (~> 2.0.3) - activemodel (3.1.3) - activesupport (= 3.1.3) - builder (~> 3.0.0) - i18n (~> 0.6) - activerecord (3.1.3) - activemodel (= 3.1.3) - activesupport (= 3.1.3) - arel (~> 2.2.1) - tzinfo (~> 0.3.29) - activeresource (3.1.3) - activemodel (= 3.1.3) - activesupport (= 3.1.3) - activesupport (3.1.3) - multi_json (~> 1.0) - akami (1.2.0) - gyoku (>= 0.4.0) - nokogiri (>= 1.4.0) - appraisal (0.5.1) - bundler - rake - arel (2.2.3) - builder (3.0.4) - coderay (1.0.8) - colored (1.2) - diff-lcs (1.1.3) - erubis (2.7.0) - guard (1.6.1) - listen (>= 0.6.0) - lumberjack (>= 1.0.2) - pry (>= 0.9.10) - thor (>= 0.14.6) - guard-rspec (2.3.3) - guard (>= 1.1) - rspec (~> 2.11) - gyoku (1.0.0) - builder (>= 2.1.2) - hike (1.2.1) - i18n (0.6.1) - json (1.7.6) - json (1.7.6-java) - listen (0.7.0) - lumberjack (1.0.2) - mail (2.3.3) - i18n (>= 0.4.0) - mime-types (~> 1.16) - treetop (~> 1.4.8) - method_source (0.8.1) - mime-types (1.19) - multi_json (1.5.0) - nokogiri (1.5.6) - nokogiri (1.5.6-java) - nori (2.0.0) - polyglot (0.3.3) - pry (0.9.10) - coderay (~> 1.0.5) - method_source (~> 0.8) - slop (~> 3.3.1) - pry (0.9.10-java) - coderay (~> 1.0.5) - method_source (~> 0.8) - slop (~> 3.3.1) - spoon (~> 0.0) - rack (1.3.6) - rack-cache (1.2) - rack (>= 0.4) - rack-mount (0.8.3) - rack (>= 1.0.0) - rack-ssl (1.3.2) - rack - rack-test (0.6.2) - rack (>= 1.0) - rails (3.1.3) - actionmailer (= 3.1.3) - actionpack (= 3.1.3) - activerecord (= 3.1.3) - activeresource (= 3.1.3) - activesupport (= 3.1.3) - bundler (~> 1.0) - railties (= 3.1.3) - railties (3.1.3) - actionpack (= 3.1.3) - activesupport (= 3.1.3) - rack-ssl (~> 1.3.2) - rake (>= 0.8.7) - rdoc (~> 3.4) - thor (~> 0.14.6) - rake (10.0.3) - rb-fsevent (0.9.3) - rdoc (3.12) - json (~> 1.4) - rspec (2.12.0) - rspec-core (~> 2.12.0) - rspec-expectations (~> 2.12.0) - rspec-mocks (~> 2.12.0) - rspec-core (2.12.2) - rspec-expectations (2.12.1) - diff-lcs (~> 1.1.3) - rspec-mocks (2.12.1) - rspec-rails (2.12.0) - actionpack (>= 3.0) - activesupport (>= 3.0) - railties (>= 3.0) - rspec-core (~> 2.12.0) - rspec-expectations (~> 2.12.0) - rspec-mocks (~> 2.12.0) - savon (2.0.2) - akami (~> 1.2.0) - builder (>= 2.1.2) - gyoku (~> 1.0.0) - httpi (~> 2.0.0) - nokogiri (>= 1.4.0) - nori (~> 2.0.0) - wasabi (~> 3.0.0) - simplecov (0.7.1) - multi_json (~> 1.0) - simplecov-html (~> 0.7.1) - simplecov-html (0.7.1) - simplecov-summary (0.0.4) - colored - simplecov - slop (3.3.3) - spoon (0.0.1) - sprockets (2.0.4) - hike (~> 1.2) - rack (~> 1.0) - tilt (~> 1.1, != 1.3.0) - thor (0.14.6) - tilt (1.3.3) - treetop (1.4.12) - polyglot - polyglot (>= 0.3.1) - tzinfo (0.3.35) - wasabi (3.0.0) - httpi (~> 2.0) - nokogiri (>= 1.4.0) - -PLATFORMS - java - ruby - -DEPENDENCIES - appraisal - guard - guard-rspec - httpi! - pry - rails (= 3.1.3) - rb-fsevent - rspec-rails - savon (>= 2.0.0) - simplecov - simplecov-summary - tzinfo - wasabi - wash_out! diff --git a/gemfiles/rails_3.2.12.gemfile b/gemfiles/rails_3.2.12.gemfile deleted file mode 100644 index 76ef4352..00000000 --- a/gemfiles/rails_3.2.12.gemfile +++ /dev/null @@ -1,19 +0,0 @@ -# This file was generated by Appraisal - -source "http://rubygems.org" - -gem "wasabi" -gem "savon", ">= 2.0.0" -gem "httpi", :git=>"git://github.com/savonrb/httpi.git" -gem "rspec-rails" -gem "guard" -gem "guard-rspec" -gem "rb-fsevent" -gem "appraisal" -gem "tzinfo" -gem "pry" -gem "simplecov" -gem "simplecov-summary" -gem "rails", "3.2.12" - -gemspec :path=>"../" \ No newline at end of file diff --git a/gemfiles/rails_3.2.12.gemfile.lock b/gemfiles/rails_3.2.12.gemfile.lock deleted file mode 100644 index 30754cf1..00000000 --- a/gemfiles/rails_3.2.12.gemfile.lock +++ /dev/null @@ -1,188 +0,0 @@ -GIT - remote: git://github.com/savonrb/httpi.git - revision: 1cf3cf2e92f109921d7b41843a56bdaa2314443f - specs: - httpi (2.0.2) - rack - rubyntlm - -PATH - remote: /Users/inossidabile/Repos/wash_out - specs: - wash_out (0.8.0) - nori (>= 2.0.0) - -GEM - remote: http://rubygems.org/ - specs: - actionmailer (3.2.12) - actionpack (= 3.2.12) - mail (~> 2.4.4) - actionpack (3.2.12) - activemodel (= 3.2.12) - activesupport (= 3.2.12) - builder (~> 3.0.0) - erubis (~> 2.7.0) - journey (~> 1.0.4) - rack (~> 1.4.5) - rack-cache (~> 1.2) - rack-test (~> 0.6.1) - sprockets (~> 2.2.1) - activemodel (3.2.12) - activesupport (= 3.2.12) - builder (~> 3.0.0) - activerecord (3.2.12) - activemodel (= 3.2.12) - activesupport (= 3.2.12) - arel (~> 3.0.2) - tzinfo (~> 0.3.29) - activeresource (3.2.12) - activemodel (= 3.2.12) - activesupport (= 3.2.12) - activesupport (3.2.12) - i18n (~> 0.6) - multi_json (~> 1.0) - akami (1.2.0) - gyoku (>= 0.4.0) - nokogiri (>= 1.4.0) - appraisal (0.5.1) - bundler - rake - arel (3.0.2) - builder (3.0.4) - coderay (1.0.9) - colored (1.2) - diff-lcs (1.2.1) - erubis (2.7.0) - guard (1.6.2) - listen (>= 0.6.0) - lumberjack (>= 1.0.2) - pry (>= 0.9.10) - terminal-table (>= 1.4.3) - thor (>= 0.14.6) - guard-rspec (2.5.0) - guard (>= 1.1) - rspec (~> 2.11) - gyoku (1.0.0) - builder (>= 2.1.2) - hike (1.2.1) - i18n (0.6.4) - journey (1.0.4) - json (1.7.7) - json (1.7.7-java) - listen (0.7.3) - lumberjack (1.0.2) - mail (2.4.4) - i18n (>= 0.4.0) - mime-types (~> 1.16) - treetop (~> 1.4.8) - method_source (0.8.1) - mime-types (1.21) - multi_json (1.6.1) - nokogiri (1.5.6) - nokogiri (1.5.6-java) - nori (2.0.4) - polyglot (0.3.3) - pry (0.9.12) - coderay (~> 1.0.5) - method_source (~> 0.8) - slop (~> 3.4) - pry (0.9.12-java) - coderay (~> 1.0.5) - method_source (~> 0.8) - slop (~> 3.4) - spoon (~> 0.0) - rack (1.4.5) - rack-cache (1.2) - rack (>= 0.4) - rack-ssl (1.3.3) - rack - rack-test (0.6.2) - rack (>= 1.0) - rails (3.2.12) - actionmailer (= 3.2.12) - actionpack (= 3.2.12) - activerecord (= 3.2.12) - activeresource (= 3.2.12) - activesupport (= 3.2.12) - bundler (~> 1.0) - railties (= 3.2.12) - railties (3.2.12) - actionpack (= 3.2.12) - activesupport (= 3.2.12) - rack-ssl (~> 1.3.2) - rake (>= 0.8.7) - rdoc (~> 3.4) - thor (>= 0.14.6, < 2.0) - rake (10.0.3) - rb-fsevent (0.9.3) - rdoc (3.12.2) - json (~> 1.4) - rspec (2.13.0) - rspec-core (~> 2.13.0) - rspec-expectations (~> 2.13.0) - rspec-mocks (~> 2.13.0) - rspec-core (2.13.0) - rspec-expectations (2.13.0) - diff-lcs (>= 1.1.3, < 2.0) - rspec-mocks (2.13.0) - rspec-rails (2.13.0) - actionpack (>= 3.0) - activesupport (>= 3.0) - railties (>= 3.0) - rspec-core (~> 2.13.0) - rspec-expectations (~> 2.13.0) - rspec-mocks (~> 2.13.0) - rubyntlm (0.1.1) - savon (2.1.0) - akami (~> 1.2.0) - builder (>= 2.1.2) - gyoku (~> 1.0.0) - httpi (~> 2.0.2) - nokogiri (>= 1.4.0) - nori (~> 2.0.3) - wasabi (~> 3.0.0) - simplecov (0.7.1) - multi_json (~> 1.0) - simplecov-html (~> 0.7.1) - simplecov-html (0.7.1) - simplecov-summary (0.0.4) - colored - simplecov - slop (3.4.3) - spoon (0.0.1) - sprockets (2.2.2) - hike (~> 1.2) - multi_json (~> 1.0) - rack (~> 1.0) - tilt (~> 1.1, != 1.3.0) - terminal-table (1.4.5) - thor (0.17.0) - tilt (1.3.4) - treetop (1.4.12) - polyglot - polyglot (>= 0.3.1) - tzinfo (0.3.36) - wasabi (3.0.0) - httpi (~> 2.0) - nokogiri (>= 1.4.0) - -PLATFORMS - java - ruby - -DEPENDENCIES - appraisal - guard - guard-rspec - httpi! - pry - rails (= 3.2.12) - rb-fsevent - rspec-rails - savon (>= 2.0.0) - simplecov - simplecov-summary - tzinfo - wasabi - wash_out! diff --git a/gemfiles/rails_3.2.8.gemfile b/gemfiles/rails_3.2.8.gemfile deleted file mode 100644 index f7f925bd..00000000 --- a/gemfiles/rails_3.2.8.gemfile +++ /dev/null @@ -1,19 +0,0 @@ -# This file was generated by Appraisal - -source "http://rubygems.org" - -gem "wasabi" -gem "savon", ">= 2.0.0" -gem "httpi", :git=>"git://github.com/savonrb/httpi.git" -gem "rspec-rails" -gem "guard" -gem "guard-rspec" -gem "rb-fsevent" -gem "appraisal" -gem "tzinfo" -gem "pry" -gem "simplecov" -gem "simplecov-summary" -gem "rails", "3.2.8" - -gemspec :path=>"../" \ No newline at end of file diff --git a/gemfiles/rails_3.2.8.gemfile.lock b/gemfiles/rails_3.2.8.gemfile.lock deleted file mode 100644 index 40846437..00000000 --- a/gemfiles/rails_3.2.8.gemfile.lock +++ /dev/null @@ -1,183 +0,0 @@ -GIT - remote: git://github.com/savonrb/httpi.git - revision: 6536d498160ecb0e969bb161ad091c49493f6bc2 - specs: - httpi (2.0.0) - rack - -PATH - remote: /Users/inossidabile/Repos/wash_out - specs: - wash_out (0.8.0) - nori (>= 2.0.0) - -GEM - remote: http://rubygems.org/ - specs: - actionmailer (3.2.8) - actionpack (= 3.2.8) - mail (~> 2.4.4) - actionpack (3.2.8) - activemodel (= 3.2.8) - activesupport (= 3.2.8) - builder (~> 3.0.0) - erubis (~> 2.7.0) - journey (~> 1.0.4) - rack (~> 1.4.0) - rack-cache (~> 1.2) - rack-test (~> 0.6.1) - sprockets (~> 2.1.3) - activemodel (3.2.8) - activesupport (= 3.2.8) - builder (~> 3.0.0) - activerecord (3.2.8) - activemodel (= 3.2.8) - activesupport (= 3.2.8) - arel (~> 3.0.2) - tzinfo (~> 0.3.29) - activeresource (3.2.8) - activemodel (= 3.2.8) - activesupport (= 3.2.8) - activesupport (3.2.8) - i18n (~> 0.6) - multi_json (~> 1.0) - akami (1.2.0) - gyoku (>= 0.4.0) - nokogiri (>= 1.4.0) - appraisal (0.5.1) - bundler - rake - arel (3.0.2) - builder (3.0.4) - coderay (1.0.8) - colored (1.2) - diff-lcs (1.1.3) - erubis (2.7.0) - guard (1.6.1) - listen (>= 0.6.0) - lumberjack (>= 1.0.2) - pry (>= 0.9.10) - thor (>= 0.14.6) - guard-rspec (2.3.3) - guard (>= 1.1) - rspec (~> 2.11) - gyoku (1.0.0) - builder (>= 2.1.2) - hike (1.2.1) - i18n (0.6.1) - journey (1.0.4) - json (1.7.6) - json (1.7.6-java) - listen (0.7.0) - lumberjack (1.0.2) - mail (2.4.4) - i18n (>= 0.4.0) - mime-types (~> 1.16) - treetop (~> 1.4.8) - method_source (0.8.1) - mime-types (1.19) - multi_json (1.5.0) - nokogiri (1.5.6) - nokogiri (1.5.6-java) - nori (2.0.0) - polyglot (0.3.3) - pry (0.9.10) - coderay (~> 1.0.5) - method_source (~> 0.8) - slop (~> 3.3.1) - pry (0.9.10-java) - coderay (~> 1.0.5) - method_source (~> 0.8) - slop (~> 3.3.1) - spoon (~> 0.0) - rack (1.4.1) - rack-cache (1.2) - rack (>= 0.4) - rack-ssl (1.3.2) - rack - rack-test (0.6.2) - rack (>= 1.0) - rails (3.2.8) - actionmailer (= 3.2.8) - actionpack (= 3.2.8) - activerecord (= 3.2.8) - activeresource (= 3.2.8) - activesupport (= 3.2.8) - bundler (~> 1.0) - railties (= 3.2.8) - railties (3.2.8) - actionpack (= 3.2.8) - activesupport (= 3.2.8) - rack-ssl (~> 1.3.2) - rake (>= 0.8.7) - rdoc (~> 3.4) - thor (>= 0.14.6, < 2.0) - rake (10.0.3) - rb-fsevent (0.9.3) - rdoc (3.12) - json (~> 1.4) - rspec (2.12.0) - rspec-core (~> 2.12.0) - rspec-expectations (~> 2.12.0) - rspec-mocks (~> 2.12.0) - rspec-core (2.12.2) - rspec-expectations (2.12.1) - diff-lcs (~> 1.1.3) - rspec-mocks (2.12.1) - rspec-rails (2.12.0) - actionpack (>= 3.0) - activesupport (>= 3.0) - railties (>= 3.0) - rspec-core (~> 2.12.0) - rspec-expectations (~> 2.12.0) - rspec-mocks (~> 2.12.0) - savon (2.0.2) - akami (~> 1.2.0) - builder (>= 2.1.2) - gyoku (~> 1.0.0) - httpi (~> 2.0.0) - nokogiri (>= 1.4.0) - nori (~> 2.0.0) - wasabi (~> 3.0.0) - simplecov (0.7.1) - multi_json (~> 1.0) - simplecov-html (~> 0.7.1) - simplecov-html (0.7.1) - simplecov-summary (0.0.4) - colored - simplecov - slop (3.3.3) - spoon (0.0.1) - sprockets (2.1.3) - hike (~> 1.2) - rack (~> 1.0) - tilt (~> 1.1, != 1.3.0) - thor (0.16.0) - tilt (1.3.3) - treetop (1.4.12) - polyglot - polyglot (>= 0.3.1) - tzinfo (0.3.35) - wasabi (3.0.0) - httpi (~> 2.0) - nokogiri (>= 1.4.0) - -PLATFORMS - java - ruby - -DEPENDENCIES - appraisal - guard - guard-rspec - httpi! - pry - rails (= 3.2.8) - rb-fsevent - rspec-rails - savon (>= 2.0.0) - simplecov - simplecov-summary - tzinfo - wasabi - wash_out! diff --git a/gemfiles/rails_4.0.0.gemfile b/gemfiles/rails_4.0.0.gemfile deleted file mode 100644 index de47dd12..00000000 --- a/gemfiles/rails_4.0.0.gemfile +++ /dev/null @@ -1,19 +0,0 @@ -# This file was generated by Appraisal - -source "http://rubygems.org" - -gem "wasabi" -gem "savon", ">= 2.0.0" -gem "httpi", :git=>"git://github.com/savonrb/httpi.git" -gem "rspec-rails" -gem "guard" -gem "guard-rspec" -gem "rb-fsevent" -gem "appraisal" -gem "tzinfo" -gem "pry" -gem "simplecov" -gem "simplecov-summary" -gem "rails", "4.0.0" - -gemspec :path=>"../" \ No newline at end of file diff --git a/gemfiles/rails_4.0.0.gemfile.lock b/gemfiles/rails_4.0.0.gemfile.lock deleted file mode 100644 index b0fb9225..00000000 --- a/gemfiles/rails_4.0.0.gemfile.lock +++ /dev/null @@ -1,181 +0,0 @@ -GIT - remote: git://github.com/savonrb/httpi.git - revision: 6ca1151f691a6ae8599838b404605aac62ad23c9 - specs: - httpi (2.1.0) - rack - rubyntlm (~> 0.3.2) - -PATH - remote: /Users/inossidabile/Repos/wash_out - specs: - wash_out (0.8.0) - nori (>= 2.0.0) - -GEM - remote: http://rubygems.org/ - specs: - actionmailer (4.0.0) - actionpack (= 4.0.0) - mail (~> 2.5.3) - actionpack (4.0.0) - activesupport (= 4.0.0) - builder (~> 3.1.0) - erubis (~> 2.7.0) - rack (~> 1.5.2) - rack-test (~> 0.6.2) - activemodel (4.0.0) - activesupport (= 4.0.0) - builder (~> 3.1.0) - activerecord (4.0.0) - activemodel (= 4.0.0) - activerecord-deprecated_finders (~> 1.0.2) - activesupport (= 4.0.0) - arel (~> 4.0.0) - activerecord-deprecated_finders (1.0.3) - activesupport (4.0.0) - i18n (~> 0.6, >= 0.6.4) - minitest (~> 4.2) - multi_json (~> 1.3) - thread_safe (~> 0.1) - tzinfo (~> 0.3.37) - akami (1.2.0) - gyoku (>= 0.4.0) - nokogiri (>= 1.4.0) - appraisal (0.5.2) - bundler - rake - arel (4.0.0) - atomic (1.1.10) - builder (3.1.4) - coderay (1.0.9) - colored (1.2) - diff-lcs (1.2.4) - erubis (2.7.0) - ffi (1.9.0) - formatador (0.2.4) - guard (1.8.1) - formatador (>= 0.2.4) - listen (>= 1.0.0) - lumberjack (>= 1.0.2) - pry (>= 0.9.10) - thor (>= 0.14.6) - guard-rspec (3.0.2) - guard (>= 1.8) - rspec (~> 2.13) - gyoku (1.1.0) - builder (>= 2.1.2) - hike (1.2.3) - i18n (0.6.4) - listen (1.2.2) - rb-fsevent (>= 0.9.3) - rb-inotify (>= 0.9) - rb-kqueue (>= 0.2) - lumberjack (1.0.4) - mail (2.5.4) - mime-types (~> 1.16) - treetop (~> 1.4.8) - method_source (0.8.2) - mime-types (1.23) - minitest (4.7.5) - multi_json (1.7.7) - nokogiri (1.5.10) - nori (2.3.0) - polyglot (0.3.3) - pry (0.9.12.2) - coderay (~> 1.0.5) - method_source (~> 0.8) - slop (~> 3.4) - rack (1.5.2) - rack-test (0.6.2) - rack (>= 1.0) - rails (4.0.0) - actionmailer (= 4.0.0) - actionpack (= 4.0.0) - activerecord (= 4.0.0) - activesupport (= 4.0.0) - bundler (>= 1.3.0, < 2.0) - railties (= 4.0.0) - sprockets-rails (~> 2.0.0) - railties (4.0.0) - actionpack (= 4.0.0) - activesupport (= 4.0.0) - rake (>= 0.8.7) - thor (>= 0.18.1, < 2.0) - rake (10.1.0) - rb-fsevent (0.9.3) - rb-inotify (0.9.0) - ffi (>= 0.5.0) - rb-kqueue (0.2.0) - ffi (>= 0.5.0) - rspec (2.14.1) - rspec-core (~> 2.14.0) - rspec-expectations (~> 2.14.0) - rspec-mocks (~> 2.14.0) - rspec-core (2.14.4) - rspec-expectations (2.14.0) - diff-lcs (>= 1.1.3, < 2.0) - rspec-mocks (2.14.1) - rspec-rails (2.14.0) - actionpack (>= 3.0) - activesupport (>= 3.0) - railties (>= 3.0) - rspec-core (~> 2.14.0) - rspec-expectations (~> 2.14.0) - rspec-mocks (~> 2.14.0) - rubyntlm (0.3.3) - savon (2.3.0) - akami (~> 1.2.0) - builder (>= 2.1.2) - gyoku (~> 1.1.0) - httpi (~> 2.1.0) - nokogiri (>= 1.4.0, < 1.6) - nori (~> 2.3.0) - wasabi (~> 3.2.0) - simplecov (0.7.1) - multi_json (~> 1.0) - simplecov-html (~> 0.7.1) - simplecov-html (0.7.1) - simplecov-summary (0.0.4) - colored - simplecov - slop (3.4.6) - sprockets (2.10.0) - hike (~> 1.2) - multi_json (~> 1.0) - rack (~> 1.0) - tilt (~> 1.1, != 1.3.0) - sprockets-rails (2.0.0) - actionpack (>= 3.0) - activesupport (>= 3.0) - sprockets (~> 2.8) - thor (0.18.1) - thread_safe (0.1.2) - atomic - tilt (1.4.1) - treetop (1.4.14) - polyglot - polyglot (>= 0.3.1) - tzinfo (0.3.37) - wasabi (3.2.0) - httpi (~> 2.0) - nokogiri (>= 1.4.0, < 1.6) - -PLATFORMS - ruby - -DEPENDENCIES - appraisal - guard - guard-rspec - httpi! - pry - rails (= 4.0.0) - rb-fsevent - rspec-rails - savon (>= 2.0.0) - simplecov - simplecov-summary - tzinfo - wasabi - wash_out!