Skip to content
Snippets Groups Projects
Commit a1cf34d1 authored by Thomas Linkin's avatar Thomas Linkin
Browse files

Update Changelog and bump version to 1.1.0

parent 86a81ffa
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,7 @@ language: ruby ...@@ -2,6 +2,7 @@ language: ruby
script: script:
- "bundle exec rake syntax" - "bundle exec rake syntax"
- "bundle exec rake lint" - "bundle exec rake lint"
- "bundler exec rake metadata"
- "bundle exec rake spec SPEC_OPTS='--color --format documentation'" - "bundle exec rake spec SPEC_OPTS='--color --format documentation'"
rvm: rvm:
- 1.9.3-p484 - 1.9.3-p484
......
...@@ -5,6 +5,7 @@ gem 'rspec-puppet', '2.2.0', :require => false ...@@ -5,6 +5,7 @@ gem 'rspec-puppet', '2.2.0', :require => false
gem 'rake', :require => false gem 'rake', :require => false
gem 'puppetlabs_spec_helper', :require => false gem 'puppetlabs_spec_helper', :require => false
gem 'puppet-lint', :require => false gem 'puppet-lint', :require => false
gem 'metadata-json-lint', :require => false
if facterversion = ENV['FACTER_GEM_VERSION'] if facterversion = ENV['FACTER_GEM_VERSION']
gem 'facter', facterversion, :require => false gem 'facter', facterversion, :require => false
......
...@@ -100,6 +100,19 @@ class { 'nsswitch': ...@@ -100,6 +100,19 @@ class { 'nsswitch':
### Changelog ### Changelog
* Update Changelog and bump version to 1.1.0
* Extend Travis-CI testing
* Updates to the README.md
* Fixup the travis-ci configuration
* Removing Gemfile.lock - I was wrong
* Update spec tests to use Rspec 3.x syntax
* Refactor unit tests for changes in Rspec/Rspec-Puppet
* Add changes to Gemfile and add a Gemfile.lock
* Remove Gemfile.lock from the .gitignore
* Fix fact name in spec tests
* Add fixtures to .gitignore
* add OEL supprt
* making changes to pass lint
* Bump version to 1.0.0 * Bump version to 1.0.0
* Adding license file * Adding license file
* Further clean up metadata.json * Further clean up metadata.json
......
{ {
"name": "trlinkin-nsswitch", "name": "trlinkin-nsswitch",
"version": "1.0.0", "version": "1.1.0",
"author": "Thomas Linkin", "author": "Thomas Linkin",
"license": "Apache-2.0", "license": "Apache-2.0",
"summary": "Module for managing nsswitch.conf", "summary": "Module for managing nsswitch.conf",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment