summaryrefslogtreecommitdiff
path: root/chef/puma-1.6.3.morph
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2014-08-01 13:25:57 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2014-08-28 12:49:04 +0000
commitd11ca5611f34d17c522d68d7ad1a4e0d2719b32d (patch)
treef77ed40843577d2bbd4ca012ebca424b29ad3d66 /chef/puma-1.6.3.morph
parent18d5ba8f21a5c496f66d44ef6b635fd85b04d061 (diff)
downloaddefinitions-d11ca5611f34d17c522d68d7ad1a4e0d2719b32d.tar.gz
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)
Diffstat (limited to 'chef/puma-1.6.3.morph')
-rw-r--r--chef/puma-1.6.3.morph15
1 files changed, 15 insertions, 0 deletions
diff --git a/chef/puma-1.6.3.morph b/chef/puma-1.6.3.morph
new file mode 100644
index 00000000..d5ec4ab5
--- /dev/null
+++ b/chef/puma-1.6.3.morph
@@ -0,0 +1,15 @@
+---
+name: puma-1.6.3
+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/puma-1.6.3.gem
+products:
+- artifact: puma-1.6.3-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 puma-1.6.3.gem