git_notified_on_trello 0.0.4 → 0.0.5

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: 905afc0d85736fed55c9aaab7b42f3b15f8f3411
4
- data.tar.gz: 88ebf566966ce79ba298a17fb1569cf0c4a983f4
3
+ metadata.gz: 668a1cf1363fa1c43bef32f30f53d9a6f2a78dd2
4
+ data.tar.gz: 279d9a256f0e5638ae05cd1df81daadc8189dd84
5
5
  SHA512:
6
- metadata.gz: fc2c790ecf4a822d8a8485418a9d7846d3fd19f6c3d21e5916576f484654ebaab45b6026028d575c2d5a61b024336081ffe2a1593045fb57d08aa055d28e40bf
7
- data.tar.gz: cbc8691f777b5506c5db7031999d5fa67b0a104072a3dd58a9ff5195401038c95d868caef239e9eea67ad46d9f9b9c49453fe12c592470f4640b2a9c5653cee0
6
+ metadata.gz: 36021a519fbab0beafeaf10b7cdf4adbc2d6ec449f561a34d2399d36583f4357f476b8f86d3dc48546cbdc52d286e636e66c90e77bc3f9403ac704c56701c407
7
+ data.tar.gz: 3ef3b1ff4fe385e72e1d5fa72450642ba872afdc80e7d9b320713ecf0b676142b2d04785d8856951c277a8e7fac0d6fc5f3f811e25a52b2e1b24addd3f940efd
@@ -32,13 +32,11 @@ module GitNotifiedOnTrello
32
32
  print "Trello card \"#{card.name}\" was found with card id #{cardId}\n"
33
33
 
34
34
  comment = "\n"
35
- comment+= "** ...whrr.. This is an automated post by the Trello Robot.. bzz.. **\n"
36
- comment+= "\n"
37
- comment+= "#{author} pushed a change to **#{branch}**\n"
38
- comment+= "\n"
35
+ comment+= "** #{author} pushed a change to #{branch} **\n"
36
+ comment+= "\n\n"
39
37
  comment+= "#{cardMessage}\n"
40
- comment+= "\n"
41
- comment+= "View the change on Github: [#{commit}](https://github.com/Extrabux/Extrabux-Complete/commit/#{commit})\n"
38
+ comment+= "\n\n"
39
+ comment+= "View this change on Github: [#{commit}](https://github.com/Extrabux/Extrabux-Complete/commit/#{commit})\n"
42
40
 
43
41
  if(@debug)
44
42
  print comment
@@ -1,3 +1,3 @@
1
1
  module GitNotifiedOnTrello
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: git_notified_on_trello
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stephen Johnson