From: Jan Provaznik <[email protected]>

- nokogiri and will_paginate add to rpm spec
- nokogori gem dep added to environment.rb
---
 deltacloud-aggregator.spec.in |    2 ++
 src/config/environment.rb     |    1 +
 2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/deltacloud-aggregator.spec.in b/deltacloud-aggregator.spec.in
index 3228ee1..f68bd87 100644
--- a/deltacloud-aggregator.spec.in
+++ b/deltacloud-aggregator.spec.in
@@ -23,6 +23,8 @@ Requires: rubygem(rails) >= 2.1.1
 Requires: rubygem(daemons)
 Requires: rubygem(gettext_rails)
 Requires: rubygem(haml)
+Requires: rubygem(nokogiri)
+Requires: rubygem(will_paginate)
 Requires: postgresql
 Requires: postgresql-server
 Requires: ruby-postgres
diff --git a/src/config/environment.rb b/src/config/environment.rb
index eefd3a4..43c015b 100644
--- a/src/config/environment.rb
+++ b/src/config/environment.rb
@@ -46,6 +46,7 @@ Rails::Initializer.run do |config|
   config.gem "deltacloud-client", :lib => "deltacloud"
   config.gem "haml"
   config.gem "will_paginate"
+  config.gem "nokogiri"
 
   config.active_record.observers = :instance_observer, :task_observer
   # Only load the plugins named here, in the order given. By default, all 
plugins
-- 
1.7.0.1

_______________________________________________
deltacloud-devel mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/deltacloud-devel

Reply via email to