sooty-puppet 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.
Files changed (3) hide show
  1. data/lib/sooty/version.rb +1 -1
  2. data/sooty.gemspec +1 -1
  3. metadata +4 -4
data/lib/sooty/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Sooty
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
data/sooty.gemspec CHANGED
@@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
6
6
  gem.email = ["i@djw.me"]
7
7
  gem.description = %q{Install Puppet via Rake and apply your manifests.}
8
8
  gem.summary = gem.description
9
- gem.homepage = ""
9
+ gem.homepage = "https://github.com/davidwinter/sooty"
10
10
 
11
11
  gem.files = `git ls-files`.split($\)
12
12
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sooty-puppet
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 2
10
- version: 0.0.2
9
+ - 3
10
+ version: 0.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - David Winter
@@ -53,7 +53,7 @@ files:
53
53
  - lib/sooty/version.rb
54
54
  - sooty.gemspec
55
55
  has_rdoc: true
56
- homepage: ""
56
+ homepage: https://github.com/davidwinter/sooty
57
57
  licenses: []
58
58
 
59
59
  post_install_message: