puppet_factset 0.1.0 → 0.1.1

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: 38b6cc58132c293138599dee9c30da298b6a27e5
4
- data.tar.gz: ef1a14a36adabf3a7c19874475ee8603e12b7827
3
+ metadata.gz: a808ed81117d60d3da9efd520cf9580c3e9587c7
4
+ data.tar.gz: 9f1ced3d7607807cbf5133973f2960aef960d8e9
5
5
  SHA512:
6
- metadata.gz: 151d35eae868ac8f9124ab654e00a17f61aaa6aaef4b5ea14f40be82b0568fc460ffa9c8b2dfda0f21c7d7bcc66d963978d797e9ea96239a575dcc09df3e13d1
7
- data.tar.gz: eb0081f76d68ceaec37dba2081713727fb26deee709092cd0e0f6337ef55cfc06b1b01e6336383c0107d266d8ecb64cb843dd69faa0b420d1a130de76c074f74
6
+ metadata.gz: 693677fb65bc9f48b46380dfb2b5b05535b0f805a313827c6fac80439300843a2b3b8015e1fc590001a2ecbaf275cca91464440366c21184757308d6a04a634f
7
+ data.tar.gz: d99dc198614ba3296f06969071a8e9a71a92e92eb10305c9148308a21809882dc9a1ddb2dce9fa84e144f3a8e6becc6d09663c4ef3b2fc3754fc47a55cd5c3fb
@@ -1,3 +1,3 @@
1
1
  module PuppetFactset
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -8,6 +8,7 @@ Gem::Specification.new do |spec|
8
8
  spec.version = PuppetFactset::VERSION
9
9
  spec.authors = ["Geoff Williams", "Dylan Ratcliffe", "Jesse Reynolds"]
10
10
  spec.email = ["geoff@geoffwilliams.me.uk"]
11
+ spec.licenses = 'Apache-2.0'
11
12
 
12
13
  spec.summary = %q{Sample factsets for puppet testing. A factset is a representative sample of the set of facts for a particular OS}
13
14
  spec.homepage = "https://github.com/declarativesystems/puppet_factset"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: puppet_factset
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Geoff Williams
@@ -95,7 +95,8 @@ files:
95
95
  - res/factset/solaris-10_u9-sparc-64.json
96
96
  - res/factset/solaris-11.2-sparc-64.json
97
97
  homepage: https://github.com/declarativesystems/puppet_factset
98
- licenses: []
98
+ licenses:
99
+ - Apache-2.0
99
100
  metadata: {}
100
101
  post_install_message:
101
102
  rdoc_options: []