diff --git a/Gemfile b/Gemfile index 339cba60..18fd72f6 100644 --- a/Gemfile +++ b/Gemfile @@ -1,32 +1,31 @@ ruby '1.9.3' rescue nil -# source :rubygems -# gemspec -# -# gem 'travis-support', github: 'travis-ci/travis-support' -# gem 'travis-core', github: 'travis-ci/travis-core', branch: 'sf-travis-api' -# gem 'hubble', github: 'roidrage/hubble' -# gem 'yard-sinatra', github: 'rkh/yard-sinatra' -# gem 'rack-contrib', github: 'rack/rack-contrib' -# gem 'rack-cache', '~> 1.2' -# gem 'gh', github: 'rkh/gh' -# gem 'bunny' -# gem 'dalli' -# gem 'hitimes', '1.1.0' -# -# group :test do -# gem 'rspec', '~> 2.11' -# gem 'factory_girl', '~> 2.4.0' -# gem 'mocha', '~> 0.12' -# gem 'database_cleaner', '~> 0.8.0' -# end -# -# group :development do -# gem 'foreman' -# gem 'rerun' -# end -# -# group :development, :test do -# gem 'rake', '~> 0.9.2' -# gem 'micro_migrations', git: 'git://gist.github.com/2087829.git' -# end +source :rubygems +gemspec + +gem 'travis-support', github: 'travis-ci/travis-support' +gem 'travis-core', github: 'travis-ci/travis-core', branch: 'sf-travis-api' +gem 'hubble', github: 'roidrage/hubble' +gem 'yard-sinatra', github: 'rkh/yard-sinatra' +gem 'rack-contrib', github: 'rack/rack-contrib' +gem 'rack-cache', '~> 1.2' +gem 'gh', github: 'rkh/gh' +gem 'bunny' +gem 'dalli' + +group :test do + gem 'rspec', '~> 2.11' + gem 'factory_girl', '~> 2.4.0' + gem 'mocha', '~> 0.12' + gem 'database_cleaner', '~> 0.8.0' +end + +group :development do + gem 'foreman' + gem 'rerun' +end + +group :development, :test do + gem 'rake', '~> 0.9.2' + gem 'micro_migrations', git: 'git://gist.github.com/2087829.git' +end diff --git a/Gemfile.lock b/Gemfile.lock index 83f331da..aa39c3ca 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,255 @@ -GEM +GIT + remote: git://gist.github.com/2087829.git + revision: c766c06b0bdbda3bd96c3f4e376249cafcbbfaaa specs: + micro_migrations (0.0.1) + +GIT + remote: git://github.com/rack/rack-contrib.git + revision: b7e7c38fd02c3b5da91aa57af78b3f571c6ebcd0 + specs: + rack-contrib (1.1.0) + rack (>= 0.9.1) + +GIT + remote: git://github.com/rkh/gh.git + revision: affde20a4fecb1023f2e7031734b9386a76d22c2 + specs: + gh (0.8.0) + addressable + backports (~> 2.3) + faraday (~> 0.8) + multi_json (~> 1.0) + net-http-persistent (>= 2.7) + net-http-pipeline + +GIT + remote: git://github.com/rkh/yard-sinatra.git + revision: 3b1064eef407d2d288a5b96d258178a1e67b3b80 + specs: + yard-sinatra (1.0.0) + yard (~> 0.7) + +GIT + remote: git://github.com/roidrage/hubble.git + revision: f5e6301ac24eabeebaf8f4485d71cdcf93b2f3f8 + specs: + hubble (0.1.2) + faraday + json (~> 1.6) + +GIT + remote: git://github.com/travis-ci/travis-core.git + revision: 310d93a0c6dec233a15264172168fc58fb243f3b + branch: sf-travis-api + specs: + travis-core (0.0.1) + actionmailer (~> 3.2.3) + activerecord (~> 3.2.3) + data_migrations (~> 0.0.1) + gh + hashr (~> 0.0.19) + metriks (~> 0.9.7) + multi_json + postmark-rails (~> 0.4.1) + pusher (~> 0.9.2) + railties (~> 3.2.3) + rake (~> 0.9.2.2) + redis (~> 3.0) + rollout (~> 1.1.0) + simple_states (~> 0.1.1) + thor (~> 0.14.6) + +GIT + remote: git://github.com/travis-ci/travis-support.git + revision: 7fb3660e0d5705305aa59b30fa74cbcc6248bbad + specs: + travis-support (0.0.1) + +PATH + remote: . + specs: + travis-api (0.0.1) + backports (~> 2.5) + hubble (~> 0.1) + newrelic_rpm (~> 3.3.0) + pg (~> 0.13.2) + rack-contrib (~> 1.1) + rack-ssl (~> 1.3) + redcarpet (~> 2.1) + sinatra (~> 1.3) + sinatra-contrib (~> 1.3) + thin (~> 1.4) + travis-core + travis-support + +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) + activesupport (3.2.8) + i18n (~> 0.6) + multi_json (~> 1.0) + addressable (2.3.2) + arel (3.0.2) + atomic (1.0.1) + avl_tree (1.1.3) + backports (2.6.4) + builder (3.0.3) + bunny (0.8.0) + daemons (1.1.9) + dalli (2.2.1) + data_migrations (0.0.1) + activerecord + rake + database_cleaner (0.8.0) + diff-lcs (1.1.3) + erubis (2.7.0) + eventmachine (1.0.0) + factory_girl (2.4.2) + activesupport + faraday (0.8.4) + multipart-post (~> 1.1) + foreman (0.60.2) + thor (>= 0.13.6) + hashr (0.0.22) + hike (1.2.1) + hitimes (1.1.1) + i18n (0.6.1) + journey (1.0.4) + json (1.7.5) + listen (0.5.3) + mail (2.4.4) + i18n (>= 0.4.0) + mime-types (~> 1.16) + treetop (~> 1.4.8) + metaclass (0.0.1) + metriks (0.9.9.1) + atomic (~> 1.0) + avl_tree (~> 1.1.2) + hitimes (~> 1.1) + mime-types (1.19) + mocha (0.12.7) + metaclass (~> 0.0.1) + multi_json (1.3.6) + multipart-post (1.1.5) + net-http-persistent (2.7) + net-http-pipeline (1.0.1) + newrelic_rpm (3.3.5) + pg (0.13.2) + polyglot (0.3.3) + postmark (0.9.13) + json + rake + postmark-rails (0.4.1) + actionmailer + postmark (>= 0.9.0) + rake + pusher (0.9.4) + multi_json (~> 1.0) + signature (~> 0.1.2) + 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.2) + rack (>= 1.0) + 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 (0.9.2.2) + rdoc (3.12) + json (~> 1.4) + redcarpet (2.2.1) + redis (3.0.2) + rerun (0.7.1) + listen + rollout (1.1.0) + rspec (2.11.0) + rspec-core (~> 2.11.0) + rspec-expectations (~> 2.11.0) + rspec-mocks (~> 2.11.0) + rspec-core (2.11.1) + rspec-expectations (2.11.3) + diff-lcs (~> 1.1.3) + rspec-mocks (2.11.3) + signature (0.1.4) + simple_states (0.1.1) + activesupport + hashr (~> 0.0.10) + sinatra (1.3.3) + rack (~> 1.3, >= 1.3.6) + rack-protection (~> 1.2) + tilt (~> 1.3, >= 1.3.3) + sinatra-contrib (1.3.1) + backports (>= 2.0) + eventmachine + rack-protection + rack-test + sinatra (~> 1.3.0) + tilt (~> 1.3) + sprockets (2.1.3) + hike (~> 1.2) + rack (~> 1.0) + tilt (~> 1.1, != 1.3.0) + thin (1.5.0) + daemons (>= 1.0.9) + eventmachine (>= 0.12.6) + rack (>= 1.0.0) + thor (0.14.6) + tilt (1.3.3) + treetop (1.4.11) + polyglot + polyglot (>= 0.3.1) + tzinfo (0.3.33) + yard (0.8.2.1) PLATFORMS ruby DEPENDENCIES + bunny + dalli + database_cleaner (~> 0.8.0) + factory_girl (~> 2.4.0) + foreman + gh! + hubble! + micro_migrations! + mocha (~> 0.12) + rack-cache (~> 1.2) + rack-contrib! + rake (~> 0.9.2) + rerun + rspec (~> 2.11) + travis-api! + travis-core! + travis-support! + yard-sinatra!