configgin 0.12.0.pre → 0.12.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 +4 -4
- data/Gemfile.lock +1 -1
- data/configgin.gemspec +2 -1
- data/lib/configgin/version.rb +1 -1
- metadata +7 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fe55c1b8c9250ee1bbcf96d1463e1068947fe63c
|
|
4
|
+
data.tar.gz: a714834718cd1df992611bcb9e01ba9e2f0ecd73
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9e1065338f5f08a1b7a25a0fe2d257d0caace026a9cccb88bdb2eef543ae7a6ad49df06df2d7d664ce56ac8b2d5d098b4ea271a91999121b8d50122b62b2f422
|
|
7
|
+
data.tar.gz: 1caa910bd41c49f26384fc2b388e1fab57d7855c4e4c7a82e794abb8d8dc7ca57358e22e7999fd25cf994469ecca3cc6e63520f62691cd8a1be2c9d059099543
|
data/Gemfile.lock
CHANGED
data/configgin.gemspec
CHANGED
|
@@ -6,7 +6,8 @@ require 'configgin/version'
|
|
|
6
6
|
Gem::Specification.new do |spec|
|
|
7
7
|
spec.name = "configgin"
|
|
8
8
|
spec.version = Configgin::VERSION
|
|
9
|
-
spec.authors = ["
|
|
9
|
+
spec.authors = ["SUSE Linux"]
|
|
10
|
+
spec.license = "Apache-2.0"
|
|
10
11
|
|
|
11
12
|
spec.summary = "A simple cli app in Ruby to generate configurations using BOSH ERB templates and a BOSH spec."
|
|
12
13
|
spec.description = "A simple cli app in Ruby to generate configurations using BOSH ERB templates and a BOSH spec, but also using configurations based on environment variables, processed using a set of templates."
|
data/lib/configgin/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: configgin
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.12.0
|
|
4
|
+
version: 0.12.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- SUSE Linux
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-06-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -143,7 +143,8 @@ files:
|
|
|
143
143
|
- vendor/github.com/hpe-cloud-garage/git-notary/hooks/pre-push/branch-has-notes
|
|
144
144
|
- vendor/github.com/hpe-cloud-garage/git-notary/hooks/pre-push/sync-notes
|
|
145
145
|
homepage: https://github.com/hpcloud/configgin
|
|
146
|
-
licenses:
|
|
146
|
+
licenses:
|
|
147
|
+
- Apache-2.0
|
|
147
148
|
metadata: {}
|
|
148
149
|
post_install_message:
|
|
149
150
|
rdoc_options: []
|
|
@@ -156,9 +157,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
156
157
|
version: '0'
|
|
157
158
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
158
159
|
requirements:
|
|
159
|
-
- - "
|
|
160
|
+
- - ">="
|
|
160
161
|
- !ruby/object:Gem::Version
|
|
161
|
-
version:
|
|
162
|
+
version: '0'
|
|
162
163
|
requirements: []
|
|
163
164
|
rubyforge_project:
|
|
164
165
|
rubygems_version: 2.6.10
|