Skip to content

Commit d3e0264

Browse files
authored
Merge pull request #72 from DavidS/release-prep
Release 0.3.5
2 parents e82e521 + d348659 commit d3e0264

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.3.5
2+
3+
- Add codecov and simplecov-console to the default gems.
4+
- Bump puppetlabs_spec_helper to 2.9.0 to get the coverage functionality
5+
16
## 0.3.4
27

38
- Update pin of puppetlabs\_spec\_helper to require fixes to fixtures cleanup.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Install the development gems:
3636

3737
### Building the gems
3838

39-
To build the gems with the default configuration, execute the script `bundle exec exe/puppet-module-gems.rb`. The gemspec files and gems will be generated in the `pkg` directory.
39+
To build the gems with the default configuration, execute the script `bundle exec exe/build-gems.rb`. The gemspec files and gems will be generated in the `pkg` directory. Use the `push-gems.rb` from the same location to push to rubygems.org, if you are a maintainer.
4040

4141
### Customizing dependency gems
4242

config/info.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ info:
55
homepage: 'https://github.com/puppetlabs/puppet-module-gems'
66
licenses: 'Apache-2.0'
77
summary: 'A gem used to manage Puppet module dependencies.'
8-
version: '0.3.4'
8+
version: '0.3.5'

0 commit comments

Comments
 (0)