kitchenplan 2.1.4 → 2.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/kitchenplan/cli.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 678624ca6bad13110e6ddfb78136e19f9d1c7dba
|
|
4
|
+
data.tar.gz: 2190de585f81775b3b36a7a2b168b8ffb5df9252
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dec125bf9addcabc20da6293072a6f9e9560e0f97436ea157d6603912413918199e74383ea7bb9ed348e87a5ccca785351f12b0aa32f1cdd062e3ae32845ee66
|
|
7
|
+
data.tar.gz: e644d8a6c5f62766c8b203dcd8b05bdc70cc3873fe4ce07d37213b08fe64a8a0b04823586977521bfab8390f0f33f705b69b535f851fb65e503836d59f04aad8
|
data/lib/kitchenplan/cli.rb
CHANGED
|
@@ -189,7 +189,7 @@ module Kitchenplan
|
|
|
189
189
|
dorun('mkdir -p vendor/cache')
|
|
190
190
|
dorun('sudo gem install bundler --no-rdoc --no-ri') unless Kernel.system "gem query --name-matches '^bundler$' --installed > /dev/null 2>&1"
|
|
191
191
|
dorun('rm -rf vendor/bundle/config')
|
|
192
|
-
dorun('bundle install --quiet --binstubs vendor/bin --path vendor/bundle')
|
|
192
|
+
dorun('ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future bundle install --quiet --binstubs vendor/bin --path vendor/bundle')
|
|
193
193
|
end
|
|
194
194
|
end
|
|
195
195
|
|