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 +4 -4
- data/lib/puppet_factset/version.rb +1 -1
- data/puppet_factset.gemspec +1 -0
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a808ed81117d60d3da9efd520cf9580c3e9587c7
|
|
4
|
+
data.tar.gz: 9f1ced3d7607807cbf5133973f2960aef960d8e9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 693677fb65bc9f48b46380dfb2b5b05535b0f805a313827c6fac80439300843a2b3b8015e1fc590001a2ecbaf275cca91464440366c21184757308d6a04a634f
|
|
7
|
+
data.tar.gz: d99dc198614ba3296f06969071a8e9a71a92e92eb10305c9148308a21809882dc9a1ddb2dce9fa84e144f3a8e6becc6d09663c4ef3b2fc3754fc47a55cd5c3fb
|
data/puppet_factset.gemspec
CHANGED
|
@@ -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.
|
|
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: []
|