-
Type:
Task
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.21
-
Component/s: Ruby Client
-
Labels:None
Currently the packaging is done via a Rakefile. However, the various parts of Rake have turned into a moving target with incompatible changes. So for packaging the gems we should move packaging to use a gemspec instead.
In the process, we can also dispose of the Qpid::Messaging::Version class which is not used by anything except the Rakefile. We can instead set the version directly in the gemspec file.