Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
Finish release 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
leoarnold committed Jan 17, 2018
1 parent 4e94f5e commit ab42f4c
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 2017-01-18 - Bugfix release 2.0.3

Published at [Puppet Forge](https://forge.puppet.com/leoarnold/cups/2.0.3)
and [GitHub](https://github.com/leoarnold/puppet-cups/releases/tag/2.0.3).

### Summary

This release fixes several bugs where retrieved values were still
surrounded by quotes, thereby incorrectly breaking idempotence.

## 2017-11-21 - Bugfix release 2.0.2

Published at [Puppet Forge](https://forge.puppet.com/leoarnold/cups/2.0.2)
Expand Down
8 changes: 6 additions & 2 deletions bin/setup
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
#!/usr/bin/env bash

ProjectRoot="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && cd .. && pwd )"
ProjectRoot="$(git rev-parse --show-toplevel)"

set -euo pipefail
IFS=$'\n\t'
set -vx

bundle install --path ${ProjectRoot}/vendor/bundle --without ci
cd ${ProjectRoot}

bundle install --without ci

bundle exec overcommit --install
9 changes: 7 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
{
"name": "leoarnold-cups",
"version": "2.0.2",
"version": "2.0.3",
"author": "Leo Arnold",
"summary": "Puppet module for the Common Unix Printing System (CUPS)",
"license": "MIT",
"source": "https://github.com/leoarnold/puppet-cups",
"project_page": "https://github.com/leoarnold/puppet-cups",
"issues_url": "https://github.com/leoarnold/puppet-cups/issues",
"tags": [ "CUPS", "printer", "printing" ],
"tags": [
"CUPS",
"printer",
"printing"
],
"dependencies": [

],
"operatingsystem_support": [
{
Expand Down

0 comments on commit ab42f4c

Please sign in to comment.