[PATCH aeolus-cli] Fix gem deps so we can push to rubygems.org

Martyn Taylor mtaylor at redhat.com
Thu Feb 2 16:59:07 UTC 2012


On 02/01/2012 09:12 PM, Jason Guiditta wrote:
> ---
>   Rakefile |    1 +
>   1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/Rakefile b/Rakefile
> index 40d9c67..a22d27b 100644
> --- a/Rakefile
> +++ b/Rakefile
> @@ -41,6 +41,7 @@ spec = Gem::Specification.new do |s|
>     s.bindir = "bin"
>     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
Ack,

There were two system libraries that  needed to be manually installed.  
But this as far as I am aware this is perfectly normal.

== libs ==
libxml2
libxslt



More information about the aeolus-devel mailing list