github_to_slack 0.1.1 → 0.1.2

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
  SHA1:
3
- metadata.gz: b054357b370e6128af33ad4bba56f1b22a0f2c25
4
- data.tar.gz: 9b50bd6007ddc692f2384c62d098959e031f5f3f
3
+ metadata.gz: 7cada60bf646fdd994b394f9faa0e25ae918365d
4
+ data.tar.gz: deb3bba367d0e983a1cbdabfd298f617596a20a0
5
5
  SHA512:
6
- metadata.gz: eaa03667a53d4adb1e9cac8b52c56258ef8f6a1524da6867b5cd446f030de142ecdf38e1512af2c56e8cff1fba13661796ab018347b2294dd0a5541108a4f4cc
7
- data.tar.gz: 9d1e34bc805d65f5562b43971ece92d0b8cc9a1104943057c03f97018ed64ce28965c86d3a78dd06aef7ad1356272cd7fbdf6f8975c672cb3b900a2948a9ffe0
6
+ metadata.gz: c6d03997c136e408609690e0915358084ead659dfb90452cba881b35c279ca6217ab4fdf74e2f63b1b0231a976ae39802abe07d4398b43c5e712824ea21ab235
7
+ data.tar.gz: ff91e011a5b485c71dafc602a380b5af285c3307c6fd8945b74a7ff0aeb74d4e3b2f07d8b47a8819980d38300bfbda75983167b54d56ef8ee7e63db5997e7f3a
data/README.md CHANGED
@@ -1,3 +1,5 @@
1
+ [![Gem Version](https://badge.fury.io/rb/github_to_slack.svg)](https://badge.fury.io/rb/github_to_slack)
2
+
1
3
  # GithubToSlack
2
4
  Short description and motivation.
3
5
 
@@ -18,7 +18,7 @@ module GithubToSlack
18
18
  label_name = params[:label][:name]
19
19
  sender_login = params[:sender][:login]
20
20
 
21
- alert_message = "_#{sender_login}_ #{label_actions[action]} `#{label_name}` label to *#{pr_title}*.\nPR Link: #{pr_url}"
21
+ alert_message = "_#{sender_login}_ #{label_actions[action]} `#{label_name}` label.\nPR Title: *#{pr_title}*.\nPR Link: #{pr_url}"
22
22
  end
23
23
 
24
24
  def deliver_message
@@ -1,3 +1,3 @@
1
1
  module GithubToSlack
2
- VERSION = '0.1.1'
2
+ VERSION = '0.1.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: github_to_slack
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - jnwaletzko