summaryrefslogtreecommitdiff
path: root/lib/rb
diff options
context:
space:
mode:
authorJames E. King III <jking@apache.org>2018-01-23 19:12:03 -0500
committerJames E. King III <jking@apache.org>2018-01-23 19:12:15 -0500
commit52bf20c0daa0ba902421e6212be367cb294c43b3 (patch)
treee08ce70c96285c89faa36383cd8b221b46e4bb83 /lib/rb
parentb636ffb613ab49e0f037fbe696d28a4b17a72c5f (diff)
downloadthrift-52bf20c0daa0ba902421e6212be367cb294c43b3.tar.gz
THRIFT-4472: fix ruby gemspec license declaration
Client: rb
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 c2533fd34..450de5bec 100644
--- a/lib/rb/thrift.gemspec
+++ b/lib/rb/thrift.gemspec
@@ -9,8 +9,8 @@ Gem::Specification.new do |s|
s.homepage = 'http://thrift.apache.org'
s.summary = %q{Ruby bindings for Apache Thrift}
s.description = %q{Ruby bindings for the Apache Thrift RPC system}
- s.license = 'Apache 2.0'
- s.extensions = ['ext/extconf.rb']
+ s.license = 'Apache-2.0'
+ s.extensions = ['ext/extconf.rb']
s.has_rdoc = true
s.rdoc_options = %w[--line-numbers --inline-source --title Thrift --main README]