bosh-gen 0.13.1 → 0.13.2
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
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
NjQ4YmIxZDhjMWNkNDdkYTc2NDc3MDg3OWY2NGQzZGI0YjljOTYzOQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
NWE0Mzc0MWJjZTg4YTE0MDhlYjgxNTFmMGRjZDE4NTBkNjJlMzJlZQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
Y2YxNDRhOTU0NzllOTViODFhNTk1M2EwMTEyOWE5M2M3MmI1MGQxYjFjYzkw
|
|
10
|
+
NjU4MDljOTliNjBjZmY0ZTU2NDNkNzAxNWU3MDNjOGY5YTc2NGZmMWM4NzIz
|
|
11
|
+
NTZlNWRhMTRmNzA4NGNiN2U1ZTEwNGM1ZmIwZDY0MWZlZWVlMzU=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
OTQ1YTAzMTM3OTY0M2QzMzdjNTIyYmYxZjVlNWFmNDZmNTU4ZjRiM2MzNWMx
|
|
14
|
+
Zjg5ZTIxODg5MzY0MTA4ZGFlMmZiMzMxNGNjMmE1MWVjOWQ5NjgzNGMyMWNj
|
|
15
|
+
NzM4YmY5NDY1ZTk1NTUwYTYzZTcxMzBlMDRlNTlkMzhiODVkN2Y=
|
data/ChangeLog.md
CHANGED
|
@@ -6,7 +6,7 @@ To use this bosh release, first upload it to your bosh:
|
|
|
6
6
|
|
|
7
7
|
```
|
|
8
8
|
bosh target BOSH_HOST
|
|
9
|
-
git clone
|
|
9
|
+
git clone https://github.com/cloudfoundry-community/<%= repository_name %>.git
|
|
10
10
|
cd <%= repository_name %>
|
|
11
11
|
bosh upload release releases/<%= project_name %>-1.yml
|
|
12
12
|
```
|
data/lib/bosh/gen/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bosh-gen
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.13.
|
|
4
|
+
version: 0.13.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dr Nic Williams
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-11-
|
|
11
|
+
date: 2013-11-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: thor
|