[PATCH aeolus-image-rubygem] Add missing dep, fix summary/description.

Jason Guiditta jguiditt at redhat.com
Wed Feb 1 21:12:38 UTC 2012


We need these right so we can put this on rubygems.org
---
 Rakefile |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/Rakefile b/Rakefile
index a4793e4..3948226 100644
--- a/Rakefile
+++ b/Rakefile
@@ -29,8 +29,8 @@ PKG_VERSION = "0.4.0"
 spec = Gem::Specification.new do |s|
   s.name = 'aeolus-image'
   s.version = PKG_VERSION
-  s.summary= 'cli for aeolus cloud suite'
-  s.description = 'Commandline interface for working with the aeolus cloud management suite'
+  s.summary= 'Ruby Client for Image Warehouse and Image Factory for the Aeolus cloud suite'
+  s.description = 'Library for managing image via the Factory and Warehouse projects for the aeolus cloud management suite'
   s.author = 'Jason Guiditta, Martyn Taylor'
   s.email = 'jguiditt at redhat.com, mtaylor at redhat.com'
   s.license = 'ASL 2.0'
@@ -39,6 +39,7 @@ spec = Gem::Specification.new do |s|
   s.require_path = "lib"
   s.add_dependency('nokogiri', '>=0.4.0')
   s.add_dependency('rest-client')
+  s.add_dependency('activeresource', '~>3.0.10')
 
   s.add_development_dependency('rspec', '~>1.3.0')
 end
-- 
1.7.7.6




More information about the aeolus-devel mailing list