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.
This commit is contained in:
jfarrell 2013-11-25 13:30:41 -05:00
parent f35975b67f
commit cba92b308f
3 changed files with 2 additions and 2 deletions

View File

@ -62,6 +62,5 @@ require 'thrift/server/nonblocking_server'
require 'thrift/server/simple_server'
require 'thrift/server/threaded_server'
require 'thrift/server/thread_pool_server'
require 'thrift/server/thin_http_server'
require 'thrift/thrift_native'

View File

@ -19,6 +19,7 @@
require 'spec_helper'
require 'rack/test'
require 'thrift/server/thin_http_server'
describe Thrift::ThinHTTPServer do

View File

@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
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'