knife-stalenodes 1.0.1 → 1.1.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.
data/README.rdoc CHANGED
@@ -37,7 +37,7 @@ Unless otherwise specified all works in this repository are
37
37
 
38
38
  Copyright 2012 Opscode, Inc
39
39
 
40
- Author:: Paul Mooring (paul@opscode.com)
40
+ Author:: Paul Mooring (paul@getchef.com)
41
41
  Copyright:: Copyright (c) 2013 Opscode, Inc.
42
42
  License:: Apache License, Version 2.0
43
43
 
@@ -33,7 +33,7 @@ class Chef
33
33
  attr_accessor :rest
34
34
 
35
35
  def initialize(url=nil)
36
- @rest = ::Chef::REST.new(url || ::Chef::Config[:search_url])
36
+ @rest = ::Chef::REST.new(url || ::Chef::Config[:chef_server_url])
37
37
  end
38
38
 
39
39
  # Search Solr for objects of a given type, for a given query. If you give
@@ -1,6 +1,6 @@
1
1
 
2
2
  module KnifeStalenodes
3
- VERSION = "1.0.1"
3
+ VERSION = "1.1.0"
4
4
  MAJOR, MINOR, TINY = VERSION.split('.')
5
5
  end
6
6
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: knife-stalenodes
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.1.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-01-31 00:00:00.000000000 Z
12
+ date: 2013-12-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: chef
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '0'
30
30
  description: Knife plugin for listing nodes that have not checked in
31
31
  email:
32
- - paul@opscode.com
32
+ - paul@getchef.com
33
33
  executables: []
34
34
  extensions: []
35
35
  extra_rdoc_files: []