configgin 0.12.0.pre → 0.12.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c0d8a6a8b00f54998849502a456de5a17b83b265
4
- data.tar.gz: 9bbe965be9848864dbff2b6e3600d83805225347
3
+ metadata.gz: fe55c1b8c9250ee1bbcf96d1463e1068947fe63c
4
+ data.tar.gz: a714834718cd1df992611bcb9e01ba9e2f0ecd73
5
5
  SHA512:
6
- metadata.gz: e21878032ef6a02a5647fd9e3ccee06d32e1b6f7caa39f4498b52f13fc133e7d72de1979536134e3f94af273d96f86c0ee8e4b65aa7f6e9ac4327f15a777e7ec
7
- data.tar.gz: fa8e769269405ecb26fdf0338535d06c9cd88b17fdb34758b5ea6f02d5b5d6d0ccf484edbe0c9b16f88f10c5e7554b8ad2ad1eacffc7455c63a5309046539617
6
+ metadata.gz: 9e1065338f5f08a1b7a25a0fe2d257d0caace026a9cccb88bdb2eef543ae7a6ad49df06df2d7d664ce56ac8b2d5d098b4ea271a91999121b8d50122b62b2f422
7
+ data.tar.gz: 1caa910bd41c49f26384fc2b388e1fab57d7855c4e4c7a82e794abb8d8dc7ca57358e22e7999fd25cf994469ecca3cc6e63520f62691cd8a1be2c9d059099543
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- configgin (0.1.0)
4
+ configgin (0.12.0)
5
5
  bosh-template (~> 1.3262.24.0)
6
6
  deep_merge (~> 1.0.1)
7
7
  mustache (~> 1.0)
@@ -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 = ["hpcloud"]
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."
@@ -1,5 +1,5 @@
1
1
  module Configgin
2
2
 
3
- VERSION = "0.12.0.pre"
3
+ VERSION = "0.12.0"
4
4
 
5
5
  end
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.pre
4
+ version: 0.12.0
5
5
  platform: ruby
6
6
  authors:
7
- - hpcloud
7
+ - SUSE Linux
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-05-09 00:00:00.000000000 Z
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: 1.3.1
162
+ version: '0'
162
163
  requirements: []
163
164
  rubyforge_project:
164
165
  rubygems_version: 2.6.10