ruby-puppetdb 3.0.0 → 3.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 88be7794aca945016db299dffdd58a3bfbddcbc5
4
- data.tar.gz: c90c01f08accf3a7ba7e66ac8b6360a63d77ed15
3
+ metadata.gz: c19bdf5768fc703241eda6b3a4a084e8f7d6996b
4
+ data.tar.gz: 33ebd2b13d83d75966e87c8497d6b26454ffc3fd
5
5
  SHA512:
6
- metadata.gz: ffc5acdeb4cb4066c6aea9a567774cf91dc50cf3b4e313b382f949ba5301ed2de43daf7be04c177fb049d2f28e4de7b2466ba906c3c909359be06400e883b48b
7
- data.tar.gz: a75d1b296d2207410e49b3fe3e4f151f4eca44b62d5a27043a980421cdde123604150ddfec5a1deff7c98a989c7974e00c087d8ef9955e221a07fd6b9dc96c8d
6
+ metadata.gz: f7de3de74f16104e2b1abed44850d28338c57c6ce3c83f6c9c6dc4020d16bad7915d851c08a78a07905405d31de9c2ccf432ac57aada8a6d27cff662415fe00c
7
+ data.tar.gz: f4b2fa35b46cb3cbd2e4690b6a10224ea5f4b5d6795bfde172b5ae9f4367bed02ec54b6f4dce67599222a8ed1db788487dd8c733e3fb3038eddd0f7de16f1cf2
@@ -1,4 +1,4 @@
1
- require 'puppet/application/query'
1
+ require 'puppet/application/puppetdbquery'
2
2
  require 'puppet/face'
3
3
  require 'puppet/util/colors'
4
4
 
@@ -13,17 +13,17 @@ Puppet::Face.define(:puppetdbquery, '1.0.0') do
13
13
 
14
14
  option '--host PUPPETDB' do
15
15
  summary 'Host running PuppetDB. '
16
- default_to { Puppet::Application::Query.setting[:host] }
16
+ default_to { Puppet::Application::Puppetdbquery.setting[:host] }
17
17
  end
18
18
 
19
19
  option '--port PORT' do
20
20
  summary 'Port PuppetDB is running on'
21
- default_to { Puppet::Application::Query.setting[:port] }
21
+ default_to { Puppet::Application::Puppetdbquery.setting[:port] }
22
22
  end
23
23
 
24
24
  option '--no_ssl' do
25
25
  summary 'Talk plain HTTP instead of HTTPS'
26
- default_to { !Puppet::Application::Query.setting[:use_ssl] }
26
+ default_to { !Puppet::Application::Puppetdbquery.setting[:use_ssl] }
27
27
  end
28
28
 
29
29
  action :facts do
@@ -1,4 +1,4 @@
1
1
  module PuppetDB
2
2
  # Current version of this module
3
- VERSION ||= [3, 0, 0].freeze
3
+ VERSION ||= [3, 0, 1].freeze
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-puppetdb
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: 3.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Erik Dalen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-10-20 00:00:00.000000000 Z
11
+ date: 2017-10-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json