summaryrefslogtreecommitdiff
path: root/lib/rb
diff options
context:
space:
mode:
authorJames E. King III <jking@apache.org>2018-12-30 11:06:00 -0500
committerJames E. King III <jking@apache.org>2018-12-30 11:06:00 -0500
commitc3375d9e434b5740808813138b28b70517e82c7d (patch)
treedb8f0e81129461b1ddc6e7a951cbb5667ca15634 /lib/rb
parenta139082755369611ed243376ec3c4161452369fc (diff)
parent384647d290e2e4a55a14b1b7ef1b7e66293a2c33 (diff)
downloadthrift-c3375d9e434b5740808813138b28b70517e82c7d.tar.gz
Merge remote-tracking branch 'origin/0.12.0' into consume-0.12.0
Diffstat (limited to 'lib/rb')
-rw-r--r--lib/rb/thrift.gemspec4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rb/thrift.gemspec b/lib/rb/thrift.gemspec
index 0f96c3fcc..e53194ee7 100644
--- a/lib/rb/thrift.gemspec
+++ b/lib/rb/thrift.gemspec
@@ -3,8 +3,8 @@ $:.push File.expand_path("../lib", __FILE__)
Gem::Specification.new do |s|
s.name = 'thrift'
- s.version = '1.0.0.0'
- s.authors = ['Thrift Developers']
+ s.version = '1.0.0'
+ s.authors = ['Apache Thrift Developers']
s.email = ['dev@thrift.apache.org']
s.homepage = 'http://thrift.apache.org'
s.summary = %q{Ruby bindings for Apache Thrift}