Skip to content

Commit

Permalink
Drop puppet 3.7 requirement, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Dreier committed Dec 15, 2014
1 parent 83b47f2 commit eb3c85b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
0.2.1 Release
- Remove named parameters to get ruby 1.9.3 support
- Drop puppet 3.7 requirement

0.2.0
- Update facts_for_platform_by_name to take an array

0.1.0 Release
- Added concat_basedir fake fact
- Added path fake fact
2 changes: 1 addition & 1 deletion puppet_spec_facts.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rake"
spec.add_development_dependency 'rspec'
spec.add_development_dependency 'coveralls'
spec.add_runtime_dependency 'puppet', '~> 3.7'
spec.add_runtime_dependency 'puppet'
spec.add_runtime_dependency 'json'
end

0 comments on commit eb3c85b

Please sign in to comment.