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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5341af77660e5bb45897221efec6d64eabfbe993
4
- data.tar.gz: 610dfdb1fb13375be04aac9939f87a0ac0c1ef87
3
+ metadata.gz: 476a1fc9d8b5b192f1ec1af4ca0cad60b588a5b4
4
+ data.tar.gz: 2a6d4747c95c9e4c555c79cda27fd23a39a969db
5
5
  SHA512:
6
- metadata.gz: c94515208588357db977aa9cc3721e13ca820dd9f9a6cf7dfd2f2f4f5a79f19543a41a9975f880d9d22c8c406fb6cbed7298b5ed1fa979f7e5fbc0899930a153
7
- data.tar.gz: 53b04639cc3700f9f4bd8f379beb68285ea14ca24ae4d446fa9e159e96922a042898e5124160ddd7ee77613296f797879a9905ef093209c00824a926bc6dc6e9
6
+ metadata.gz: e28e4d6db4177b6bf710e9419dc8ced7f4c2bb6d9e01c7a8d8cc1c49df15f365410e6e11839f9608082eeb87552b4a062b80a1391783f6ce14d90791dd97fb25
7
+ data.tar.gz: c82cf829f4e3051cb2f07024f5d9d3633d2036edb68d15a740ef927112f82bab94c15b5e4e25f8803a0f3dc511da4933ecc1b9d01b159325d2b15cc6cc163ec1
data/Gemfile CHANGED
@@ -2,6 +2,8 @@ source 'https://rubygems.org'
2
2
 
3
3
  gemspec
4
4
 
5
+ gem "hiera"
6
+
5
7
  group :development do
6
8
  gem "vagrant", :git => "https://github.com/mitchellh/vagrant.git"
7
9
  end
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
 
@@ -1,5 +1,5 @@
1
1
  module HieraConfig
2
2
  module Config
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
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.1
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 a Vagrantfile.
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 Vagrantfile.
95
+ summary: Simple Vagrant plugin allowing the hiera gem to be accessed from within a
96
+ Vagrantfile.
95
97
  test_files: []