thrift 0.2.0.2 → 0.2.0.3

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,2 +1,3 @@
1
- ƻ�Zp=-p�=�J�����GÅ��,�ʸ�~��J������5 �c��x���>��/C4����&��=����>�uu�$���Bj0��f���s�4)S���H��©ۍɐd��g@��#ǭW�š��'�'�8��Pԋ���t�l��8T�❱)u��ӮՀ/���Ζ��gPaU?����z>���� IFX^6#>�ONx�;��tyq��k*D�kny+�\E����Lu����f���Cm4���6
2
- v[�KT
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=�~�}
data/CHANGELOG CHANGED
@@ -1,3 +1,5 @@
1
+ v0.2.0.3 Support JRuby properly.
2
+
1
3
  v0.2.0.2 Remove -Werror from compile.
2
4
 
3
5
  v0.2.0. Update version to Thrift release 0.2.0. No actual code changes.
data/ext/extconf.rb CHANGED
@@ -17,10 +17,24 @@
17
17
  # under the License.
18
18
  #
19
19
 
20
- require 'mkmf'
20
+ unless defined?(JRUBY_VERSION)
21
+ require 'mkmf'
21
22
 
22
- $CFLAGS = "-g -O2 -Wall"
23
+ $CFLAGS = "-g -O2 -Wall"
23
24
 
24
- have_func("strlcpy", "string.h")
25
+ have_func("strlcpy", "string.h")
25
26
 
26
- create_makefile 'thrift_native'
27
+ create_makefile 'thrift_native'
28
+ else
29
+ # RubyGems Gem::Ext::ExtConfBuilder is looking for a Makefile
30
+ # so make a dummy Makefile to appease it
31
+ File.open(File.expand_path('../Makefile', __FILE__), 'w') do |f|
32
+ f.write <<-EOS
33
+ all:
34
+ static:
35
+ clean:
36
+ distclean:
37
+ install:
38
+ EOS
39
+ end
40
+ end
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.2"
5
+ s.version = "0.2.0.3"
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-14}
10
+ s.date = %q{2010-04-23}
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
- - 2
10
- version: 0.2.0.2
9
+ - 3
10
+ version: 0.2.0.3
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-14 00:00:00 -07:00
39
+ date: 2010-04-23 00:00:00 -07:00
40
40
  default_executable:
41
41
  dependencies: []
42
42
 
metadata.gz.sig CHANGED
Binary file