puppet_webhook 0.0.1 → 0.1.0.pre

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +5 -5
  2. data/CHANGELOG.md +36 -0
  3. metadata +5 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA256:
3
- metadata.gz: b4b775f68616833562447615df1985dbe31e30227493a4dc027a0d442e797f6d
4
- data.tar.gz: f5c53e8e3f2a6ec6bc544f7cc97f5d41cc4af944290859b2286082f4f20ea2c9
2
+ SHA1:
3
+ metadata.gz: 809a291e7230ab99ccebed42e317d3870e6af86c
4
+ data.tar.gz: 83d4e2e1a4935a2e1c77fee2b9e2166e0bac1800
5
5
  SHA512:
6
- metadata.gz: e2f4b7b73d988281ab0b7d081eb2d1e38f9b622ffe0aabfb903452eed7efe3dcf42ef892b9467ad575b14cdeb311a867bdff36480cf8de4b6b26e5644157055f
7
- data.tar.gz: aa402a350c235665813ecc06c55b221afbb736a36caee827d732543c72920e0c34b096323041ba92c03c7b908cb89ff6f5a251c1bdfc5aa003d30230cd7e4244
6
+ metadata.gz: 198f6af64671d8382bc8dc552c28476cf9dd8ca67d5d1d3aa4d8ab45a14f5d454f68f87ee529906066e54d236b4aa2fd11f01c57f9093d5b29f716e65b19ae33
7
+ data.tar.gz: 5e50f508f3b8207d03714c2c2e49e5958a96ddb46a997a25a1af1f2e77039fe46869e791cd9d9cb7e94b03f13d73a2342f31ae1e23087e10a6c423f05ac05df0
data/CHANGELOG.md ADDED
@@ -0,0 +1,36 @@
1
+ # Change Log
2
+
3
+ ## [Unreleased](https://github.com/voxpupuli/puppet_webhook/tree/HEAD)
4
+
5
+ **Implemented enhancements:**
6
+
7
+ - Cleanup config loader [\#2](https://github.com/voxpupuli/puppet_webhook/issues/2)
8
+
9
+ **Closed issues:**
10
+
11
+ - Validate github webhooks [\#6](https://github.com/voxpupuli/puppet_webhook/issues/6)
12
+ - Add VoxPupuli Gem Plumbing [\#3](https://github.com/voxpupuli/puppet_webhook/issues/3)
13
+
14
+ **Merged pull requests:**
15
+
16
+ - Add rubygems deploy to travis [\#23](https://github.com/voxpupuli/puppet_webhook/pull/23) ([dhollinger](https://github.com/dhollinger))
17
+ - Fix TFS checks and add more fixtures/tests [\#22](https://github.com/voxpupuli/puppet_webhook/pull/22) ([dhollinger](https://github.com/dhollinger))
18
+ - Fix README badges after project rename [\#21](https://github.com/voxpupuli/puppet_webhook/pull/21) ([dhollinger](https://github.com/dhollinger))
19
+ - Finished renaming gem to puppet\_webhook [\#20](https://github.com/voxpupuli/puppet_webhook/pull/20) ([dhollinger](https://github.com/dhollinger))
20
+ - Preparing the README for Pre-Release [\#19](https://github.com/voxpupuli/puppet_webhook/pull/19) ([dhollinger](https://github.com/dhollinger))
21
+ - Clean up configuration code [\#18](https://github.com/voxpupuli/puppet_webhook/pull/18) ([dhollinger](https://github.com/dhollinger))
22
+ - Fix bug and add unit tests for stash payload [\#17](https://github.com/voxpupuli/puppet_webhook/pull/17) ([alexjfisher](https://github.com/alexjfisher))
23
+ - Move module\_name parsing into the Parser [\#16](https://github.com/voxpupuli/puppet_webhook/pull/16) ([dhollinger](https://github.com/dhollinger))
24
+ - Add first spec tests [\#15](https://github.com/voxpupuli/puppet_webhook/pull/15) ([alexjfisher](https://github.com/alexjfisher))
25
+ - Move repo\_user/name parsing to webhook\_json\_parser [\#14](https://github.com/voxpupuli/puppet_webhook/pull/14) ([alexjfisher](https://github.com/alexjfisher))
26
+ - Add run\_prefix\_command back [\#13](https://github.com/voxpupuli/puppet_webhook/pull/13) ([dhollinger](https://github.com/dhollinger))
27
+ - Add Apache 2.0 LICENSE file [\#12](https://github.com/voxpupuli/puppet_webhook/pull/12) ([alexjfisher](https://github.com/alexjfisher))
28
+ - Rubocop and travis [\#11](https://github.com/voxpupuli/puppet_webhook/pull/11) ([alexjfisher](https://github.com/alexjfisher))
29
+ - Refactor payload parsing [\#7](https://github.com/voxpupuli/puppet_webhook/pull/7) ([alexjfisher](https://github.com/alexjfisher))
30
+ - Get rack/parser working [\#5](https://github.com/voxpupuli/puppet_webhook/pull/5) ([dhollinger](https://github.com/dhollinger))
31
+ - POC for rack-parser [\#4](https://github.com/voxpupuli/puppet_webhook/pull/4) ([alexjfisher](https://github.com/alexjfisher))
32
+ - Putting the server in the load path [\#1](https://github.com/voxpupuli/puppet_webhook/pull/1) ([binford2k](https://github.com/binford2k))
33
+
34
+
35
+
36
+ \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
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: 0.0.1
4
+ version: 0.1.0.pre
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vox Pupuli
@@ -213,6 +213,7 @@ executables:
213
213
  extensions: []
214
214
  extra_rdoc_files: []
215
215
  files:
216
+ - CHANGELOG.md
216
217
  - LICENSE
217
218
  - README.md
218
219
  - bin/puppet_webhook
@@ -240,12 +241,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
240
241
  version: 2.1.9
241
242
  required_rubygems_version: !ruby/object:Gem::Requirement
242
243
  requirements:
243
- - - ">="
244
+ - - ">"
244
245
  - !ruby/object:Gem::Version
245
- version: '0'
246
+ version: 1.3.1
246
247
  requirements: []
247
248
  rubyforge_project:
248
- rubygems_version: 2.7.2
249
+ rubygems_version: 2.6.10
249
250
  signing_key:
250
251
  specification_version: 4
251
252
  summary: Sinatra Webhook Server for Puppet/R10K