summaryrefslogtreecommitdiff
path: root/strata/chef/ipaddress-master.morph
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2014-09-18 13:34:19 +0000
committerJim MacArthur <jim.macarthur@codethink.co.uk>2015-01-19 19:07:36 +0000
commit50043379f43556479205660cabc169fc2183ec2f (patch)
tree86db64edfbdc476d163497d01e8e927acd04003c /strata/chef/ipaddress-master.morph
parentb7c06a59aafe7ae4d17e1a3b3299dc31a211607a (diff)
downloaddefinitions-50043379f43556479205660cabc169fc2183ec2f.tar.gz
chef: Use ipaddress 'master' branch to fix Gem build
The 0.8.0 release had a bad Gemspec file committed, master seems to contain several useful fixes.
Diffstat (limited to 'strata/chef/ipaddress-master.morph')
-rw-r--r--strata/chef/ipaddress-master.morph13
1 files changed, 13 insertions, 0 deletions
diff --git a/strata/chef/ipaddress-master.morph b/strata/chef/ipaddress-master.morph
new file mode 100644
index 00000000..fdaa5de6
--- /dev/null
+++ b/strata/chef/ipaddress-master.morph
@@ -0,0 +1,13 @@
+name: ipaddress-0.8.0
+kind: chunk
+description: Automatically generated by rubygems.to_chunk
+products:
+- artifact: ipaddress-0.8.0-doc
+ include:
+ - usr/lib/ruby/gems/\d[\w.]*/doc/.*
+build-commands:
+- gem build ipaddress.gemspec
+install-commands:
+- mkdir -p "$DESTDIR/$(gem environment home)"
+- gem install --install-dir "$DESTDIR/$(gem environment home)" --bindir "$DESTDIR/$PREFIX/bin"
+ --ignore-dependencies --local ./ipaddress-0.8.0.gem