Skip to content

Commit

Permalink
Added more Ruby gems
Browse files Browse the repository at this point in the history
  • Loading branch information
edavis10 committed Jan 31, 2010
1 parent 0ee52fe commit ad154cc
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions lib/ruby_puppet.rb
Expand Up @@ -9,6 +9,14 @@ def ruby

package "libopenssl-ruby", :ensure => :latest
package "libxml-ruby", :ensure => :latest
# Nokogiri
package "libxml2-dev", :ensure => :latest
package "libxslt1-dev", :ensure => :latest

package 'libpq-dev', :ensure => :latest

package 'libaspell-dev', :ensure => :latest
package 'libonig-dev', :ensure => :latest
end

def core_rubygems
Expand Down Expand Up @@ -36,7 +44,7 @@ def core_rubygems
'hpricot' => [:latest],
'httparty' => [:latest],
'jeweler' => [:latest],
'inherited_resurces' => [:latest],
'josevalim-inherited_resources' => [:latest],
'metric_fu' => [:latest],
'json' => [:latest],
'formtastic' => [:latest],
Expand Down Expand Up @@ -98,7 +106,8 @@ def core_rubygems
'ZenTest' => [:latest],
'authlogic' => [:latest],
'autotest-rails' => [:latest],
'searchlogic' => [:latest]
'searchlogic' => [:latest],
'relevance-rcov' => [:latest]
}.each do |gem_name, versions|
versions.each do |version|

Expand Down

0 comments on commit ad154cc

Please sign in to comment.