rundock-plugin-hook-slack 0.2.0 → 0.2.1

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: 69f26642f52530fd037c48c4d8281bea32746414
4
- data.tar.gz: b9b30b2bb29d3f5dd68e3e14f6eb1379b92b08c2
3
+ metadata.gz: 996fdebe71c6b90909a8ae0586faabdcbe4f8930
4
+ data.tar.gz: da433720b323b2f46a696ec368698f0fbcb7e465
5
5
  SHA512:
6
- metadata.gz: 6ab378642413f1abc24cbe6469606d4b0dfd4c231dc6a224579999eefdc734ca853af75dddf20be4a5fe513834d720bb1da7be772e6873d810755c02c88c0345
7
- data.tar.gz: 2312f20f964303e83979e11873f851369b816b55043f6037d24a9fddca489496883c57ee0772cf8a8f703b95a24698ae64c1a0c5c90120250ffe7f81727b573c
6
+ metadata.gz: b1378c7f6d63c3c662f69282b368a8673ad9d2d829aa5c03d234e1554758885283ab0ed11a4bb499fca9902a7dd383c0a8ce3aebb2a58066e620c610f7a47b74
7
+ data.tar.gz: 328c55e0f3716538655eeac7d843c4fbadaa92a6d00ff25d31ccc243b5832c86fb674bf46debf5ee7f8a445c860285eba622883c0154b0d04d4aa728b61fedf8
data/README.md CHANGED
@@ -62,7 +62,7 @@ and execute rundock.
62
62
 
63
63
  ## Contributing
64
64
 
65
- 1. Fork it ( https://github.com/[my-github-username]/rundock-plugin-operation-itamae/fork )
65
+ 1. Fork it ( https://github.com/[my-github-username]/rundock-plugin-hook-slack/fork )
66
66
  2. Create your feature branch (`git checkout -b my-new-feature`)
67
67
  3. Commit your changes (`git commit -am 'Add some feature'`)
68
68
  4. Push to the branch (`git push origin my-new-feature`)
@@ -16,7 +16,7 @@ module Rundock
16
16
 
17
17
  out_msg = ''
18
18
  log_buffer.each do |log|
19
- out_msg += log.formatted_message + "\n"
19
+ out_msg += log.formatted_message
20
20
  end
21
21
 
22
22
  Logger.debug("post args: #{post_args.to_s}")
@@ -2,7 +2,7 @@ module Rundock
2
2
  module Plugin
3
3
  module Hook
4
4
  module Slack
5
- VERSION = "0.2.0"
5
+ VERSION = "0.2.1"
6
6
  end
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rundock-plugin-hook-slack
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - hiracy
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-08-29 00:00:00.000000000 Z
11
+ date: 2015-08-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler