Skip to content

Commit

Permalink
Bump to 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rodjek committed Aug 18, 2011
1 parent 2027926 commit 63dfc61
Show file tree
Hide file tree
Showing 2 changed files with 2 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.3' VERSION = '0.0.4'


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


Expand Down
2 changes: 1 addition & 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.3' s.version = '0.0.4'
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 Down

0 comments on commit 63dfc61

Please sign in to comment.