chef-sync 0.0.1 → 0.0.2

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/chef-sync.gemspec CHANGED
@@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
6
6
  gem.email = ["wpeterson@brightcove.com"]
7
7
  gem.description = %q{Synchronize Chef w/ Cap, Mongro, etc}
8
8
  gem.summary = %q{Synchronize Chef nodes w/ Capistrano and other config}
9
- gem.homepage = "http://github.com/wpeterson/chef-sync"
9
+ gem.homepage = "http://github.com/brightcove/chef-sync"
10
10
 
11
11
  gem.files = `git ls-files`.split($\)
12
12
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
@@ -1,5 +1,5 @@
1
1
  module Chef
2
2
  module Sync
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chef-sync
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -101,7 +101,7 @@ files:
101
101
  - spec/fixtures/knife/node_search_ec2.json
102
102
  - spec/spec_helper.rb
103
103
  - spec/utils_spec.rb
104
- homepage: http://github.com/wpeterson/chef-sync
104
+ homepage: http://github.com/brightcove/chef-sync
105
105
  licenses: []
106
106
  post_install_message:
107
107
  rdoc_options: []