hiera-config 0.0.1 → 0.0.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 +4 -4
- data/Gemfile +2 -0
- data/hiera-config.gemspec +2 -2
- data/lib/hiera/config/version.rb +1 -1
- metadata +5 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 476a1fc9d8b5b192f1ec1af4ca0cad60b588a5b4
|
4
|
+
data.tar.gz: 2a6d4747c95c9e4c555c79cda27fd23a39a969db
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e28e4d6db4177b6bf710e9419dc8ced7f4c2bb6d9e01c7a8d8cc1c49df15f365410e6e11839f9608082eeb87552b4a062b80a1391783f6ce14d90791dd97fb25
|
7
|
+
data.tar.gz: c82cf829f4e3051cb2f07024f5d9d3633d2036edb68d15a740ef927112f82bab94c15b5e4e25f8803a0f3dc511da4933ecc1b9d01b159325d2b15cc6cc163ec1
|
data/Gemfile
CHANGED
data/hiera-config.gemspec
CHANGED
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
|
|
8
8
|
spec.version = HieraConfig::Config::VERSION
|
9
9
|
spec.authors = ["Carl Pulley"]
|
10
10
|
spec.email = ["carlp@cakesolutions.net"]
|
11
|
-
spec.summary = %q{Vagrant plugin allowing the hiera gem to be accessed within a Vagrantfile.}
|
12
|
-
spec.description = %q{Vagrant plugin allowing the hiera gem to be accessed within a Vagrantfile.}
|
11
|
+
spec.summary = %q{Simple Vagrant plugin allowing the hiera gem to be accessed from within a Vagrantfile.}
|
12
|
+
spec.description = %q{Simple Vagrant plugin allowing the hiera gem to be accessed from within a Vagrantfile.}
|
13
13
|
spec.homepage = ""
|
14
14
|
spec.license = "MIT"
|
15
15
|
|
data/lib/hiera/config/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hiera-config
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Carl Pulley
|
@@ -52,7 +52,8 @@ dependencies:
|
|
52
52
|
- - ">="
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '0'
|
55
|
-
description: Vagrant plugin allowing the hiera gem to be accessed within
|
55
|
+
description: Simple Vagrant plugin allowing the hiera gem to be accessed from within
|
56
|
+
a Vagrantfile.
|
56
57
|
email:
|
57
58
|
- carlp@cakesolutions.net
|
58
59
|
executables: []
|
@@ -91,5 +92,6 @@ rubyforge_project:
|
|
91
92
|
rubygems_version: 2.2.2
|
92
93
|
signing_key:
|
93
94
|
specification_version: 4
|
94
|
-
summary: Vagrant plugin allowing the hiera gem to be accessed within a
|
95
|
+
summary: Simple Vagrant plugin allowing the hiera gem to be accessed from within a
|
96
|
+
Vagrantfile.
|
95
97
|
test_files: []
|