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 2013/02/07 16:49:42 UTC

svn commit: r1443570 - in /qpid/trunk/qpid/cpp/bindings/qpid/ruby: Rakefile lib/qpid_messaging/version.rb qpid_messaging.gemspec

Author: mcpierce
Date: Thu Feb  7 15:49:42 2013
New Revision: 1443570

URL: http://svn.apache.org/viewvc?rev=1443570&view=rev
Log:
QPID-4567: Moved the gem packaging to using a gemspec file.

The gemspec already existed, but now the Rakefile has been removed.
Cleaned up what is included in the gemfile: removed the spec tests,
cucumber tests and examples from the gem, added the ChangeLog file.

Removed:
    qpid/trunk/qpid/cpp/bindings/qpid/ruby/Rakefile
    qpid/trunk/qpid/cpp/bindings/qpid/ruby/lib/qpid_messaging/version.rb
Modified:
    qpid/trunk/qpid/cpp/bindings/qpid/ruby/qpid_messaging.gemspec

Modified: qpid/trunk/qpid/cpp/bindings/qpid/ruby/qpid_messaging.gemspec
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/bindings/qpid/ruby/qpid_messaging.gemspec?rev=1443570&r1=1443569&r2=1443570&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/bindings/qpid/ruby/qpid_messaging.gemspec (original)
+++ qpid/trunk/qpid/cpp/bindings/qpid/ruby/qpid_messaging.gemspec Thu Feb  7 15:49:42 2013
@@ -7,7 +7,7 @@ system "swig -ruby -c++ -I../../../inclu
 
 Gem::Specification.new do |s|
   s.name        = "qpid_messaging"
-  s.version     = "0.20.1"
+  s.version     = "0.22.0"
   s.platform    = Gem::Platform::RUBY
   s.authors     = "Apache Qpid Project"
   s.email       = "dev@qpid.apache.org"
@@ -17,14 +17,11 @@ Gem::Specification.new do |s|
 
   s.extensions   = "ext/cqpid/extconf.rb"
   s.files        = Dir["LICENSE",
+                   "ChangeLog",
                    "README.rdoc",
                    "TODO",
                    "lib/**/*.rb",
-                   "test/**/*.rb",
-                   "examples/**/*.rb",
                    "ext/**/*",
-                   "features/**/*",
-                   "spec/**/*"
                 ]
   s.require_path = 'lib'
 end



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