Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
e7b1864
)
THRIFT-987 ruby does not build on Debian based distro's
author
Roger Meier
<roger@apache.org>
Fri, 4 Mar 2011 13:10:58 +0000
(13:10 +0000)
committer
Roger Meier
<roger@apache.org>
Fri, 4 Mar 2011 13:10:58 +0000
(13:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@
1077930
13f79535
-47bb-0310-9956-
ffa450edef68
lib/rb/spec/spec_helper.rb
patch
|
blob
|
history
diff --git
a/lib/rb/spec/spec_helper.rb
b/lib/rb/spec/spec_helper.rb
index
eb5d29c
..
c04141a
100644
(file)
--- 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