You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by mc...@apache.org on 2014/05/15 15:01:03 UTC

svn commit: r1594904 - /qpid/proton/trunk/proton-c/bindings/ruby/qpid_proton.gemspec

Author: mcpierce
Date: Thu May 15 13:01:02 2014
New Revision: 1594904

URL: http://svn.apache.org/r1594904
Log:
NO-JIRA: Added license to Ruby gemspec

Modified:
    qpid/proton/trunk/proton-c/bindings/ruby/qpid_proton.gemspec

Modified: qpid/proton/trunk/proton-c/bindings/ruby/qpid_proton.gemspec
URL: http://svn.apache.org/viewvc/qpid/proton/trunk/proton-c/bindings/ruby/qpid_proton.gemspec?rev=1594904&r1=1594903&r2=1594904&view=diff
==============================================================================
--- qpid/proton/trunk/proton-c/bindings/ruby/qpid_proton.gemspec (original)
+++ qpid/proton/trunk/proton-c/bindings/ruby/qpid_proton.gemspec Thu May 15 13:01:02 2014
@@ -8,6 +8,7 @@ system "swig -ruby -I../../include -o ex
 Gem::Specification.new do |s|
   s.name        = "qpid_proton"
   s.version     = "0.3"
+  s.licenses    = ['Apache-2.0']
   s.platform    = Gem::Platform::RUBY
   s.authors     = ["Darryl L. Pierce"]
   s.email       = ["proton@qpid.apache.org"]



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org