puppetdb-ruby 1.1.0 → 1.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/CHANGELOG.md +14 -3
- data/README.md +5 -0
- data/lib/puppetdb/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0efa1ff7283edd4cd51d062cd7f0b3a146a011dd
|
4
|
+
data.tar.gz: 92542f3c6fa618fad69c67755a567d0d1f04a4eb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6d72e69d42b39d1e9bd1c2d773e4c8358e7d430b3f7461420e484c90bbe5987e1343e02e7ec1d163820eea76dd40dec6c4df7faaacbe01e0cbf3fce80041df27
|
7
|
+
data.tar.gz: 674afb129c0e9890da67bcf9b6ea831bfb749c88b438805f8f45dbd2037f77df13a44f86942bf922da407e238b0fc727c5a51fab4ac42110aa7aa0e8c3cf8bb3
|
data/CHANGELOG.md
CHANGED
@@ -4,8 +4,19 @@ All notable changes to this project will be documented in this file.
|
|
4
4
|
Each new release typically also includes the latest modulesync defaults.
|
5
5
|
These should not impact the functionality of the module.
|
6
6
|
|
7
|
-
## [v1.1.
|
8
|
-
[Full Changelog](https://github.com/voxpupuli/puppetdb-ruby/compare/1.
|
7
|
+
## [v1.1.1](https://github.com/voxpupuli/puppetdb-ruby/tree/v1.1.1) (2017-08-17)
|
8
|
+
[Full Changelog](https://github.com/voxpupuli/puppetdb-ruby/compare/1.1.0...v1.1.1)
|
9
|
+
|
10
|
+
**Fixed bugs:**
|
11
|
+
|
12
|
+
- Rubygem is broken for 1.1.0 [\#31](https://github.com/voxpupuli/puppetdb-ruby/issues/31)
|
13
|
+
|
14
|
+
**Merged pull requests:**
|
15
|
+
|
16
|
+
- Add badges [\#30](https://github.com/voxpupuli/puppetdb-ruby/pull/30) ([raphink](https://github.com/raphink))
|
17
|
+
|
18
|
+
## [1.1.0](https://github.com/voxpupuli/puppetdb-ruby/tree/1.1.0) (2017-08-17)
|
19
|
+
[Full Changelog](https://github.com/voxpupuli/puppetdb-ruby/compare/1.0.0...1.1.0)
|
9
20
|
|
10
21
|
**Closed issues:**
|
11
22
|
|
@@ -47,4 +58,4 @@ These should not impact the functionality of the module.
|
|
47
58
|
|
48
59
|
|
49
60
|
|
50
|
-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
|
61
|
+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
|
data/README.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# puppetdb-ruby
|
2
2
|
|
3
|
+
[](https://travis-ci.org/voxpupuli/puppetdb-ruby)
|
4
|
+
[](https://rubygems.org/gems/puppetdb-ruby)
|
5
|
+
[](https://rubygems.org/gems/puppetdb-ruby)
|
6
|
+
[](https://voxpupuli.org/)
|
7
|
+
|
3
8
|
a simple gem for interacting with the
|
4
9
|
[PuppetDB](https://github.com/puppetlabs/puppetdb) API.
|
5
10
|
|
data/lib/puppetdb/version.rb
CHANGED