chef_attrdoc 0.9.0 → 0.9.1

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_attrdoc.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["iartarisi@suse.cz"]
11
11
  spec.description = %q{Generate README.md docs from chef cookbook attributesf file}
12
12
  spec.summary = %q{Generate README.md docs from chef cookbook attributesf file}
13
- spec.homepage = "https://github.com/mapleoin/chef-attrdoc"
13
+ spec.homepage = "https://github.com/mapleoin/chef_attrdoc"
14
14
  spec.license = "Apache"
15
15
 
16
16
  spec.files = `git ls-files`.split($/)
@@ -1,3 +1,3 @@
1
1
  module ChefAttrdoc
2
- VERSION = "0.9.0"
2
+ VERSION = "0.9.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chef_attrdoc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -29,7 +29,7 @@ files:
29
29
  - lib/chef_attrdoc/version.rb
30
30
  - spec/chef_attrdoc_spec.rb
31
31
  - spec/spec_helper.rb
32
- homepage: https://github.com/mapleoin/chef-attrdoc
32
+ homepage: https://github.com/mapleoin/chef_attrdoc
33
33
  licenses:
34
34
  - Apache
35
35
  post_install_message: