jumpup-hipchat 0.2.1 → 0.3.0

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
  SHA1:
3
- metadata.gz: 7b01aaf99bc100dcc76e15285ead16d396adac70
4
- data.tar.gz: 407731d9904e39df120546ceaef0bc3a210ac13f
3
+ metadata.gz: 6bc9e37002a446c170f86a083a26a824e4ccc038
4
+ data.tar.gz: 1dd34bac8725c4edd6714c6629b081e4a286ad03
5
5
  SHA512:
6
- metadata.gz: 8a1b95f7fd105eb55a903ccff0e19957fb210ffc3f5ba53b797473440474044724bd62cd32ded449cdd2788d80f3c9264f6f03453542b6f525dd343cc8b52ce6
7
- data.tar.gz: a2a938a36eddb15072ac2deb44250c77624b774400707e0b6e6481e0b11e53ee0e300a97aa88ec580efb909cb6bfdbf7101326bf44092ef04426c1d155f1e9cb
6
+ metadata.gz: 0d92d711b766f3b3e9a28c3eea69cfd992a03d717dda9793d6b9aefdf79d3e64072e39302e18d0ebc32034c1dbb65db295bb2f799e517b337e9095496e9f8b20
7
+ data.tar.gz: 9ab66b36b505e0ee7df2484f5b3712f71954ef177f49de02691fbe418ecd2ac09914d28b44f3c899e47869d553f5a5865848fc7927d12b4927781eafae4bbac8
@@ -1,5 +1,14 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.3.0 (Jun 23, 2014)
4
+
5
+ ### improvements
6
+
7
+ - Better announcement messages [[GH-20]] / [[GH-19]]
8
+
9
+ [GH-20]: https://github.com/Helabs/jumpup-hipchat/pull/20
10
+ [GH-19]: https://github.com/Helabs/jumpup-hipchat/issues/19
11
+
3
12
  ## 0.2.1 (May 23, 2014)
4
13
 
5
14
  ### bug fixes
data/README.md CHANGED
@@ -80,6 +80,7 @@ Please see [CONTRIBUTING.md](https://github.com/Helabs/jumpup-hipchat/blob/maste
80
80
  ## Maintainers
81
81
 
82
82
  - [Fábio Rehm](https://github.com/fgrehm)
83
+ - [Eduardo Fiorezi](https://github.com/eduardofiorezi)
83
84
 
84
85
  ## Release
85
86
 
@@ -24,11 +24,11 @@ module Jumpup
24
24
  end
25
25
 
26
26
  def announce
27
- send_message "[#{@git_branch}] User #{@git_user} started to integrate project #{@app_name}"
27
+ send_message "Is integrating [#{@app_name}] using [#{@git_branch}] branch"
28
28
  end
29
29
 
30
30
  def finish
31
- send_message "[#{@git_branch}] User #{@git_user} finished to integrate project #{@app_name}. Well done pro!"
31
+ send_message "Finished [#{@app_name}] integration from [#{@git_branch}] branch. Well done pro!"
32
32
  end
33
33
 
34
34
  private
@@ -1,5 +1,5 @@
1
1
  module Jumpup
2
2
  module Hipchat
3
- VERSION = "0.2.1"
3
+ VERSION = "0.3.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jumpup-hipchat
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - HE:labs
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-05-23 00:00:00.000000000 Z
11
+ date: 2014-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake