puppet_webhook 1.5.0 → 1.5.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +8 -1
  3. data/lib/helpers/tasks.rb +0 -4
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 653632cd922c85c60f40066bea79580609626cc1
4
- data.tar.gz: d2a72dae7db871ac46c8d1353e6ae43aaab761c5
3
+ metadata.gz: 6a886b73c30fd2cac5e6a1081ac59db422211581
4
+ data.tar.gz: 5ca3fba7bba2fe6c2a5a1eef8046884a1dedf2bf
5
5
  SHA512:
6
- metadata.gz: d0214e6440b6ccb26e0bff3f28f0756f512e0f7235618a50d05e6859fe42095f8b42359ee358ec4cc1d39174ea2661dc9d8504a9b47b6f88fe80a20317dc02a5
7
- data.tar.gz: c198a88fa0849cb8588e70b81d0c07be6d85955954a6a150ed5e972440e483e3f1ea1abdfa51c009918c7f8698fbb0dca4a46d2bc0f284193bcfcf5f26496c97
6
+ metadata.gz: ab31c27456f9b2baf0add372e2fe4de4e155a0a3e7c0a55e8e8a7d0d771c2a459503d44b8b46f4e74d55c869230a4ea63d130d79f62cda6395b6a3c6ac46f15e
7
+ data.tar.gz: 744a3adc4e93d37ac6a0ee73dd6b83df293b39c08e3f011357208d24b70fd08affc8111511b11beebe258d9a0f0c05e46e1ef04c2ebb31b50fa09aa3bffe91d7
data/CHANGELOG.md CHANGED
@@ -4,7 +4,14 @@ All notable changes to this project will be documented in this file.
4
4
  Each new release typically also includes the latest modulesync defaults.
5
5
  These should not affect the functionality of the module.
6
6
 
7
- ## [v1.5.0](https://github.com/voxpupuli/puppet_webhook/tree/v1.5.0) (2018-11-01)
7
+ ## [v1.5.1](https://github.com/voxpupuli/puppet_webhook/tree/v1.5.1) (2018-11-02)
8
+ [Full Changelog](https://github.com/voxpupuli/puppet_webhook/compare/v1.5.0...v1.5.1)
9
+
10
+ **Merged pull requests:**
11
+
12
+ - Remove global mcollective requirement as it has been moved into a plugin [\#63](https://github.com/voxpupuli/puppet_webhook/pull/63) ([dhollinger](https://github.com/dhollinger))
13
+
14
+ ## [v1.5.0](https://github.com/voxpupuli/puppet_webhook/tree/v1.5.0) (2018-11-02)
8
15
  [Full Changelog](https://github.com/voxpupuli/puppet_webhook/compare/v1.4.0...v1.5.0)
9
16
 
10
17
  **Implemented enhancements:**
data/lib/helpers/tasks.rb CHANGED
@@ -1,10 +1,6 @@
1
1
  require 'open3'
2
- require 'slack-notifier'
3
- require 'mcollective'
4
2
 
5
3
  module Tasks # rubocop:disable Style/Documentation
6
- include MCollective::RPC
7
-
8
4
  def ignore_env?(env)
9
5
  list = settings.ignore_environments
10
6
  return false if list.nil? || list.empty?
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: puppet_webhook
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vox Pupuli