From d94ffe65aa306858f1e951e0fb2f28d26160394f Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Fri, 1 Aug 2014 13:25:57 +0000 Subject: Update chef morphs to be generated from stable 11.8.4.ohai7.0 tag Using chef-12.0.0.alpha.0 results in the following error: # chef-client /usr/lib/ruby/2.0.0/rubygems/dependency.rb:296:in `to_specs': Could not find 'ohai' (~> 7.2) - did find: [ohai-7.2.0.rc.1] (Gem::LoadError) --- chef/rdiscount-2.1.7.1.morph | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 chef/rdiscount-2.1.7.1.morph (limited to 'chef/rdiscount-2.1.7.1.morph') diff --git a/chef/rdiscount-2.1.7.1.morph b/chef/rdiscount-2.1.7.1.morph new file mode 100644 index 00000000..70f43020 --- /dev/null +++ b/chef/rdiscount-2.1.7.1.morph @@ -0,0 +1,15 @@ +--- +name: rdiscount-2.1.7.1 +kind: chunk +description: Automatically generated by import-ruby. This is a prototype of a method + for integrating RubyGems into Baserock. +build-system: manual +gem-url: http://rubygems.org/downloads/rdiscount-2.1.7.1.gem +products: +- artifact: rdiscount-2.1.7.1-doc + include: + - usr/lib/ruby/gems/2.0.0/doc/.* +install-commands: +- mkdir -p "$DESTDIR/$PREFIX/lib/ruby/gems/2.0.0" +- gem install --install-dir "$DESTDIR/$PREFIX/lib/ruby/gems/2.0.0" --bindir "$DESTDIR/$PREFIX/bin" + --ignore-dependencies --local rdiscount-2.1.7.1.gem -- cgit v1.2.1