mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 10:48:51 +00:00
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:
parent
f35975b67f
commit
cba92b308f
@ -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'
|
||||
|
@ -19,6 +19,7 @@
|
||||
|
||||
require 'spec_helper'
|
||||
require 'rack/test'
|
||||
require 'thrift/server/thin_http_server'
|
||||
|
||||
describe Thrift::ThinHTTPServer do
|
||||
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user