puppet-community-rangefinder-webhook 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 97d4e3e0e3376c9071f87ac1e3ea73922f0f69c671aec734b2760eb72af6e47d
4
- data.tar.gz: 0f06f440ae68cd20937a1a4ea8df938d396ca1377458141c18dd107e5fac7470
3
+ metadata.gz: 29326dbc146e617922edb8a4ab18229694b55da5588777f03b1afadaa65a8bc3
4
+ data.tar.gz: 347379e47bca52547c271bf1e005a1accbc4d79b07f0e2932a51cee53deccf55
5
5
  SHA512:
6
- metadata.gz: c63f5214bde0ea420a1f6709714e163127db86a81c52cfb48ffb08d493ed4cb73503e1d5a44447a775818a10d7003f5c8d467c7cc4bc3d48f71af9c2d3e6c035
7
- data.tar.gz: b160617aa6f2d0549879af64d03e6488458170410dbdc7317ccd2036c681c51b57124270c4f9ba8e9d8bc0a5e3a6680aec0a5c8dbe3a2184448e2503a3e9f5c0
6
+ metadata.gz: 105c84199b43df3945b7c879d8e3cd14aec305ff226e0b6c730ce6d3ac1ee9e020c6995a374aa92e55798a8fa72d00779758a3db21d65f04e9cf343fec8b6c00
7
+ data.tar.gz: 21c1ae953dc22870917d20b4349fd06637599593aa741ba02607acb638db52584d70a95a8da041495bc706dc2ccf8bef91a62cde8c1c8067e30259304ed0ea5f
@@ -1,3 +1,8 @@
1
+ # v0.0.4
2
+
3
+ * Add Puppetfile output
4
+
5
+
1
6
  # v0.0.3
2
7
 
3
8
  * Make all URIs in a report into forms that are clickable in a web browser.
@@ -1,5 +1,5 @@
1
1
  require 'rangefinder/version'
2
2
  class Rangefinder::Webhook
3
- VERSION = '0.0.3'
3
+ VERSION = '0.0.4'
4
4
  end
5
5
 
@@ -2,6 +2,10 @@
2
2
  [<%= result[:name] %>](<%= result[:fileuri] %>) is a _<%= result[:kind] %>_
3
3
  ----------------------------------
4
4
 
5
+ <% unless results[:puppetfile].empty? %>
6
+ The enclosing module is declared in <%= result[:puppetfile] %> indexed public Puppetfiles.
7
+ <% end %>
8
+
5
9
  <% if result[:exact].empty? and result[:near].empty? %>
6
10
  that may have no external impact to Forge modules.
7
11
  <% end %>
@@ -27,4 +31,4 @@ Breaking changes to this file MAY impact these modules (near match):
27
31
 
28
32
  These results were generated with [Rangefinder](https://github.com/puppetlabs/puppet-community-rangefinder), a tool that helps predict the downstream impact of breaking changes to elements used in Puppet modules. You can run this on the command line to get a full report.
29
33
 
30
- Exact matches are those that we can positively identify via namespace and the declaring modules' metadata. Non-namespaced items, such as Puppet 3.x functions, will always be reported as near matches only.
34
+ Exact matches are those that we can positively identify via namespace and the declaring modules' metadata. Non-namespaced items, such as Puppet 3.x functions, will always be reported as near matches only.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: puppet-community-rangefinder-webhook
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Ford
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-12-23 00:00:00.000000000 Z
11
+ date: 2019-03-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sinatra
@@ -105,8 +105,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
105
105
  - !ruby/object:Gem::Version
106
106
  version: '0'
107
107
  requirements: []
108
- rubyforge_project:
109
- rubygems_version: 2.7.7
108
+ rubygems_version: 3.0.2
110
109
  signing_key:
111
110
  specification_version: 4
112
111
  summary: Provides impact analysis for Puppet modules PRs on GitHub.