THRIFT-2145:Rack and Thin are not just development dependencies
Client: rb
Patch: Nick Sieger
The rack and thin gems should be specified as full dependencies, not just development dependencies.
diff --git a/lib/rb/thrift.gemspec b/lib/rb/thrift.gemspec
index 67cc3c9..2cb1287 100644
--- a/lib/rb/thrift.gemspec
+++ b/lib/rb/thrift.gemspec
@@ -3,7 +3,7 @@
Gem::Specification.new do |s|
s.name = 'thrift'
- s.version = '0.9.0.1'
+ s.version = '1.0.0.0'
s.authors = ['Thrift Developers']
s.email = ['dev@thrift.apache.org']
s.homepage = 'http://thrift.apache.org'