Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic Cleal committed Mar 31, 2015
1 parent 9842e17 commit 7110a83
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.4.0
* unpin rspec-puppet, now require >= 2.0.0, fixes #9
* stop managing /etc/puppet, fixes #14, #15
* enable code coverage with rspec-puppet, fixes #13 (Matt Callaway)
* add ruby-augeas as a dependency, fixes #6
* fix tests on rspec 3 and recent Puppet versions

## 0.3.0
* add `augeas_lensdir` setting to add lenses to the Augeas load path (Jan
Vansteenkiste)
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2013 Dominic Cleal
Copyright (c) 2013-2015 Dominic Cleal

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
3 changes: 2 additions & 1 deletion rspec-puppet-augeas.gemspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
Gem::Specification.new do |s|
s.name = 'rspec-puppet-augeas'
s.version = '0.3.0'
s.version = '0.4.0'
s.homepage = 'https://github.com/domcleal/rspec-puppet-augeas/'
s.summary = 'RSpec tests for Augeas resources in Puppet manifests'
s.description = 'RSpec tests for Augeas resources in Puppet manifests'
s.license = 'MIT'

s.files = [
'.gitignore',
Expand Down

0 comments on commit 7110a83

Please sign in to comment.