foreplay 0.9.12 → 0.9.13
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/foreplay/engine/steps.yml +3 -1
- data/lib/foreplay/version.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: dd6889f62e82a25a5f10498ad1b2e74a5eaeeb1c
|
|
4
|
+
data.tar.gz: d5acf45b1c8349c10541df6d4b76fdcb9cc0f7d6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d22228c8a9f679b14b37a783fd4f0626ce6052690517e1cede98efb7e1f0f2f7d2b6d42371423a2437c5e3aa352c7643dc1f6cc60353dce3adacf72ad616d704
|
|
7
|
+
data.tar.gz: 56ee1a44522a2d1fb9daa5a023152faaa35950312b4aa8bd0e7ebe872b4c8799868eb21f514f72a6328c84a63c60cd98dced8651f5eef4785537dc0710b70efb
|
|
@@ -14,7 +14,9 @@
|
|
|
14
14
|
commentary: 'If you have a .rvmrc file there may be a delay now while we install a new ruby'
|
|
15
15
|
- command: 'if [ -f .ruby-version ] ; then rvm install `cat .ruby-version` ; else echo "No .ruby-version file found" ; fi'
|
|
16
16
|
commentary: 'If you have a .ruby-version file there may be a delay now while we install a new ruby'
|
|
17
|
-
- command: '
|
|
17
|
+
- command: 'env'
|
|
18
|
+
commentary: 'Showing environment variables'
|
|
19
|
+
- command: 'rvm rvmrc load && rvm info'
|
|
18
20
|
commentary: 'Showing RVM environment'
|
|
19
21
|
- key: 'env'
|
|
20
22
|
delimiter: '='
|
data/lib/foreplay/version.rb
CHANGED