thrift 0.2.0.3 → 0.2.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data.tar.gz.sig CHANGED
@@ -1,3 +1,2 @@
1
-
2
- 5��!�J�#�|�'T]((��]7zEi���e�X��� ������6�t���{*|&��$1 &��b�FOfD��i�%*�� �'Fu��e�-�~�“*e�m��z�:��(�S[���0@
3
- �2}F�_��lj~��(��#�X���j���`��VF��/ �c�C&��G]�cţStۓ�oq��F�q=�~�}
1
+ Ť�E��1�].)� ��3i��s+�U������hc=D�����<��6^`�V�c"��\<�c�􅵌B��+��SLV���gOKxiڬ���œ�K|oa���rk�g�d���� ����FBQ�!���;��w��|�W(�6"���Ƹ�h����3�p!��oH��qh�����Q]+A=kM��d�-��E*�������M((KJm����qC��<�Ex���s����@���
2
+ z�18
data/CHANGELOG CHANGED
@@ -1,4 +1,6 @@
1
- v0.2.0.3 Support JRuby properly.
1
+ v0.2.0.4 Support Rubinius properly (tritonrc).
2
+
3
+ v0.2.0.3 Support JRuby properly (tritonrc).
2
4
 
3
5
  v0.2.0.2 Remove -Werror from compile.
4
6
 
data/ext/extconf.rb CHANGED
@@ -20,7 +20,7 @@
20
20
  unless defined?(JRUBY_VERSION)
21
21
  require 'mkmf'
22
22
 
23
- $CFLAGS = "-g -O2 -Wall"
23
+ $CFLAGS = "-g -O2 -Wall " + $CFLAGS
24
24
 
25
25
  have_func("strlcpy", "string.h")
26
26
 
data/thrift.gemspec CHANGED
@@ -2,12 +2,12 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{thrift}
5
- s.version = "0.2.0.3"
5
+ s.version = "0.2.0.4"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Kevin Ballard, Kevin Clark, Mark Slee, Evan Weaver"]
9
9
  s.cert_chain = ["/Users/eweaver/p/configuration/gem_certificates/evan_weaver-original-public_cert.pem"]
10
- s.date = %q{2010-04-23}
10
+ s.date = %q{2010-05-24}
11
11
  s.description = %q{Ruby libraries for Thrift (a language-agnostic RPC system)}
12
12
  s.email = %q{}
13
13
  s.extensions = ["ext/extconf.rb"]
metadata CHANGED
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 0
7
7
  - 2
8
8
  - 0
9
- - 3
10
- version: 0.2.0.3
9
+ - 4
10
+ version: 0.2.0.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Kevin Ballard, Kevin Clark, Mark Slee, Evan Weaver
@@ -36,7 +36,7 @@ cert_chain:
36
36
  yZ0=
37
37
  -----END CERTIFICATE-----
38
38
 
39
- date: 2010-04-23 00:00:00 -07:00
39
+ date: 2010-05-24 00:00:00 -07:00
40
40
  default_executable:
41
41
  dependencies: []
42
42
 
metadata.gz.sig CHANGED
Binary file