knife-graph 0.0.2 → 0.0.3

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/knife-graph.gemspec CHANGED
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
7
7
  s.platform = Gem::Platform::RUBY
8
8
  s.authors = ['Or Cohen']
9
9
  s.email = ['orc@fewbytes.com']
10
- s.homepage = 'https://github.com/fewbytes/knife-graph'
10
+ s.homepage = 'https://github.com/lightpriest/knife-graph'
11
11
  s.summary = %q{Plugin that exports Chef installations structure in a graph}
12
12
  s.description = s.summary
13
13
 
@@ -1,6 +1,6 @@
1
1
  module Knife
2
2
  module Graph
3
- VERSION = '0.0.2'
3
+ VERSION = '0.0.3'
4
4
  MAJOR, MINOR, TINY = VERSION.split('.')
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: knife-graph
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -58,7 +58,7 @@ files:
58
58
  - knife-graph.gemspec
59
59
  - lib/chef/knife/graph.rb
60
60
  - lib/knife-graph/version.rb
61
- homepage: https://github.com/fewbytes/knife-graph
61
+ homepage: https://github.com/lightpriest/knife-graph
62
62
  licenses: []
63
63
  post_install_message:
64
64
  rdoc_options: []