git_notified_on_trello 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
  SHA1:
3
- metadata.gz: 622b6aa485cb00e1abc38cf8358e7603302e9cd5
4
- data.tar.gz: 873c173bd9c95a5f9920be69293bc718772161c3
3
+ metadata.gz: 905afc0d85736fed55c9aaab7b42f3b15f8f3411
4
+ data.tar.gz: 88ebf566966ce79ba298a17fb1569cf0c4a983f4
5
5
  SHA512:
6
- metadata.gz: 9bc3707935f232f1e2757d999918ff3c4526bf923ebf4f6577e9bcf25d40082a70b28c8ec87693ec77fe99ac5104334d4bc03ce5ca3df1ae0f29b598ee70ac0e
7
- data.tar.gz: c673abc93ae5393b1f98c2cb24db0255366838dcc4c67bade41a1c6b419dd7396dd32a14054f9ac7b197988fb1164e8e9035b520bd93a5f07e361fbf8ce3c2c6
6
+ metadata.gz: fc2c790ecf4a822d8a8485418a9d7846d3fd19f6c3d21e5916576f484654ebaab45b6026028d575c2d5a61b024336081ffe2a1593045fb57d08aa055d28e40bf
7
+ data.tar.gz: cbc8691f777b5506c5db7031999d5fa67b0a104072a3dd58a9ff5195401038c95d868caef239e9eea67ad46d9f9b9c49453fe12c592470f4640b2a9c5653cee0
data/deploy.sh CHANGED
@@ -39,9 +39,6 @@ git push
39
39
  # Generate the gem and send to rubygems
40
40
  rake release
41
41
 
42
- # Push the generated tags
43
- git push --tags
44
-
45
42
 
46
43
 
47
44
  echo "Done!"
@@ -1,3 +1,3 @@
1
1
  module GitNotifiedOnTrello
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
@@ -34,11 +34,11 @@ module GitNotifiedOnTrello
34
34
  comment = "\n"
35
35
  comment+= "** ...whrr.. This is an automated post by the Trello Robot.. bzz.. **\n"
36
36
  comment+= "\n"
37
- comment+= "Branch *#{branch}*\n"
37
+ comment+= "#{author} pushed a change to **#{branch}**\n"
38
38
  comment+= "\n"
39
- comment+= "#{author} committed #[#{commit}](https://github.com/Extrabux/Extrabux-Complete/commits/#{commit})\n"
39
+ comment+= "#{cardMessage}\n"
40
40
  comment+= "\n"
41
- comment+= "#{cardMessage}"
41
+ comment+= "View the change on Github: [#{commit}](https://github.com/Extrabux/Extrabux-Complete/commit/#{commit})\n"
42
42
 
43
43
  if(@debug)
44
44
  print comment
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: git_notified_on_trello
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
  - Stephen Johnson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-06 00:00:00.000000000 Z
11
+ date: 2014-12-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler