Skip to content

Commit

Permalink
0.0.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rodjek committed Aug 19, 2011
1 parent 2b20684 commit 1cb663b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/puppet-lint.rb
Expand Up @@ -5,7 +5,7 @@
class PuppetLint::NoCodeError < StandardError; end class PuppetLint::NoCodeError < StandardError; end


class PuppetLint class PuppetLint
VERSION = '0.0.4' VERSION = '0.0.5'


attr_reader :code, :file attr_reader :code, :file


Expand Down
7 changes: 6 additions & 1 deletion puppet-lint.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = 'puppet-lint' s.name = 'puppet-lint'
s.version = '0.0.4' s.version = '0.0.5'
s.homepage = 'https://github.com/rodjek/puppet-lint/' s.homepage = 'https://github.com/rodjek/puppet-lint/'
s.summary = 'Ensure your Puppet manifests conform with the Puppetlabs style guide' s.summary = 'Ensure your Puppet manifests conform with the Puppetlabs style guide'
s.description = 'Checks your Puppet manifests against the Puppetlabs s.description = 'Checks your Puppet manifests against the Puppetlabs
Expand All @@ -16,8 +16,13 @@ Gem::Specification.new do |s|
'lib/puppet-lint/plugins.rb', 'lib/puppet-lint/plugins.rb',
'lib/puppet-lint.rb', 'lib/puppet-lint.rb',
'lib/tasks/puppet-lint.rake', 'lib/tasks/puppet-lint.rake',
'LICENSE',
'puppet-lint.gemspec', 'puppet-lint.gemspec',
'Rakefile',
'README.md', 'README.md',
'spec/puppet-lint/check_resources_spec.rb',
'spec/puppet-lint/check_strings_spec.rb',
'spec/spec_helper.rb',
] ]


s.add_development_dependency 'rspec' s.add_development_dependency 'rspec'
Expand Down

0 comments on commit 1cb663b

Please sign in to comment.