ruby-puppetdb 1.0.3 → 1.0.4

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: 215719b1994f7b030d378ab9d6e734a5f4a11d31
4
- data.tar.gz: 2e5d00193d3642a5149bb062fb60d85ce8c56681
3
+ metadata.gz: 81a535df46240ab33eb4c43ca94752259bd4cf8b
4
+ data.tar.gz: 4d548e94d084b68f492a171b41ac61736d46bdc6
5
5
  SHA512:
6
- metadata.gz: b4ac66e32373563ea7dd7ffa6e9b09a7d1f740691def425af0b68cff7ac786be02e2eabee1f72124e1d9880be7486d9996492f364029c7285648fd0da88a801b
7
- data.tar.gz: 504846ca3fe1fb152cd69a7472dfff6e12c249eb16e5f171a5d787fbba3f6484b3b854388a03781666168965c787707d702b3ffb7499eeb6d92e0a7942b0c510
6
+ metadata.gz: f4062916d1f84f812d5c5dfc1d605707b42bbe221ee0ebd3f24c61862525c16a229267fc82b94ceb8a2dba788c3bac614b825402e4ecc24ee56631a3f6a4d493
7
+ data.tar.gz: 741ca1846fdebc9816ee6a06fa702dac1eabfa03f7c82276a21ddc897680b07bd305684d5d698e943d8f6947fb7727faa569b1fa7b6adaa9b35e91d50fa3ce20
data/Modulefile CHANGED
@@ -1,6 +1,6 @@
1
1
  name 'dalen-puppetdbquery'
2
- version '1.0.3'
3
- author 'Erik Dalén <erik.gustav.dalen@gmail.com>'
2
+ version '1.0.4'
3
+ author 'Erik Dalen <erik.gustav.dalen@gmail.com>'
4
4
  license 'Apache License V2'
5
5
  summary 'Query functions for the PuppetDB API'
6
6
  project_page 'https://github.com/dalen/puppet-puppetdbquery'
@@ -3,7 +3,7 @@ require 'puppet/face'
3
3
  Puppet::Face.define(:query, '1.0.0') do
4
4
  require 'puppetdb/connection'
5
5
 
6
- copyright "Puppet Labs & Erik Dalén", 2012..2013
6
+ copyright "Puppet Labs & Erik Dalen", 2012..2013
7
7
  license "Apache 2 license; see COPYING"
8
8
 
9
9
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-puppetdb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dan Bode
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-04-26 00:00:00.000000000 Z
12
+ date: 2013-05-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: json