puppetdb-ruby 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a3898f94fefbb12e3993f70e730dcc494e22ad9a
4
- data.tar.gz: 2bab42b03c71a1a32d9a81314c114a6d613a627d
3
+ metadata.gz: 0efa1ff7283edd4cd51d062cd7f0b3a146a011dd
4
+ data.tar.gz: 92542f3c6fa618fad69c67755a567d0d1f04a4eb
5
5
  SHA512:
6
- metadata.gz: acdd51bb4af22f7819313810be9bfbcfcf78c3fdd1b76ed429a1b645b3b842816806eb697ecb396cdb6075af5059a24f3f5327a530ec3dd4d668a13db277751d
7
- data.tar.gz: f5156929891972ece420537131e3ca2e43e41d8de3f9e4daf9ec0e5b3eccb4a82ba24ed443cbc8608bdb4c5eee080e22119a154413a394536ae82418e237f75f
6
+ metadata.gz: 6d72e69d42b39d1e9bd1c2d773e4c8358e7d430b3f7461420e484c90bbe5987e1343e02e7ec1d163820eea76dd40dec6c4df7faaacbe01e0cbf3fce80041df27
7
+ data.tar.gz: 674afb129c0e9890da67bcf9b6ea831bfb749c88b438805f8f45dbd2037f77df13a44f86942bf922da407e238b0fc727c5a51fab4ac42110aa7aa0e8c3cf8bb3
@@ -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.0](https://github.com/voxpupuli/puppetdb-ruby/tree/v1.1.0) (2017-08-17)
8
- [Full Changelog](https://github.com/voxpupuli/puppetdb-ruby/compare/1.0.0...v1.1.0)
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
+ [![Build Status](https://img.shields.io/travis/voxpupuli/puppetdb-ruby.svg)](https://travis-ci.org/voxpupuli/puppetdb-ruby)
4
+ [![Gem Version](https://img.shields.io/gem/v/puppetdb-ruby.svg)](https://rubygems.org/gems/puppetdb-ruby)
5
+ [![Gem Downloads](https://img.shields.io/gem/dt/puppetdb-ruby.svg)](https://rubygems.org/gems/puppetdb-ruby)
6
+ [![By VoxPupuli](https://img.shields.io/badge/voxpupuli-%F0%9F%90%B1-orange.svg)](https://voxpupuli.org/)
7
+
3
8
  a simple gem for interacting with the
4
9
  [PuppetDB](https://github.com/puppetlabs/puppetdb) API.
5
10
 
@@ -1,3 +1,3 @@
1
1
  module PuppetDB
2
- VERSION = '1.1.0'.freeze
2
+ VERSION = '1.1.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: puppetdb-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vox Pupuli