Browse Source

Upgrade to TorqBox 0.1.7

Ben Browning 11 years ago
parent
commit
9c043de086

+ 1 - 1
rack/Gemfile-jruby

@@ -1,6 +1,6 @@
 source 'http://rubygems.org'
 
-gem 'torqbox', '0.1.4'
+gem 'torqbox', '0.1.7'
 gem 'json', '1.7.6'
 gem "rubyzip", "~> 1.0.0"
 gem "zip-zip", "~> 0.1"

+ 1 - 1
rack/README.md

@@ -13,7 +13,7 @@ The tests were run with:
 * [JRuby 1.7.8](http://jruby.org/)
 * [Rack 1.5.1](http://rack.github.com/)
 * [Unicorn 4.6.2](http://unicorn.bogomips.org/)
-* [TorqBox 0.1.4](http://torquebox.org/torqbox/)
+* [TorqBox 0.1.7](http://torquebox.org/torqbox/)
 
 ## References
 * https://github.com/FooBarWidget/passenger/pull/71

+ 1 - 1
rails-stripped/Gemfile-jruby

@@ -1,7 +1,7 @@
 source 'https://rubygems.org'
 
 gem 'rails', '3.2.13'
-gem 'torqbox', '0.1.4'
+gem 'torqbox', '0.1.7'
 gem 'activerecord-jdbcmysql-adapter', '1.2.6'
 gem "rubyzip", "~> 1.0.0"
 gem "zip-zip", "~> 0.1"

+ 1 - 1
rails-stripped/README.md

@@ -16,7 +16,7 @@ The tests were run with:
 * [JRuby 1.7.8](http://jruby.org/)
 * [Rails 3.2.11](http://rubyonrails.org/)
 * [Unicorn 4.6.2](http://unicorn.bogomips.org/)
-* [TorqBox 0.1.4](http://torquebox.org/torqbox/)
+* [TorqBox 0.1.7](http://torquebox.org/torqbox/)
 * [MySQL 5.5.29](https://dev.mysql.com/)
 
 ## References

+ 1 - 1
rails/Gemfile-jruby

@@ -1,7 +1,7 @@
 source 'https://rubygems.org'
 
 gem 'rails', '3.2.13'
-gem 'torqbox', '0.1.4'
+gem 'torqbox', '0.1.7'
 gem 'activerecord-jdbcmysql-adapter', '1.2.6'
 gem "rubyzip", "~> 1.0.0"
 gem "zip-zip", "~> 0.1"

+ 1 - 1
rails/README.md

@@ -16,7 +16,7 @@ The tests were run with:
 * [JRuby 1.7.8](http://jruby.org/)
 * [Rails 3.2.11](http://rubyonrails.org/)
 * [Unicorn 4.6.2](http://unicorn.bogomips.org/)
-* [TorqBox 0.1.4](http://torquebox.org/torqbox/)
+* [TorqBox 0.1.7](http://torquebox.org/torqbox/)
 * [MySQL 5.5.29](https://dev.mysql.com/)
 
 ## References

+ 1 - 1
sinatra/Gemfile-jruby

@@ -1,7 +1,7 @@
 source 'https://rubygems.org'
 gem 'sinatra', '1.3.4'
 gem 'sinatra-contrib', '1.3.2'
-gem 'torqbox', '0.1.4'
+gem 'torqbox', '0.1.7'
 gem 'activerecord-jdbcmysql-adapter', '1.2.6'
 gem "sinatra-activerecord", "1.2.2"
 gem "rubyzip", "~> 1.0.0"

+ 1 - 1
sinatra/README.md

@@ -15,7 +15,7 @@ The tests were run with:
 * [JRuby 1.7.8](http://jruby.org/)
 * [Sinatra 1.3.4](http://www.sinatrarb.com/)
 * [Unicorn 4.6.2](http://unicorn.bogomips.org/)
-* [TorqBox 0.1.4](http://torquebox.org/torqbox/)
+* [TorqBox 0.1.7](http://torquebox.org/torqbox/)
 * [MySQL 5.5.29](https://dev.mysql.com/)
 
 ## References