diff --git a/.travis.yml b/.travis.yml index 48c1d34..6321db0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,6 @@ rvm: - 1.9.3 gemfile: - - gemfiles/2.3.gemfile - gemfiles/3.0.gemfile - gemfiles/3.1.gemfile + - gemfiles/3.2.gemfile diff --git a/Appraisals b/Appraisals index 0108e88..ad03357 100644 --- a/Appraisals +++ b/Appraisals @@ -13,3 +13,11 @@ appraise '3.1' do gem 'sass-rails' gem 'coffee-rails' end + +appraise '3.2' do + gem 'rails', '3.2.3' + gem 'jquery-rails' + gem 'uglifier' + gem 'sass-rails' + gem 'coffee-rails' +end diff --git a/Gemfile.lock b/Gemfile.lock index b6243ef..7f152e1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - copycopter_client (2.0.0) + copycopter_client (2.0.1) i18n (>= 0.5.0) json diff --git a/gemfiles/2.3.gemfile b/gemfiles/2.3.gemfile deleted file mode 100644 index 669b91f..0000000 --- a/gemfiles/2.3.gemfile +++ /dev/null @@ -1,7 +0,0 @@ -# This file was generated by Appraisal - -source "http://rubygems.org" - -gem "rails", "2.3.14" - -gemspec :path=>"../" \ No newline at end of file diff --git a/gemfiles/2.3.gemfile.lock b/gemfiles/2.3.gemfile.lock deleted file mode 100644 index 3f3d7aa..0000000 --- a/gemfiles/2.3.gemfile.lock +++ /dev/null @@ -1,105 +0,0 @@ -PATH - remote: /Users/croaky/dev/copycopter-ruby-client - specs: - copycopter_client (1.1.2) - i18n (>= 0.5.0) - json - -GEM - remote: http://rubygems.org/ - specs: - actionmailer (2.3.14) - actionpack (= 2.3.14) - actionpack (2.3.14) - activesupport (= 2.3.14) - rack (~> 1.1.0) - activerecord (2.3.14) - activesupport (= 2.3.14) - activeresource (2.3.14) - activesupport (= 2.3.14) - activesupport (2.3.14) - addressable (2.2.6) - appraisal (0.4.0) - bundler - rake - aruba (0.3.7) - childprocess (>= 0.1.9) - cucumber (>= 0.10.5) - rspec (>= 2.6.0) - bourne (1.0) - mocha (= 0.9.8) - builder (3.0.0) - childprocess (0.2.2) - ffi (~> 1.0.6) - crack (0.3.1) - cucumber (0.10.7) - builder (>= 2.1.2) - diff-lcs (>= 1.1.2) - gherkin (~> 2.4.0) - json (>= 1.4.6) - term-ansicolor (>= 1.0.5) - daemons (1.1.4) - diff-lcs (1.1.3) - eventmachine (0.12.10) - ffi (1.0.11) - gherkin (2.4.21) - json (>= 1.4.6) - i18n (0.6.0) - json (1.6.1) - mocha (0.9.8) - rake - rack (1.1.2) - rails (2.3.14) - actionmailer (= 2.3.14) - actionpack (= 2.3.14) - activerecord (= 2.3.14) - activeresource (= 2.3.14) - activesupport (= 2.3.14) - rake (>= 0.8.3) - rake (0.9.2) - rspec (2.7.0) - rspec-core (~> 2.7.0) - rspec-expectations (~> 2.7.0) - rspec-mocks (~> 2.7.0) - rspec-core (2.7.1) - rspec-expectations (2.7.0) - diff-lcs (~> 1.1.2) - rspec-mocks (2.7.0) - sham_rack (1.3.3) - rack - sinatra (1.2.7) - rack (~> 1.1) - tilt (>= 1.2.2, < 2.0) - sqlite3 (1.3.4) - sqlite3-ruby (1.3.3) - sqlite3 (>= 1.3.3) - term-ansicolor (1.0.7) - thin (1.3.1) - daemons (>= 1.0.9) - eventmachine (>= 0.12.6) - rack (>= 1.0.0) - tilt (1.3.3) - webmock (1.7.7) - addressable (~> 2.2, > 2.2.5) - crack (>= 0.1.7) - yard (0.7.3) - -PLATFORMS - ruby - -DEPENDENCIES - appraisal (~> 0.4) - aruba (~> 0.3.2) - bourne - copycopter_client! - cucumber (~> 0.10.0) - i18n - rails (= 2.3.14) - rake (= 0.9.2) - rspec (~> 2.3) - sham_rack - sinatra - sqlite3-ruby - thin - webmock - yard diff --git a/gemfiles/3.0.gemfile.lock b/gemfiles/3.0.gemfile.lock index c828967..062d037 100644 --- a/gemfiles/3.0.gemfile.lock +++ b/gemfiles/3.0.gemfile.lock @@ -1,7 +1,7 @@ PATH - remote: /Users/croaky/dev/copycopter-ruby-client + remote: /Users/robertps/prob/copycopter-ruby-client specs: - copycopter_client (1.1.2) + copycopter_client (2.0.1) i18n (>= 0.5.0) json diff --git a/gemfiles/3.1.gemfile.lock b/gemfiles/3.1.gemfile.lock index 3025f2c..d74b8c1 100644 --- a/gemfiles/3.1.gemfile.lock +++ b/gemfiles/3.1.gemfile.lock @@ -1,7 +1,7 @@ PATH - remote: /Users/croaky/dev/copycopter-ruby-client + remote: /Users/robertps/prob/copycopter-ruby-client specs: - copycopter_client (1.1.2) + copycopter_client (2.0.1) i18n (>= 0.5.0) json diff --git a/gemfiles/3.2.gemfile b/gemfiles/3.2.gemfile new file mode 100644 index 0000000..cdddc4e --- /dev/null +++ b/gemfiles/3.2.gemfile @@ -0,0 +1,11 @@ +# This file was generated by Appraisal + +source "http://rubygems.org" + +gem "rails", "3.2.3" +gem "jquery-rails" +gem "uglifier" +gem "sass-rails" +gem "coffee-rails" + +gemspec :path=>"../" \ No newline at end of file diff --git a/gemfiles/3.2.gemfile.lock b/gemfiles/3.2.gemfile.lock new file mode 100644 index 0000000..03c4625 --- /dev/null +++ b/gemfiles/3.2.gemfile.lock @@ -0,0 +1,186 @@ +PATH + remote: /Users/robertps/prob/copycopter-ruby-client + specs: + copycopter_client (2.0.1) + i18n (>= 0.5.0) + json + +GEM + remote: http://rubygems.org/ + specs: + actionmailer (3.2.3) + actionpack (= 3.2.3) + mail (~> 2.4.4) + actionpack (3.2.3) + activemodel (= 3.2.3) + activesupport (= 3.2.3) + builder (~> 3.0.0) + erubis (~> 2.7.0) + journey (~> 1.0.1) + rack (~> 1.4.0) + rack-cache (~> 1.2) + rack-test (~> 0.6.1) + sprockets (~> 2.1.2) + activemodel (3.2.3) + activesupport (= 3.2.3) + builder (~> 3.0.0) + activerecord (3.2.3) + activemodel (= 3.2.3) + activesupport (= 3.2.3) + arel (~> 3.0.2) + tzinfo (~> 0.3.29) + activeresource (3.2.3) + activemodel (= 3.2.3) + activesupport (= 3.2.3) + activesupport (3.2.3) + i18n (~> 0.6) + multi_json (~> 1.0) + addressable (2.2.7) + appraisal (0.4.1) + bundler + rake + arel (3.0.2) + aruba (0.3.7) + childprocess (>= 0.1.9) + cucumber (>= 0.10.5) + rspec (>= 2.6.0) + bourne (1.1.2) + mocha (= 0.10.5) + builder (3.0.0) + childprocess (0.3.1) + ffi (~> 1.0.6) + coffee-rails (3.2.2) + coffee-script (>= 2.2.0) + railties (~> 3.2.0) + coffee-script (2.2.0) + coffee-script-source + execjs + coffee-script-source (1.2.0) + crack (0.3.1) + cucumber (0.10.7) + builder (>= 2.1.2) + diff-lcs (>= 1.1.2) + gherkin (~> 2.4.0) + json (>= 1.4.6) + term-ansicolor (>= 1.0.5) + daemons (1.1.8) + diff-lcs (1.1.3) + erubis (2.7.0) + eventmachine (0.12.10) + execjs (1.3.0) + multi_json (~> 1.0) + ffi (1.0.11) + gherkin (2.4.21) + json (>= 1.4.6) + hike (1.2.1) + i18n (0.6.0) + journey (1.0.3) + jquery-rails (2.0.1) + railties (>= 3.2.0, < 5.0) + thor (~> 0.14) + json (1.6.6) + mail (2.4.4) + i18n (>= 0.4.0) + mime-types (~> 1.16) + treetop (~> 1.4.8) + metaclass (0.0.1) + mime-types (1.18) + mocha (0.10.5) + metaclass (~> 0.0.1) + multi_json (1.2.0) + polyglot (0.3.3) + rack (1.4.1) + rack-cache (1.2) + rack (>= 0.4) + rack-protection (1.2.0) + rack + rack-ssl (1.3.2) + rack + rack-test (0.6.1) + rack (>= 1.0) + rails (3.2.3) + actionmailer (= 3.2.3) + actionpack (= 3.2.3) + activerecord (= 3.2.3) + activeresource (= 3.2.3) + activesupport (= 3.2.3) + bundler (~> 1.0) + railties (= 3.2.3) + railties (3.2.3) + actionpack (= 3.2.3) + activesupport (= 3.2.3) + rack-ssl (~> 1.3.2) + rake (>= 0.8.7) + rdoc (~> 3.4) + thor (~> 0.14.6) + rake (0.9.2) + rdoc (3.12) + json (~> 1.4) + rspec (2.9.0) + rspec-core (~> 2.9.0) + rspec-expectations (~> 2.9.0) + rspec-mocks (~> 2.9.0) + rspec-core (2.9.0) + rspec-expectations (2.9.0) + diff-lcs (~> 1.1.3) + rspec-mocks (2.9.0) + sass (3.1.15) + sass-rails (3.2.5) + railties (~> 3.2.0) + sass (>= 3.1.10) + tilt (~> 1.3) + sham_rack (1.3.3) + rack + sinatra (1.3.2) + rack (~> 1.3, >= 1.3.6) + rack-protection (~> 1.2) + tilt (~> 1.3, >= 1.3.3) + sprockets (2.1.2) + hike (~> 1.2) + rack (~> 1.0) + tilt (~> 1.1, != 1.3.0) + sqlite3 (1.3.5) + sqlite3-ruby (1.3.3) + sqlite3 (>= 1.3.3) + term-ansicolor (1.0.7) + thin (1.3.1) + daemons (>= 1.0.9) + eventmachine (>= 0.12.6) + rack (>= 1.0.0) + thor (0.14.6) + tilt (1.3.3) + treetop (1.4.10) + polyglot + polyglot (>= 0.3.1) + tzinfo (0.3.32) + uglifier (1.2.4) + execjs (>= 0.3.0) + multi_json (>= 1.0.2) + webmock (1.8.5) + addressable (>= 2.2.7) + crack (>= 0.1.7) + yard (0.7.5) + +PLATFORMS + ruby + +DEPENDENCIES + appraisal (~> 0.4) + aruba (~> 0.3.2) + bourne + coffee-rails + copycopter_client! + cucumber (~> 0.10.0) + i18n + jquery-rails + rails (= 3.2.3) + rake (= 0.9.2) + rspec (~> 2.3) + sass-rails + sham_rack + sinatra + sqlite3-ruby + thin + uglifier + webmock + yard