gh-events 0.3.2 → 0.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b774f605d292c79af1d4b7b38622df8360cd5ca934b62ee6bbdae1775f49db35
4
- data.tar.gz: c7f193cce6c5ef1f92ca967754b7f324bcf3f545356abb986a13ef27800528f5
3
+ metadata.gz: a039f7351a8d4ebd160a6fd1822222e099648166e93fec06f9f3412a2d58c7ec
4
+ data.tar.gz: 9ed1df0bb75057336d1e74ccfccd5f4fcd8575721a2e73e968b34669a6ca57a3
5
5
  SHA512:
6
- metadata.gz: 37aaeaea6f87d2d3c4140d8ac77bd520c7f4189eced408c16386da9ddfef8dd6da22b0b9e9b088e8870ddfdecbe6cf5c8a5b19930fbd675f4826548e1d2824d2
7
- data.tar.gz: 25ad209a0beebdfd89739b786fe04f80cd1bc84e5ac0a8118145f30ccff45cc3951e6a0956b058ca246285eef58663b6c2a16b1d2582abc59620d4adca8424d8
6
+ metadata.gz: 52370bb092274889ce8a81bf6e915da618430c5224fb12beb306f0c80eff8d0771aad306ac7cb18ea27400d08cae9ab41d25ef33c7f5237137f250979f7e98e9
7
+ data.tar.gz: 2de0e9f5dcd4c75b8328e1e4c9f1431e15876cef7f7f45277d0646c4574d72441593e10209aa198be1f84d2c827222c0114c374ea3091b8a118631ce7748004e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- gh-events (0.3.2)
4
+ gh-events (0.3.3)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -1,5 +1,5 @@
1
1
  module GH
2
2
  module Events
3
- VERSION = "0.3.2"
3
+ VERSION = "0.3.3"
4
4
  end
5
5
  end
data/res/slack.yml CHANGED
@@ -5,7 +5,7 @@ unknown: >-
5
5
 
6
6
  push: >-
7
7
  _<%= pusher.name %>_ <%= forced ? 'force-' : '' %>pushed
8
- <%= size %> commits
8
+ <%= size || commits.count %> commits
9
9
  to <%= ref_type %> `<%= ref %>`
10
10
  on <<%= repository.html_url %>|<%= repository.full_name %>>
11
11
  :star: <%= repository.stargazers_count %>
@@ -13,18 +13,18 @@ push: >-
13
13
  (<<%= compare %>|compare>)
14
14
 
15
15
  commit_comment: >-
16
- _<%= comment.user.login %>_ commented the
17
- <%= comment.url %>|commit `<%= comment.commit_id %>`> on
16
+ _<%= comment.user.login %>_ commented
17
+ commit <<%= comment.url %>|`<%= comment.commit_id %>`> on
18
18
  <<%= repository.html_url %>|<%= repository.full_name %>>: _<%= comment.body %>_
19
19
 
20
20
  create: >-
21
21
  _<%= sender.login %>_ created
22
- the <%= ref_type %> `<%= ref %>`
22
+ <%= ref_type %> `<%= ref %>`
23
23
  on <<%= repository.html_url %>|<%= repository.full_name %>>
24
24
 
25
25
  delete: >-
26
26
  _<%= sender.login %>_ deleted
27
- the <%= ref_type %> `<%= ref %>`
27
+ <%= ref_type %> `<%= ref %>`
28
28
  on <<%= repository.html_url %>|<%= repository.full_name %>>
29
29
 
30
30
  watch: An event of type `watch` occurred.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gh-events
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Phil Hofmann
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-10-28 00:00:00.000000000 Z
11
+ date: 2019-10-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler