ruby-puppetdb 1.0.0.pre5 → 1.0.0

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: 3214138ddeb8d78c84115410faff9ee42334d568
4
- data.tar.gz: 422cd911879e193cad1ffff25ae2837f41909011
3
+ metadata.gz: e8e0df9d18cfc59ffb962a25c10b132868509775
4
+ data.tar.gz: cf3c238caddc048a136ed564b4399d9403df5bce
5
5
  SHA512:
6
- metadata.gz: eacd7d3e08ae98b2779d04410e64a678a9692fe4c533af5d0728e19df2194b26f3bef54413e422725bba156a86794eb3f844e300ffa87a8f472eb17450f244e1
7
- data.tar.gz: 83f778424047203ed5a7e0abf0bb5a3fe33819358575c0a0123ca13b715f94e1c7670299cad7849bd908c824eaecc49dd4ead5d32651465aacff03cf1a672905
6
+ metadata.gz: 8b2d859b33fbb6f85f18d7bd0c7f5348c444747c9eaa1e49982e4178b7c6d2b0d0ac9b51de7189495173dd1f9f2ccce81f0bf6f309a1aca5f0af0e1667bc737d
7
+ data.tar.gz: 001af2581e7ceeb512a27d156f630ff23441eb6294ae137a71cd172d3d99668bcb498f4820313c374a5f07d5cc5836857111259fec33c56b10199cd72354397f
data/Modulefile CHANGED
@@ -1,5 +1,5 @@
1
1
  name 'dalen-puppetdbquery'
2
- version '1.0.0-pre4'
2
+ version '1.0.0-pre5'
3
3
  author 'Erik Dalén <erik.gustav.dalen@gmail.com>'
4
4
  license 'Apache License V2'
5
5
  summary 'Query functions for the PuppetDB API'
data/README.md CHANGED
@@ -10,7 +10,7 @@ The query format accepts resource references in the form:
10
10
 
11
11
  Type[Name]{attribute1=foo and attribute2=bar}
12
12
 
13
- Each of the three parts are optional.
13
+ Each of the three parts are optional. It will only match non exported resources by default, to match exported resources ad @@ in front.
14
14
 
15
15
  Facts can be matched using the operators =, !=, >, < and ~ (regexp match). > and < only work on numbers, ~ only works on strings.
16
16
 
@@ -7,6 +7,7 @@ Gem::Specification.new do |s|
7
7
  s.homepage = "https://github.com/dalen/puppet-puppetdbquery"
8
8
  s.summary = %q{Query functions for PuppetDB}
9
9
  s.description = %q{A higher level query language for PuppetDB.}
10
+ s.license = 'Apache v2'
10
11
 
11
12
 
12
13
  s.files = `git ls-files`.split("\n")
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.0.pre5
4
+ version: 1.0.0
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-08 00:00:00.000000000 Z
12
+ date: 2013-04-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: json
@@ -74,7 +74,8 @@ files:
74
74
  - spec/unit/puppet/parser/functions/query_facts_spec.rb
75
75
  - spec/unit/puppet/parser/functions/query_nodes_spec.rb
76
76
  homepage: https://github.com/dalen/puppet-puppetdbquery
77
- licenses: []
77
+ licenses:
78
+ - Apache v2
78
79
  metadata: {}
79
80
  post_install_message:
80
81
  rdoc_options: []
@@ -87,9 +88,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
87
88
  version: '0'
88
89
  required_rubygems_version: !ruby/object:Gem::Requirement
89
90
  requirements:
90
- - - '>'
91
+ - - '>='
91
92
  - !ruby/object:Gem::Version
92
- version: 1.3.1
93
+ version: '0'
93
94
  requirements: []
94
95
  rubyforge_project:
95
96
  rubygems_version: 2.0.3