gh-events 0.3.0 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +4 -0
- data/lib/gh/events/version.rb +1 -1
- data/res/slack.yml +13 -10
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1a2f1f15ff3e50f457d1c86050a21ef042af76ee2c59820a68067987f4cc5b1f
|
4
|
+
data.tar.gz: 49a81a46d9686ebbaac5ef6c52479daed0958f8f084d54651e72d944b6857a67
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9d555434b035b93b350cb306a88b0371dec3906f32b30f16d1bfc41dc610e6ef93d967abc5a8ace2d0097f3ca9543af6786d4223203d960141aa286a6135b7c6
|
7
|
+
data.tar.gz: 1b41ea18fb947778b868cefe913667ee013f9361072427995b41d2d23ab9a6b8ad6725249b3a08fc4355ec756325c2b2d03c139824d4ba8aa7db92d6d657b169
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -24,6 +24,10 @@ Or install it yourself as:
|
|
24
24
|
|
25
25
|
TODO: Write usage instructions here
|
26
26
|
|
27
|
+
## References
|
28
|
+
|
29
|
+
- https://developer.github.com/v3/activity/events/types/
|
30
|
+
|
27
31
|
## Development
|
28
32
|
|
29
33
|
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
|
data/lib/gh/events/version.rb
CHANGED
data/res/slack.yml
CHANGED
@@ -1,18 +1,21 @@
|
|
1
1
|
unknown: >-
|
2
|
-
|
2
|
+
An unknown event occurred.
|
3
3
|
push: >-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
4
|
+
_<%= pusher.name %>_ pushed <%= ref %>
|
5
|
+
to `<%= repository.full_name %>`
|
6
|
+
:star: <%= repository.stargazers_count %>
|
7
|
+
:eye: <%= repository.watchers_count %>
|
8
|
+
(<<%= compare %>|compare>)
|
9
9
|
commit_comment: >-
|
10
|
-
|
11
|
-
|
12
|
-
|
10
|
+
_<%= comment.user.login %>_ commented the
|
11
|
+
<%= comment.url %>|commit `<%= comment.commit_id %>`> on
|
12
|
+
<<%= repository.html_url %>|<%= repository.full_name %>>: _<%= comment.body %>_
|
13
13
|
watch: An event of type `watch` occurred.
|
14
14
|
create: An event of type `create` occurred.
|
15
|
-
delete:
|
15
|
+
delete: >-
|
16
|
+
_<%= sender.login %>_ has deleted
|
17
|
+
the <%= ref_type %> `<%= ref %>`
|
18
|
+
on <<%= repository.html_url %>|<%= repository.full_name %>>
|
16
19
|
deployment: An event of type `deployment` occurred.
|
17
20
|
deployment_status: An event of type `deployment_status` occurred.
|
18
21
|
fork: An event of type `fork` 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.
|
4
|
+
version: 0.3.1
|
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-
|
11
|
+
date: 2019-10-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|