summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2014-08-01 11:23:26 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2014-08-01 11:23:26 +0000
commit62aa16922cd68ad023f4c645a8ba361ab546b41d (patch)
tree794f1860537b37eea3855c57db445f385e0d072e
parent71bac7757cd8929743442324566be59af6d5aab5 (diff)
downloaddefinitions-62aa16922cd68ad023f4c645a8ba361ab546b41d.tar.gz
Update chef morphs for new build-mode: rubygem approach
-rw-r--r--chef/activesupport-3.2.19.morph4
-rw-r--r--chef/builder-3.2.2.morph4
-rw-r--r--chef/bundler-1.6.3.morph4
-rw-r--r--chef/chef-12.0.0.alpha.0.morph4
-rw-r--r--chef/chef-zero-2.2.morph4
-rw-r--r--chef/chef.morph44
-rw-r--r--chef/coderay-1.1.0.morph4
-rw-r--r--chef/diff-lcs-1.2.5.morph4
-rw-r--r--chef/docile-1.1.5.morph4
-rw-r--r--chef/erubis-2.7.0.morph4
-rw-r--r--chef/ffi-1.9.3.morph4
-rw-r--r--chef/ffi-yajl-1.0.1.morph4
-rw-r--r--chef/hashie-2.1.2.morph4
-rw-r--r--chef/highline-1.6.21.morph4
-rw-r--r--chef/i18n-0.6.11.morph4
-rw-r--r--chef/ipaddress-0.8.0.morph4
-rw-r--r--chef/json-1.8.1.morph4
-rw-r--r--chef/libyajl2-1.0.1.morph4
-rw-r--r--chef/method_source-0.8.2.morph4
-rw-r--r--chef/mime-types-1.25.1.morph4
-rw-r--r--chef/mixlib-authentication-1.3.0.morph4
-rw-r--r--chef/mixlib-cli-1.5.0.morph4
-rw-r--r--chef/mixlib-config-2.1.0.morph4
-rw-r--r--chef/mixlib-log-1.6.0.morph4
-rw-r--r--chef/mixlib-shellout-1.4.0.morph4
-rw-r--r--chef/multi_json-1.10.1.morph4
-rw-r--r--chef/net-ssh-2.9.1.morph4
-rw-r--r--chef/net-ssh-gateway-1.2.0.morph4
-rw-r--r--chef/net-ssh-multi-1.2.0.morph4
-rw-r--r--chef/ohai-7.2.0.rc.1.morph4
-rw-r--r--chef/pry-0.10.0.morph4
-rw-r--r--chef/rack-1.5.2.morph4
-rw-r--r--chef/rake-10.1.1.morph4
-rw-r--r--chef/rspec-2.14.1.morph4
-rw-r--r--chef/rspec-core-2.14.8.morph4
-rw-r--r--chef/rspec-expectations-2.14.5.morph4
-rw-r--r--chef/rspec-mocks-2.14.6.morph4
-rw-r--r--chef/rspec_junit_formatter-0.1.6.morph4
-rw-r--r--chef/ruby-shadow-2.3.4.morph4
-rw-r--r--chef/simplecov-0.9.0.morph4
-rw-r--r--chef/simplecov-html-0.8.0.morph4
-rw-r--r--chef/slop-3.6.0.morph4
-rw-r--r--chef/systemu-2.6.4.morph4
-rw-r--r--chef/wmi-lite-1.0.0.morph4
-rw-r--r--chef/yard-0.8.7.4.morph4
45 files changed, 132 insertions, 88 deletions
diff --git a/chef/activesupport-3.2.19.morph b/chef/activesupport-3.2.19.morph
index 21ea0308..5ef52441 100644
--- a/chef/activesupport-3.2.19.morph
+++ b/chef/activesupport-3.2.19.morph
@@ -4,12 +4,12 @@ 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/activesupport-3.2.19.gem
products:
- artifact: activesupport-3.2.19-doc
include:
- usr/lib/ruby/gems/2.0.0/doc/.*
install-commands:
-- 'echo '':sources: [ "http://54.186.104.15/" ]'' >> ~/.gemrc'
- 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 activesupport-3.2.19
+ --ignore-dependencies --local activesupport-3.2.19.gem
diff --git a/chef/builder-3.2.2.morph b/chef/builder-3.2.2.morph
index 824ed380..ab9bfbad 100644
--- a/chef/builder-3.2.2.morph
+++ b/chef/builder-3.2.2.morph
@@ -4,12 +4,12 @@ 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/builder-3.2.2.gem
products:
- artifact: builder-3.2.2-doc
include:
- usr/lib/ruby/gems/2.0.0/doc/.*
install-commands:
-- 'echo '':sources: [ "http://54.186.104.15/" ]'' >> ~/.gemrc'
- 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 builder-3.2.2
+ --ignore-dependencies --local builder-3.2.2.gem
diff --git a/chef/bundler-1.6.3.morph b/chef/bundler-1.6.3.morph
index 3b622657..8812db22 100644
--- a/chef/bundler-1.6.3.morph
+++ b/chef/bundler-1.6.3.morph
@@ -4,12 +4,12 @@ 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/bundler-1.6.3.gem
products:
- artifact: bundler-1.6.3-doc
include:
- usr/lib/ruby/gems/2.0.0/doc/.*
install-commands:
-- 'echo '':sources: [ "http://54.186.104.15/" ]'' >> ~/.gemrc'
- 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 bundler-1.6.3
+ --ignore-dependencies --local bundler-1.6.3.gem
diff --git a/chef/chef-12.0.0.alpha.0.morph b/chef/chef-12.0.0.alpha.0.morph
index 65b56ce5..0f9989ac 100644
--- a/chef/chef-12.0.0.alpha.0.morph
+++ b/chef/chef-12.0.0.alpha.0.morph
@@ -4,12 +4,12 @@ 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/chef-12.0.0.alpha.0.gem
products:
- artifact: chef-12.0.0.alpha.0-doc
include:
- usr/lib/ruby/gems/2.0.0/doc/.*
install-commands:
-- 'echo '':sources: [ "http://54.186.104.15/" ]'' >> ~/.gemrc'
- 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 chef-12.0.0.alpha.0
+ --ignore-dependencies --local chef-12.0.0.alpha.0.gem
diff --git a/chef/chef-zero-2.2.morph b/chef/chef-zero-2.2.morph
index 26d2f586..6d553532 100644
--- a/chef/chef-zero-2.2.morph
+++ b/chef/chef-zero-2.2.morph
@@ -4,12 +4,12 @@ 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/chef-zero-2.2.gem
products:
- artifact: chef-zero-2.2-doc
include:
- usr/lib/ruby/gems/2.0.0/doc/.*
install-commands:
-- 'echo '':sources: [ "http://54.186.104.15/" ]'' >> ~/.gemrc'
- 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 chef-zero-2.2
+ --ignore-dependencies --local chef-zero-2.2.gem
diff --git a/chef/chef.morph b/chef/chef.morph
index 0a23bb2a..113e090e 100644
--- a/chef/chef.morph
+++ b/chef/chef.morph
@@ -13,6 +13,7 @@ chunks:
ref: master
morph: chef/rake-10.1.1.morph
build-depends: []
+ build-mode: rubygem
- name: i18n-0.6.11
description: Automatically generated by import-ruby. This is a prototype of a method
for integrating RubyGems into Baserock.
@@ -20,6 +21,7 @@ chunks:
ref: master
morph: chef/i18n-0.6.11.morph
build-depends: []
+ build-mode: rubygem
- name: multi_json-1.10.1
description: Automatically generated by import-ruby. This is a prototype of a method
for integrating RubyGems into Baserock.
@@ -27,6 +29,7 @@ chunks:
ref: master
morph: chef/multi_json-1.10.1.morph
build-depends: []
+ build-mode: rubygem
- name: activesupport-3.2.19
description: Automatically generated by import-ruby. This is a prototype of a method
for integrating RubyGems into Baserock.
@@ -36,6 +39,7 @@ chunks:
build-depends:
- i18n-0.6.11
- multi_json-1.10.1
+ build-mode: rubygem
- name: builder-3.2.2
description: Automatically generated by import-ruby. This is a prototype of a method
for integrating RubyGems into Baserock.
@@ -43,6 +47,7 @@ chunks:
ref: master
morph: chef/builder-3.2.2.morph
build-depends: []
+ build-mode: rubygem
- name: hashie-2.1.2
description: Automatically generated by import-ruby. This is a prototype of a method
for integrating RubyGems into Baserock.
@@ -50,6 +55,7 @@ chunks:
ref: master
morph: chef/hashie-2.1.2.morph
build-depends: []
+ build-mode: rubygem
- name: json-1.8.1
description: Automatically generated by import-ruby. This is a prototype of a method
for integrating RubyGems into Baserock.
@@ -57,6 +63,7 @@ chunks:
ref: master
morph: chef/json-1.8.1.morph
build-depends: []
+ build-mode: rubygem
- name: mixlib-log-1.6.0
description: Automatically generated by import-ruby. This is a prototype of a method
for integrating RubyGems into Baserock.
@@ -64,6 +71,7 @@ chunks:
ref: master
morph: chef/mixlib-log-1.6.0.morph
build-depends: []
+ build-mode: rubygem
- name: rack-1.5.2
description: Automatically generated by import-ruby. This is a prototype of a method
for integrating RubyGems into Baserock.
@@ -71,6 +79,7 @@ chunks:
ref: master
morph: chef/rack-1.5.2.morph
build-depends: []
+ build-mode: rubygem
- name: chef-zero-2.2
description: Automatically generated by import-ruby. This is a prototype of a method
for integrating RubyGems into Baserock.
@@ -82,6 +91,7 @@ chunks:
- hashie-2.1.2
- json-1.8.1
- rack-1.5.2
+ build-mode: rubygem
- name: diff-lcs-1.2.5
description: Automatically generated by import-ruby. This is a prototype of a method
for integrating RubyGems into Baserock.
@@ -89,6 +99,7 @@ chunks:
ref: master
morph: chef/diff-lcs-1.2.5.morph
build-depends: []
+ build-mode: rubygem
- name: erubis-2.7.0
description: Automatically generated by import-ruby. This is a prototype of a method
for integrating RubyGems into Baserock.
@@ -96,6 +107,7 @@ chunks:
ref: master
morph: chef/erubis-2.7.0.morph
build-depends: []
+ build-mode: rubygem
- name: ffi-1.9.3
description: Automatically generated by import-ruby. This is a prototype of a method
for integrating RubyGems into Baserock.
@@ -103,6 +115,7 @@ chunks:
ref: master
morph: chef/ffi-1.9.3.morph
build-depends: []
+ build-mode: rubygem
- name: libyajl2-1.0.1
description: Automatically generated by import-ruby. This is a prototype of a method
for integrating RubyGems into Baserock.
@@ -110,6 +123,7 @@ chunks:
ref: master
morph: chef/libyajl2-1.0.1.morph
build-depends: []
+ build-mode: rubygem
- name: ffi-yajl-1.0.1
description: Automatically generated by import-ruby. This is a prototype of a method
for integrating RubyGems into Baserock.
@@ -119,6 +133,7 @@ chunks:
build-depends:
- ffi-1.9.3
- libyajl2-1.0.1
+ build-mode: rubygem
- name: highline-1.6.21
description: Automatically generated by import-ruby. This is a prototype of a method
for integrating RubyGems into Baserock.
@@ -126,6 +141,7 @@ chunks:
ref: master
morph: chef/highline-1.6.21.morph
build-depends: []
+ build-mode: rubygem
- name: mixlib-authentication-1.3.0
description: Automatically generated by import-ruby. This is a prototype of a method
for integrating RubyGems into Baserock.
@@ -134,6 +150,7 @@ chunks:
morph: chef/mixlib-authentication-1.3.0.morph
build-depends:
- mixlib-log-1.6.0
+ build-mode: rubygem
- name: mixlib-cli-1.5.0
description: Automatically generated by import-ruby. This is a prototype of a method
for integrating RubyGems into Baserock.
@@ -141,6 +158,7 @@ chunks:
ref: master
morph: chef/mixlib-cli-1.5.0.morph
build-depends: []
+ build-mode: rubygem
- name: mixlib-config-2.1.0
description: Automatically generated by import-ruby. This is a prototype of a method
for integrating RubyGems into Baserock.
@@ -148,6 +166,7 @@ chunks:
ref: master
morph: chef/mixlib-config-2.1.0.morph
build-depends: []
+ build-mode: rubygem
- name: mixlib-shellout-1.4.0
description: Automatically generated by import-ruby. This is a prototype of a method
for integrating RubyGems into Baserock.
@@ -155,6 +174,7 @@ chunks:
ref: master
morph: chef/mixlib-shellout-1.4.0.morph
build-depends: []
+ build-mode: rubygem
- name: net-ssh-2.9.1
description: Automatically generated by import-ruby. This is a prototype of a method
for integrating RubyGems into Baserock.
@@ -162,6 +182,7 @@ chunks:
ref: master
morph: chef/net-ssh-2.9.1.morph
build-depends: []
+ build-mode: rubygem
- name: net-ssh-gateway-1.2.0
description: Automatically generated by import-ruby. This is a prototype of a method
for integrating RubyGems into Baserock.
@@ -170,6 +191,7 @@ chunks:
morph: chef/net-ssh-gateway-1.2.0.morph
build-depends:
- net-ssh-2.9.1
+ build-mode: rubygem
- name: net-ssh-multi-1.2.0
description: Automatically generated by import-ruby. This is a prototype of a method
for integrating RubyGems into Baserock.
@@ -179,6 +201,7 @@ chunks:
build-depends:
- net-ssh-2.9.1
- net-ssh-gateway-1.2.0
+ build-mode: rubygem
- name: ipaddress-0.8.0
description: Automatically generated by import-ruby. This is a prototype of a method
for integrating RubyGems into Baserock.
@@ -186,6 +209,7 @@ chunks:
ref: master
morph: chef/ipaddress-0.8.0.morph
build-depends: []
+ build-mode: rubygem
- name: mime-types-1.25.1
description: Automatically generated by import-ruby. This is a prototype of a method
for integrating RubyGems into Baserock.
@@ -193,6 +217,7 @@ chunks:
ref: master
morph: chef/mime-types-1.25.1.morph
build-depends: []
+ build-mode: rubygem
- name: systemu-2.6.4
description: Automatically generated by import-ruby. This is a prototype of a method
for integrating RubyGems into Baserock.
@@ -200,6 +225,7 @@ chunks:
ref: master
morph: chef/systemu-2.6.4.morph
build-depends: []
+ build-mode: rubygem
- name: wmi-lite-1.0.0
description: Automatically generated by import-ruby. This is a prototype of a method
for integrating RubyGems into Baserock.
@@ -207,6 +233,7 @@ chunks:
ref: master
morph: chef/wmi-lite-1.0.0.morph
build-depends: []
+ build-mode: rubygem
- name: ohai-7.2.0.rc.1
description: Automatically generated by import-ruby. This is a prototype of a method
for integrating RubyGems into Baserock.
@@ -224,6 +251,7 @@ chunks:
- ipaddress-0.8.0
- wmi-lite-1.0.0
- ffi-1.9.3
+ build-mode: rubygem
- name: coderay-1.1.0
description: Automatically generated by import-ruby. This is a prototype of a method
for integrating RubyGems into Baserock.
@@ -231,6 +259,7 @@ chunks:
ref: master
morph: chef/coderay-1.1.0.morph
build-depends: []
+ build-mode: rubygem
- name: method_source-0.8.2
description: Automatically generated by import-ruby. This is a prototype of a method
for integrating RubyGems into Baserock.
@@ -238,6 +267,7 @@ chunks:
ref: master
morph: chef/method_source-0.8.2.morph
build-depends: []
+ build-mode: rubygem
- name: slop-3.6.0
description: Automatically generated by import-ruby. This is a prototype of a method
for integrating RubyGems into Baserock.
@@ -245,6 +275,7 @@ chunks:
ref: master
morph: chef/slop-3.6.0.morph
build-depends: []
+ build-mode: rubygem
- name: pry-0.10.0
description: Automatically generated by import-ruby. This is a prototype of a method
for integrating RubyGems into Baserock.
@@ -255,6 +286,7 @@ chunks:
- coderay-1.1.0
- slop-3.6.0
- method_source-0.8.2
+ build-mode: rubygem
- name: chef-12.0.0.alpha.0
description: Automatically generated by import-ruby. This is a prototype of a method
for integrating RubyGems into Baserock.
@@ -276,6 +308,7 @@ chunks:
- diff-lcs-1.2.5
- chef-zero-2.2
- pry-0.10.0
+ build-mode: rubygem
- name: docile-1.1.5
description: Automatically generated by import-ruby. This is a prototype of a method
for integrating RubyGems into Baserock.
@@ -283,6 +316,7 @@ chunks:
ref: master
morph: chef/docile-1.1.5.morph
build-depends: []
+ build-mode: rubygem
- name: rspec-core-2.14.8
description: Automatically generated by import-ruby. This is a prototype of a method
for integrating RubyGems into Baserock.
@@ -290,6 +324,7 @@ chunks:
ref: master
morph: chef/rspec-core-2.14.8.morph
build-depends: []
+ build-mode: rubygem
- name: rspec-expectations-2.14.5
description: Automatically generated by import-ruby. This is a prototype of a method
for integrating RubyGems into Baserock.
@@ -298,6 +333,7 @@ chunks:
morph: chef/rspec-expectations-2.14.5.morph
build-depends:
- diff-lcs-1.2.5
+ build-mode: rubygem
- name: rspec-mocks-2.14.6
description: Automatically generated by import-ruby. This is a prototype of a method
for integrating RubyGems into Baserock.
@@ -305,6 +341,7 @@ chunks:
ref: master
morph: chef/rspec-mocks-2.14.6.morph
build-depends: []
+ build-mode: rubygem
- name: rspec-2.14.1
description: Automatically generated by import-ruby. This is a prototype of a method
for integrating RubyGems into Baserock.
@@ -315,6 +352,7 @@ chunks:
- rspec-core-2.14.8
- rspec-expectations-2.14.5
- rspec-mocks-2.14.6
+ build-mode: rubygem
- name: rspec_junit_formatter-0.1.6
description: Automatically generated by import-ruby. This is a prototype of a method
for integrating RubyGems into Baserock.
@@ -325,6 +363,7 @@ chunks:
- rspec-2.14.1
- rspec-core-2.14.8
- builder-3.2.2
+ build-mode: rubygem
- name: ruby-shadow-2.3.4
description: Automatically generated by import-ruby. This is a prototype of a method
for integrating RubyGems into Baserock.
@@ -332,6 +371,7 @@ chunks:
ref: master
morph: chef/ruby-shadow-2.3.4.morph
build-depends: []
+ build-mode: rubygem
- name: simplecov-html-0.8.0
description: Automatically generated by import-ruby. This is a prototype of a method
for integrating RubyGems into Baserock.
@@ -339,6 +379,7 @@ chunks:
ref: master
morph: chef/simplecov-html-0.8.0.morph
build-depends: []
+ build-mode: rubygem
- name: simplecov-0.9.0
description: Automatically generated by import-ruby. This is a prototype of a method
for integrating RubyGems into Baserock.
@@ -349,6 +390,7 @@ chunks:
- multi_json-1.10.1
- simplecov-html-0.8.0
- docile-1.1.5
+ build-mode: rubygem
- name: yard-0.8.7.4
description: Automatically generated by import-ruby. This is a prototype of a method
for integrating RubyGems into Baserock.
@@ -356,6 +398,7 @@ chunks:
ref: master
morph: chef/yard-0.8.7.4.morph
build-depends: []
+ build-mode: rubygem
- name: bundler-1.6.3
description: Automatically generated by import-ruby. This is a prototype of a method
for integrating RubyGems into Baserock.
@@ -363,3 +406,4 @@ chunks:
ref: master
morph: chef/bundler-1.6.3.morph
build-depends: []
+ build-mode: rubygem
diff --git a/chef/coderay-1.1.0.morph b/chef/coderay-1.1.0.morph
index 427f7eaf..f03ddd06 100644
--- a/chef/coderay-1.1.0.morph
+++ b/chef/coderay-1.1.0.morph
@@ -4,12 +4,12 @@ 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/coderay-1.1.0.gem
products:
- artifact: coderay-1.1.0-doc
include:
- usr/lib/ruby/gems/2.0.0/doc/.*
install-commands:
-- 'echo '':sources: [ "http://54.186.104.15/" ]'' >> ~/.gemrc'
- 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 coderay-1.1.0
+ --ignore-dependencies --local coderay-1.1.0.gem
diff --git a/chef/diff-lcs-1.2.5.morph b/chef/diff-lcs-1.2.5.morph
index e0c4471c..0589cb10 100644
--- a/chef/diff-lcs-1.2.5.morph
+++ b/chef/diff-lcs-1.2.5.morph
@@ -4,12 +4,12 @@ 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/diff-lcs-1.2.5.gem
products:
- artifact: diff-lcs-1.2.5-doc
include:
- usr/lib/ruby/gems/2.0.0/doc/.*
install-commands:
-- 'echo '':sources: [ "http://54.186.104.15/" ]'' >> ~/.gemrc'
- 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 diff-lcs-1.2.5
+ --ignore-dependencies --local diff-lcs-1.2.5.gem
diff --git a/chef/docile-1.1.5.morph b/chef/docile-1.1.5.morph
index ea81b709..8126627d 100644
--- a/chef/docile-1.1.5.morph
+++ b/chef/docile-1.1.5.morph
@@ -4,12 +4,12 @@ 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/docile-1.1.5.gem
products:
- artifact: docile-1.1.5-doc
include:
- usr/lib/ruby/gems/2.0.0/doc/.*
install-commands:
-- 'echo '':sources: [ "http://54.186.104.15/" ]'' >> ~/.gemrc'
- 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 docile-1.1.5
+ --ignore-dependencies --local docile-1.1.5.gem
diff --git a/chef/erubis-2.7.0.morph b/chef/erubis-2.7.0.morph
index 42ac59da..fb0776cb 100644
--- a/chef/erubis-2.7.0.morph
+++ b/chef/erubis-2.7.0.morph
@@ -4,12 +4,12 @@ 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/erubis-2.7.0.gem
products:
- artifact: erubis-2.7.0-doc
include:
- usr/lib/ruby/gems/2.0.0/doc/.*
install-commands:
-- 'echo '':sources: [ "http://54.186.104.15/" ]'' >> ~/.gemrc'
- 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 erubis-2.7.0
+ --ignore-dependencies --local erubis-2.7.0.gem
diff --git a/chef/ffi-1.9.3.morph b/chef/ffi-1.9.3.morph
index f244a5b7..85bd9a57 100644
--- a/chef/ffi-1.9.3.morph
+++ b/chef/ffi-1.9.3.morph
@@ -4,12 +4,12 @@ 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/ffi-1.9.3.gem
products:
- artifact: ffi-1.9.3-doc
include:
- usr/lib/ruby/gems/2.0.0/doc/.*
install-commands:
-- 'echo '':sources: [ "http://54.186.104.15/" ]'' >> ~/.gemrc'
- 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 ffi-1.9.3
+ --ignore-dependencies --local ffi-1.9.3.gem
diff --git a/chef/ffi-yajl-1.0.1.morph b/chef/ffi-yajl-1.0.1.morph
index daf5f37c..30fc003d 100644
--- a/chef/ffi-yajl-1.0.1.morph
+++ b/chef/ffi-yajl-1.0.1.morph
@@ -4,12 +4,12 @@ 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/ffi-yajl-1.0.1.gem
products:
- artifact: ffi-yajl-1.0.1-doc
include:
- usr/lib/ruby/gems/2.0.0/doc/.*
install-commands:
-- 'echo '':sources: [ "http://54.186.104.15/" ]'' >> ~/.gemrc'
- 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 ffi-yajl-1.0.1
+ --ignore-dependencies --local ffi-yajl-1.0.1.gem
diff --git a/chef/hashie-2.1.2.morph b/chef/hashie-2.1.2.morph
index 4a8ffcdf..4c3ed158 100644
--- a/chef/hashie-2.1.2.morph
+++ b/chef/hashie-2.1.2.morph
@@ -4,12 +4,12 @@ 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/hashie-2.1.2.gem
products:
- artifact: hashie-2.1.2-doc
include:
- usr/lib/ruby/gems/2.0.0/doc/.*
install-commands:
-- 'echo '':sources: [ "http://54.186.104.15/" ]'' >> ~/.gemrc'
- 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 hashie-2.1.2
+ --ignore-dependencies --local hashie-2.1.2.gem
diff --git a/chef/highline-1.6.21.morph b/chef/highline-1.6.21.morph
index be308e67..b6d9aa24 100644
--- a/chef/highline-1.6.21.morph
+++ b/chef/highline-1.6.21.morph
@@ -4,12 +4,12 @@ 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/highline-1.6.21.gem
products:
- artifact: highline-1.6.21-doc
include:
- usr/lib/ruby/gems/2.0.0/doc/.*
install-commands:
-- 'echo '':sources: [ "http://54.186.104.15/" ]'' >> ~/.gemrc'
- 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 highline-1.6.21
+ --ignore-dependencies --local highline-1.6.21.gem
diff --git a/chef/i18n-0.6.11.morph b/chef/i18n-0.6.11.morph
index 721aeebb..0cc3a448 100644
--- a/chef/i18n-0.6.11.morph
+++ b/chef/i18n-0.6.11.morph
@@ -4,12 +4,12 @@ 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/i18n-0.6.11.gem
products:
- artifact: i18n-0.6.11-doc
include:
- usr/lib/ruby/gems/2.0.0/doc/.*
install-commands:
-- 'echo '':sources: [ "http://54.186.104.15/" ]'' >> ~/.gemrc'
- 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 i18n-0.6.11
+ --ignore-dependencies --local i18n-0.6.11.gem
diff --git a/chef/ipaddress-0.8.0.morph b/chef/ipaddress-0.8.0.morph
index 02f5bd07..0081c82a 100644
--- a/chef/ipaddress-0.8.0.morph
+++ b/chef/ipaddress-0.8.0.morph
@@ -4,12 +4,12 @@ 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/ipaddress-0.8.0.gem
products:
- artifact: ipaddress-0.8.0-doc
include:
- usr/lib/ruby/gems/2.0.0/doc/.*
install-commands:
-- 'echo '':sources: [ "http://54.186.104.15/" ]'' >> ~/.gemrc'
- 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 ipaddress-0.8.0
+ --ignore-dependencies --local ipaddress-0.8.0.gem
diff --git a/chef/json-1.8.1.morph b/chef/json-1.8.1.morph
index ecb13bcb..d2095010 100644
--- a/chef/json-1.8.1.morph
+++ b/chef/json-1.8.1.morph
@@ -4,12 +4,12 @@ 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/json-1.8.1.gem
products:
- artifact: json-1.8.1-doc
include:
- usr/lib/ruby/gems/2.0.0/doc/.*
install-commands:
-- 'echo '':sources: [ "http://54.186.104.15/" ]'' >> ~/.gemrc'
- 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 json-1.8.1
+ --ignore-dependencies --local json-1.8.1.gem
diff --git a/chef/libyajl2-1.0.1.morph b/chef/libyajl2-1.0.1.morph
index 7491ca36..29101ba1 100644
--- a/chef/libyajl2-1.0.1.morph
+++ b/chef/libyajl2-1.0.1.morph
@@ -4,12 +4,12 @@ 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/libyajl2-1.0.1.gem
products:
- artifact: libyajl2-1.0.1-doc
include:
- usr/lib/ruby/gems/2.0.0/doc/.*
install-commands:
-- 'echo '':sources: [ "http://54.186.104.15/" ]'' >> ~/.gemrc'
- 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 libyajl2-1.0.1
+ --ignore-dependencies --local libyajl2-1.0.1.gem
diff --git a/chef/method_source-0.8.2.morph b/chef/method_source-0.8.2.morph
index 515cbbd7..ff854e81 100644
--- a/chef/method_source-0.8.2.morph
+++ b/chef/method_source-0.8.2.morph
@@ -4,12 +4,12 @@ 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/method_source-0.8.2.gem
products:
- artifact: method_source-0.8.2-doc
include:
- usr/lib/ruby/gems/2.0.0/doc/.*
install-commands:
-- 'echo '':sources: [ "http://54.186.104.15/" ]'' >> ~/.gemrc'
- 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 method_source-0.8.2
+ --ignore-dependencies --local method_source-0.8.2.gem
diff --git a/chef/mime-types-1.25.1.morph b/chef/mime-types-1.25.1.morph
index 83a728c8..7695cf2a 100644
--- a/chef/mime-types-1.25.1.morph
+++ b/chef/mime-types-1.25.1.morph
@@ -4,12 +4,12 @@ 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/mime-types-1.25.1.gem
products:
- artifact: mime-types-1.25.1-doc
include:
- usr/lib/ruby/gems/2.0.0/doc/.*
install-commands:
-- 'echo '':sources: [ "http://54.186.104.15/" ]'' >> ~/.gemrc'
- 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 mime-types-1.25.1
+ --ignore-dependencies --local mime-types-1.25.1.gem
diff --git a/chef/mixlib-authentication-1.3.0.morph b/chef/mixlib-authentication-1.3.0.morph
index da7182a4..b878ad5f 100644
--- a/chef/mixlib-authentication-1.3.0.morph
+++ b/chef/mixlib-authentication-1.3.0.morph
@@ -4,12 +4,12 @@ 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/mixlib-authentication-1.3.0.gem
products:
- artifact: mixlib-authentication-1.3.0-doc
include:
- usr/lib/ruby/gems/2.0.0/doc/.*
install-commands:
-- 'echo '':sources: [ "http://54.186.104.15/" ]'' >> ~/.gemrc'
- 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 mixlib-authentication-1.3.0
+ --ignore-dependencies --local mixlib-authentication-1.3.0.gem
diff --git a/chef/mixlib-cli-1.5.0.morph b/chef/mixlib-cli-1.5.0.morph
index 37cafb39..82785c67 100644
--- a/chef/mixlib-cli-1.5.0.morph
+++ b/chef/mixlib-cli-1.5.0.morph
@@ -4,12 +4,12 @@ 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/mixlib-cli-1.5.0.gem
products:
- artifact: mixlib-cli-1.5.0-doc
include:
- usr/lib/ruby/gems/2.0.0/doc/.*
install-commands:
-- 'echo '':sources: [ "http://54.186.104.15/" ]'' >> ~/.gemrc'
- 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 mixlib-cli-1.5.0
+ --ignore-dependencies --local mixlib-cli-1.5.0.gem
diff --git a/chef/mixlib-config-2.1.0.morph b/chef/mixlib-config-2.1.0.morph
index 36cc092a..25e5fc37 100644
--- a/chef/mixlib-config-2.1.0.morph
+++ b/chef/mixlib-config-2.1.0.morph
@@ -4,12 +4,12 @@ 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/mixlib-config-2.1.0.gem
products:
- artifact: mixlib-config-2.1.0-doc
include:
- usr/lib/ruby/gems/2.0.0/doc/.*
install-commands:
-- 'echo '':sources: [ "http://54.186.104.15/" ]'' >> ~/.gemrc'
- 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 mixlib-config-2.1.0
+ --ignore-dependencies --local mixlib-config-2.1.0.gem
diff --git a/chef/mixlib-log-1.6.0.morph b/chef/mixlib-log-1.6.0.morph
index bcc4ab3d..164eaf29 100644
--- a/chef/mixlib-log-1.6.0.morph
+++ b/chef/mixlib-log-1.6.0.morph
@@ -4,12 +4,12 @@ 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/mixlib-log-1.6.0.gem
products:
- artifact: mixlib-log-1.6.0-doc
include:
- usr/lib/ruby/gems/2.0.0/doc/.*
install-commands:
-- 'echo '':sources: [ "http://54.186.104.15/" ]'' >> ~/.gemrc'
- 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 mixlib-log-1.6.0
+ --ignore-dependencies --local mixlib-log-1.6.0.gem
diff --git a/chef/mixlib-shellout-1.4.0.morph b/chef/mixlib-shellout-1.4.0.morph
index af5c398c..13648802 100644
--- a/chef/mixlib-shellout-1.4.0.morph
+++ b/chef/mixlib-shellout-1.4.0.morph
@@ -4,12 +4,12 @@ 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/mixlib-shellout-1.4.0.gem
products:
- artifact: mixlib-shellout-1.4.0-doc
include:
- usr/lib/ruby/gems/2.0.0/doc/.*
install-commands:
-- 'echo '':sources: [ "http://54.186.104.15/" ]'' >> ~/.gemrc'
- 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 mixlib-shellout-1.4.0
+ --ignore-dependencies --local mixlib-shellout-1.4.0.gem
diff --git a/chef/multi_json-1.10.1.morph b/chef/multi_json-1.10.1.morph
index 6e0cd41d..bf663546 100644
--- a/chef/multi_json-1.10.1.morph
+++ b/chef/multi_json-1.10.1.morph
@@ -4,12 +4,12 @@ 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/multi_json-1.10.1.gem
products:
- artifact: multi_json-1.10.1-doc
include:
- usr/lib/ruby/gems/2.0.0/doc/.*
install-commands:
-- 'echo '':sources: [ "http://54.186.104.15/" ]'' >> ~/.gemrc'
- 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 multi_json-1.10.1
+ --ignore-dependencies --local multi_json-1.10.1.gem
diff --git a/chef/net-ssh-2.9.1.morph b/chef/net-ssh-2.9.1.morph
index f31c7c7a..d15e6959 100644
--- a/chef/net-ssh-2.9.1.morph
+++ b/chef/net-ssh-2.9.1.morph
@@ -4,12 +4,12 @@ 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/net-ssh-2.9.1.gem
products:
- artifact: net-ssh-2.9.1-doc
include:
- usr/lib/ruby/gems/2.0.0/doc/.*
install-commands:
-- 'echo '':sources: [ "http://54.186.104.15/" ]'' >> ~/.gemrc'
- 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 net-ssh-2.9.1
+ --ignore-dependencies --local net-ssh-2.9.1.gem
diff --git a/chef/net-ssh-gateway-1.2.0.morph b/chef/net-ssh-gateway-1.2.0.morph
index 7ea468b9..db1c93e4 100644
--- a/chef/net-ssh-gateway-1.2.0.morph
+++ b/chef/net-ssh-gateway-1.2.0.morph
@@ -4,12 +4,12 @@ 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/net-ssh-gateway-1.2.0.gem
products:
- artifact: net-ssh-gateway-1.2.0-doc
include:
- usr/lib/ruby/gems/2.0.0/doc/.*
install-commands:
-- 'echo '':sources: [ "http://54.186.104.15/" ]'' >> ~/.gemrc'
- 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 net-ssh-gateway-1.2.0
+ --ignore-dependencies --local net-ssh-gateway-1.2.0.gem
diff --git a/chef/net-ssh-multi-1.2.0.morph b/chef/net-ssh-multi-1.2.0.morph
index d22a258b..9094bc75 100644
--- a/chef/net-ssh-multi-1.2.0.morph
+++ b/chef/net-ssh-multi-1.2.0.morph
@@ -4,12 +4,12 @@ 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/net-ssh-multi-1.2.0.gem
products:
- artifact: net-ssh-multi-1.2.0-doc
include:
- usr/lib/ruby/gems/2.0.0/doc/.*
install-commands:
-- 'echo '':sources: [ "http://54.186.104.15/" ]'' >> ~/.gemrc'
- 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 net-ssh-multi-1.2.0
+ --ignore-dependencies --local net-ssh-multi-1.2.0.gem
diff --git a/chef/ohai-7.2.0.rc.1.morph b/chef/ohai-7.2.0.rc.1.morph
index 0fe796ae..44a434f2 100644
--- a/chef/ohai-7.2.0.rc.1.morph
+++ b/chef/ohai-7.2.0.rc.1.morph
@@ -4,12 +4,12 @@ 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/ohai-7.2.0.rc.1.gem
products:
- artifact: ohai-7.2.0.rc.1-doc
include:
- usr/lib/ruby/gems/2.0.0/doc/.*
install-commands:
-- 'echo '':sources: [ "http://54.186.104.15/" ]'' >> ~/.gemrc'
- 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 ohai-7.2.0.rc.1
+ --ignore-dependencies --local ohai-7.2.0.rc.1.gem
diff --git a/chef/pry-0.10.0.morph b/chef/pry-0.10.0.morph
index aaba5756..ac192556 100644
--- a/chef/pry-0.10.0.morph
+++ b/chef/pry-0.10.0.morph
@@ -4,12 +4,12 @@ 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/pry-0.10.0.gem
products:
- artifact: pry-0.10.0-doc
include:
- usr/lib/ruby/gems/2.0.0/doc/.*
install-commands:
-- 'echo '':sources: [ "http://54.186.104.15/" ]'' >> ~/.gemrc'
- 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 pry-0.10.0
+ --ignore-dependencies --local pry-0.10.0.gem
diff --git a/chef/rack-1.5.2.morph b/chef/rack-1.5.2.morph
index d6ab28c1..0fb8a857 100644
--- a/chef/rack-1.5.2.morph
+++ b/chef/rack-1.5.2.morph
@@ -4,12 +4,12 @@ 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/rack-1.5.2.gem
products:
- artifact: rack-1.5.2-doc
include:
- usr/lib/ruby/gems/2.0.0/doc/.*
install-commands:
-- 'echo '':sources: [ "http://54.186.104.15/" ]'' >> ~/.gemrc'
- 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 rack-1.5.2
+ --ignore-dependencies --local rack-1.5.2.gem
diff --git a/chef/rake-10.1.1.morph b/chef/rake-10.1.1.morph
index 9c536148..b092c81a 100644
--- a/chef/rake-10.1.1.morph
+++ b/chef/rake-10.1.1.morph
@@ -4,12 +4,12 @@ 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/rake-10.1.1.gem
products:
- artifact: rake-10.1.1-doc
include:
- usr/lib/ruby/gems/2.0.0/doc/.*
install-commands:
-- 'echo '':sources: [ "http://54.186.104.15/" ]'' >> ~/.gemrc'
- 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 rake-10.1.1
+ --ignore-dependencies --local rake-10.1.1.gem
diff --git a/chef/rspec-2.14.1.morph b/chef/rspec-2.14.1.morph
index fb3086fc..c3e65b2f 100644
--- a/chef/rspec-2.14.1.morph
+++ b/chef/rspec-2.14.1.morph
@@ -4,12 +4,12 @@ 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/rspec-2.14.1.gem
products:
- artifact: rspec-2.14.1-doc
include:
- usr/lib/ruby/gems/2.0.0/doc/.*
install-commands:
-- 'echo '':sources: [ "http://54.186.104.15/" ]'' >> ~/.gemrc'
- 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 rspec-2.14.1
+ --ignore-dependencies --local rspec-2.14.1.gem
diff --git a/chef/rspec-core-2.14.8.morph b/chef/rspec-core-2.14.8.morph
index 7b6b26f3..fc12ed1b 100644
--- a/chef/rspec-core-2.14.8.morph
+++ b/chef/rspec-core-2.14.8.morph
@@ -4,12 +4,12 @@ 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/rspec-core-2.14.8.gem
products:
- artifact: rspec-core-2.14.8-doc
include:
- usr/lib/ruby/gems/2.0.0/doc/.*
install-commands:
-- 'echo '':sources: [ "http://54.186.104.15/" ]'' >> ~/.gemrc'
- 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 rspec-core-2.14.8
+ --ignore-dependencies --local rspec-core-2.14.8.gem
diff --git a/chef/rspec-expectations-2.14.5.morph b/chef/rspec-expectations-2.14.5.morph
index 79c148ff..d72cf35f 100644
--- a/chef/rspec-expectations-2.14.5.morph
+++ b/chef/rspec-expectations-2.14.5.morph
@@ -4,12 +4,12 @@ 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/rspec-expectations-2.14.5.gem
products:
- artifact: rspec-expectations-2.14.5-doc
include:
- usr/lib/ruby/gems/2.0.0/doc/.*
install-commands:
-- 'echo '':sources: [ "http://54.186.104.15/" ]'' >> ~/.gemrc'
- 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 rspec-expectations-2.14.5
+ --ignore-dependencies --local rspec-expectations-2.14.5.gem
diff --git a/chef/rspec-mocks-2.14.6.morph b/chef/rspec-mocks-2.14.6.morph
index e566a46c..7abf211e 100644
--- a/chef/rspec-mocks-2.14.6.morph
+++ b/chef/rspec-mocks-2.14.6.morph
@@ -4,12 +4,12 @@ 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/rspec-mocks-2.14.6.gem
products:
- artifact: rspec-mocks-2.14.6-doc
include:
- usr/lib/ruby/gems/2.0.0/doc/.*
install-commands:
-- 'echo '':sources: [ "http://54.186.104.15/" ]'' >> ~/.gemrc'
- 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 rspec-mocks-2.14.6
+ --ignore-dependencies --local rspec-mocks-2.14.6.gem
diff --git a/chef/rspec_junit_formatter-0.1.6.morph b/chef/rspec_junit_formatter-0.1.6.morph
index 73fbd0b2..7fa3d936 100644
--- a/chef/rspec_junit_formatter-0.1.6.morph
+++ b/chef/rspec_junit_formatter-0.1.6.morph
@@ -4,12 +4,12 @@ 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/rspec_junit_formatter-0.1.6.gem
products:
- artifact: rspec_junit_formatter-0.1.6-doc
include:
- usr/lib/ruby/gems/2.0.0/doc/.*
install-commands:
-- 'echo '':sources: [ "http://54.186.104.15/" ]'' >> ~/.gemrc'
- 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 rspec_junit_formatter-0.1.6
+ --ignore-dependencies --local rspec_junit_formatter-0.1.6.gem
diff --git a/chef/ruby-shadow-2.3.4.morph b/chef/ruby-shadow-2.3.4.morph
index 32c050b8..3fabef58 100644
--- a/chef/ruby-shadow-2.3.4.morph
+++ b/chef/ruby-shadow-2.3.4.morph
@@ -4,12 +4,12 @@ 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/ruby-shadow-2.3.4.gem
products:
- artifact: ruby-shadow-2.3.4-doc
include:
- usr/lib/ruby/gems/2.0.0/doc/.*
install-commands:
-- 'echo '':sources: [ "http://54.186.104.15/" ]'' >> ~/.gemrc'
- 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 ruby-shadow-2.3.4
+ --ignore-dependencies --local ruby-shadow-2.3.4.gem
diff --git a/chef/simplecov-0.9.0.morph b/chef/simplecov-0.9.0.morph
index 52400572..94a49707 100644
--- a/chef/simplecov-0.9.0.morph
+++ b/chef/simplecov-0.9.0.morph
@@ -4,12 +4,12 @@ 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/simplecov-0.9.0.gem
products:
- artifact: simplecov-0.9.0-doc
include:
- usr/lib/ruby/gems/2.0.0/doc/.*
install-commands:
-- 'echo '':sources: [ "http://54.186.104.15/" ]'' >> ~/.gemrc'
- 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 simplecov-0.9.0
+ --ignore-dependencies --local simplecov-0.9.0.gem
diff --git a/chef/simplecov-html-0.8.0.morph b/chef/simplecov-html-0.8.0.morph
index 482da04a..837b0742 100644
--- a/chef/simplecov-html-0.8.0.morph
+++ b/chef/simplecov-html-0.8.0.morph
@@ -4,12 +4,12 @@ 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/simplecov-html-0.8.0.gem
products:
- artifact: simplecov-html-0.8.0-doc
include:
- usr/lib/ruby/gems/2.0.0/doc/.*
install-commands:
-- 'echo '':sources: [ "http://54.186.104.15/" ]'' >> ~/.gemrc'
- 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 simplecov-html-0.8.0
+ --ignore-dependencies --local simplecov-html-0.8.0.gem
diff --git a/chef/slop-3.6.0.morph b/chef/slop-3.6.0.morph
index 1954c3fb..e416ec69 100644
--- a/chef/slop-3.6.0.morph
+++ b/chef/slop-3.6.0.morph
@@ -4,12 +4,12 @@ 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/slop-3.6.0.gem
products:
- artifact: slop-3.6.0-doc
include:
- usr/lib/ruby/gems/2.0.0/doc/.*
install-commands:
-- 'echo '':sources: [ "http://54.186.104.15/" ]'' >> ~/.gemrc'
- 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 slop-3.6.0
+ --ignore-dependencies --local slop-3.6.0.gem
diff --git a/chef/systemu-2.6.4.morph b/chef/systemu-2.6.4.morph
index 2564e33a..ed642aa2 100644
--- a/chef/systemu-2.6.4.morph
+++ b/chef/systemu-2.6.4.morph
@@ -4,12 +4,12 @@ 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/systemu-2.6.4.gem
products:
- artifact: systemu-2.6.4-doc
include:
- usr/lib/ruby/gems/2.0.0/doc/.*
install-commands:
-- 'echo '':sources: [ "http://54.186.104.15/" ]'' >> ~/.gemrc'
- 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 systemu-2.6.4
+ --ignore-dependencies --local systemu-2.6.4.gem
diff --git a/chef/wmi-lite-1.0.0.morph b/chef/wmi-lite-1.0.0.morph
index 9be1ea23..f8e6cda7 100644
--- a/chef/wmi-lite-1.0.0.morph
+++ b/chef/wmi-lite-1.0.0.morph
@@ -4,12 +4,12 @@ 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/wmi-lite-1.0.0.gem
products:
- artifact: wmi-lite-1.0.0-doc
include:
- usr/lib/ruby/gems/2.0.0/doc/.*
install-commands:
-- 'echo '':sources: [ "http://54.186.104.15/" ]'' >> ~/.gemrc'
- 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 wmi-lite-1.0.0
+ --ignore-dependencies --local wmi-lite-1.0.0.gem
diff --git a/chef/yard-0.8.7.4.morph b/chef/yard-0.8.7.4.morph
index dcaf4bf3..831ba60d 100644
--- a/chef/yard-0.8.7.4.morph
+++ b/chef/yard-0.8.7.4.morph
@@ -4,12 +4,12 @@ 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/yard-0.8.7.4.gem
products:
- artifact: yard-0.8.7.4-doc
include:
- usr/lib/ruby/gems/2.0.0/doc/.*
install-commands:
-- 'echo '':sources: [ "http://54.186.104.15/" ]'' >> ~/.gemrc'
- 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 yard-0.8.7.4
+ --ignore-dependencies --local yard-0.8.7.4.gem