From: Roger Meier Date: Fri, 4 Mar 2011 13:10:58 +0000 (+0000) Subject: THRIFT-987 ruby does not build on Debian based distro's X-Git-Tag: 0.7.0~160 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=062de1b0d327e72993489118f5949d2e1e4d3848;p=common%2Fthrift.git THRIFT-987 ruby does not build on Debian based distro's git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1077930 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/lib/rb/spec/spec_helper.rb b/lib/rb/spec/spec_helper.rb index eb5d29cb..c04141a1 100644 --- a/lib/rb/spec/spec_helper.rb +++ b/lib/rb/spec/spec_helper.rb @@ -18,8 +18,6 @@ # require 'rubygems' -# require at least 1.1.4 to fix a bug with describing Modules -gem 'rspec', '>= 1.1.4' require 'spec' $:.unshift File.join(File.dirname(__FILE__), *%w[.. ext]) @@ -57,4 +55,4 @@ module Fixtures COMPACT_PROTOCOL_TEST_STRUCT.a_binary = [0,1,2,3,4,5,6,7,8].pack('c*') COMPACT_PROTOCOL_TEST_STRUCT.set_byte_map = nil COMPACT_PROTOCOL_TEST_STRUCT.map_byte_map = nil -end \ No newline at end of file +end