bosh-template 1.2697.0 → 1.2707.0

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,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bc03510415bb73195fbc111bf15a367f801199a3
4
- data.tar.gz: 177ee049814e4cf5492c6e536b284de7f9e76119
3
+ metadata.gz: ddadde322407e1efbbb8942802081333c2befeb4
4
+ data.tar.gz: f31fc44464afe0edb8aba8ff626bf143916f495c
5
5
  SHA512:
6
- metadata.gz: 56b369d7ee11a145d12beafcba80e2fd385ab80b46b0c7aa994d25cf88ccd56f720538aad23326b82df650414167ae8276917b882eef662f0b8516a68c7572fc
7
- data.tar.gz: fe0f56e135204340801c5ace87fe3c785ca82e16287a6e624e65db8288c82725622d4d94b8eda309715869558faba5de9b7d7a231bf86f77f3c94f81346fcd8b
6
+ metadata.gz: ae372c8a9c325591eeda18df8dda5f639048a082b260b7421501b4c4ff9468d2b9c5714cbe71be454c116b7828e67d93a374ba7402abf4c24efaee07e7fd821a
7
+ data.tar.gz: f7bd8c33682a7894a86a474780982f16ee71d2d8ef4e523857c42e4e1bf1b3c973b0966fcc641c882e09edfc025864d60c129831d3c11d2c497e3780a6ec47c8
data/README.md ADDED
@@ -0,0 +1,11 @@
1
+ # bosh-template
2
+
3
+ Renders BOSH templates
4
+
5
+ ## Usage
6
+
7
+ ```
8
+ gem install bosh-template
9
+
10
+ bosh-template <template.erb> --context '{ "...": ... }'
11
+ ```
@@ -1,5 +1,5 @@
1
1
  module Bosh
2
2
  module Template
3
- VERSION = '1.2697.0'
3
+ VERSION = '1.2707.0'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bosh-template
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2697.0
4
+ version: 1.2707.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pivotal
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-08-21 00:00:00.000000000 Z
11
+ date: 2014-08-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: semi_semantic
@@ -26,14 +26,14 @@ dependencies:
26
26
  version: 1.1.0
27
27
  description: |-
28
28
  Renders bosh templates
29
- ca0ac0
29
+ 3e8bee
30
30
  email: support@cloudfoundry.com
31
31
  executables:
32
32
  - bosh-template
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - README
36
+ - README.md
37
37
  - bin/bosh-template
38
38
  - lib/bosh/template.rb
39
39
  - lib/bosh/template/evaluation_context.rb
data/README DELETED
@@ -1,21 +0,0 @@
1
- # Bosh::Template
2
-
3
- Renders bosh templates
4
-
5
- ## Installation
6
-
7
- Add this line to your application's Gemfile:
8
-
9
- gem 'bosh-template'
10
-
11
- And then execute:
12
-
13
- $ bundle
14
-
15
- Or install it yourself as:
16
-
17
- $ gem install bosh-template
18
-
19
- ## Usage
20
-
21
- $ bosh-template <template.erb> --context '{ "...": ... }'