chef-sync 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/chef-sync.gemspec +1 -1
- data/lib/chef-sync/version.rb +1 -1
- metadata +2 -2
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/
|
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) }
|
data/lib/chef-sync/version.rb
CHANGED
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.
|
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/
|
104
|
+
homepage: http://github.com/brightcove/chef-sync
|
105
105
|
licenses: []
|
106
106
|
post_install_message:
|
107
107
|
rdoc_options: []
|