Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
This little tool has been around for a while. It's interface has been
very stable and we can commit to not changing it without warning.
  • Loading branch information
nibalizer committed Oct 31, 2016
1 parent 461c8cb commit f3b0566
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,17 @@ rake metadata_lint

A Big thank you to the code contributors:

* Richard Pijnenburg
* Spencer Krum
* Rob Nelson
* Matthew Haughton
* Dominic Cleal
* Tim Meusel
* Igor Galić
* Richard Pijnenburg
* Djuri Baars
* Joseph (Jy) Yaworski
* Mike Arnold

* Nan Liu
* Raphaël Pinson
* Sebastien Badia
* William Van Hevelingen
4 changes: 2 additions & 2 deletions metadata-json-lint.gemspec
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Gem::Specification.new do |s|
s.name = 'metadata-json-lint'
s.version = '0.0.19'
s.version = '1.0.0'
s.date = '2016-10-19'
s.summary = 'metadata-json-lint /path/to/metadata.json'
s.description = 'Utility to verify Puppet metadata.json files'
s.authors = ['Spencer Krum', 'Vox Pupuli']
s.authors = ['Vox Pupuli']
s.email = 'voxpupuli@groups.io'
s.files = ['bin/metadata-json-lint', 'lib/metadata_json_lint.rb', 'lib/metadata-json-lint/rake_task.rb']
s.executables << 'metadata-json-lint'
Expand Down

0 comments on commit f3b0566

Please sign in to comment.