mina_hipchat 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
  !binary "U0hBMQ==":
3
- metadata.gz: 20bc5c0b7cf672295b03ad58ff3bdffc52f22aba
4
- data.tar.gz: 380d5437264ac7858bf5480bb2fdf04d8e8c034e
3
+ metadata.gz: 53c034a56ae539ee0c89e9fe6f425c77bdbdabf3
4
+ data.tar.gz: e2b397f58753cde27f0d4f50f4bc079f52d47cd8
5
5
  !binary "U0hBNTEy":
6
- metadata.gz: c53948c0912493f60b7183c68f54e267bb7d1f5694a169de30b6b03411f7f1881d33bad09d4a5aebb14a15632be491b1b39dff2f9b144164fd37dea672f62c81
7
- data.tar.gz: 2f8aa008c9dac6510107249f8878741340a978064428818d3c9c412d7fe25e814f8e556155c3c8a530587a58e83164012c7fa64fb5dd9cef38ad17503460aab5
6
+ metadata.gz: 421c281754b9bcbf8859196e0e615abb8cfea2e8c02e8a33af140a37a6c1a8d4ec5dd5f37874f7d7b8bdbedcb069c7e66e56fa2124035645e1953ce1b327966e
7
+ data.tar.gz: c2ca382198c52e5166b55106937c7b53b71181fa9a9d6a80f0837b38d89bd67329b6583fc42133f5d421221d83000869792601cf564ec7063ffe05c661d3178e
data/.gitignore CHANGED
@@ -6,3 +6,4 @@ test/dummy/db/*.sqlite3-journal
6
6
  test/dummy/log/*.log
7
7
  test/dummy/tmp/
8
8
  test/dummy/.sass-cache
9
+ *.gem
@@ -31,7 +31,7 @@ namespace :hipchat do
31
31
  message = "#{hipchat_author} is deploying #{application}..."
32
32
 
33
33
  for room in hipchat_rooms
34
- queue %[curl -X POST https://api.hipchat.com/v1/rooms/message -d "auth_token=#{hipchat_auth_token}&room_id=#{room}&from=#{hipchat_from}&message=#{message}&color=#{hipchat_color[:started]}" --silent > /dev/null]
34
+ queue %[curl -X POST https://api.hipchat.com/v1/rooms/message -d "auth_token=#{hipchat_auth_token}&room_id=#{room}&from=#{hipchat_from}&message=#{message}&color=#{hipchat_colors[:started]}" --silent > /dev/null]
35
35
  end
36
36
  end
37
37
 
@@ -42,7 +42,7 @@ namespace :hipchat do
42
42
  message = "#{hipchat_author} finished deploying #{application}. See it here: <a href='http://#{domain}'>http://#{domain}</a>"
43
43
 
44
44
  for room in hipchat_rooms
45
- queue %[curl -X POST https://api.hipchat.com/v1/rooms/message -d "auth_token=#{hipchat_auth_token}&room_id=#{room}&from=#{hipchat_from}&message=#{message}&color=#{hipchat_color[:finished]}&type=html" --silent >/dev/null]
45
+ queue %[curl -X POST https://api.hipchat.com/v1/rooms/message -d "auth_token=#{hipchat_auth_token}&room_id=#{room}&from=#{hipchat_from}&message=#{message}&color=#{hipchat_colors[:finished]}&type=html" --silent >/dev/null]
46
46
  end
47
47
  end
48
48
 
@@ -1,3 +1,3 @@
1
1
  module MinaHipchat
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mina_hipchat
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
  - Mike Bajur
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-02-12 00:00:00.000000000 Z
11
+ date: 2014-02-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mina