capistrano-releases-notification 0.1.1 → 0.1.2

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: 860533c402ab7319af7cbc33d00e0e109d8f65f6
4
- data.tar.gz: 3382dfa9d451a1835cd178c2be3abd494717e890
3
+ metadata.gz: 90157de8a51106b8f307b743cf638bcffd436abe
4
+ data.tar.gz: cd3f1f0250ac5a798b6f4039196837c54d73f2bc
5
5
  SHA512:
6
- metadata.gz: 289553be9c57a3cad5ffd1ec09be6e9019bd8c524eb6919c788763f229ef63b03f4f0365489807b82426b0b7cbbf53cbaeeb3332b12b1eb7ee2d658cb26c21b5
7
- data.tar.gz: 6b4c14a2824c648df12b63252854e5171327348f920f34183a285e928aad8c94faa22899719a1b983ed4dd9ee6897316e94c9b2ce711401b3ee97a96e09e4011
6
+ metadata.gz: a00da42c54dadaf2bf93920a81920074866a665e66a9ebcf6dbf4cb73b1e68dcc5b7330473d0787f5ba09c7d75cc215d05fbb1b85604fb728499ba8d9375290b
7
+ data.tar.gz: 64a59909bc10accbd8fb942b57f0f02382c39e8b77f9a7ba34eedd0cf6462e10071ba33a2aaa5c5241a5d2aa33e617e3aca827273820c5119c74432dc2b840d1
data/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  [![Gem Version](https://badge.fury.io/rb/capistrano-releases-notification.svg)](https://badge.fury.io/rb/capistrano-releases-notification)
4
4
 
5
+ ![capistrano.png](https://raw.githubusercontent.com/kimromi/capistrano-releases-notification/master/images/capistrano.png)
6
+
5
7
  Notify github releases to slack for Capistrano ver3.
6
8
 
7
9
  ## Installation
@@ -41,7 +43,7 @@ after 'deploy:finishing', 'release:notify'
41
43
 
42
44
  ## Contributing
43
45
 
44
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/capistrano-releases-notification. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
46
+ Bug reports and pull requests are welcome on GitHub at https://github.com/kimromi/capistrano-releases-notification. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
45
47
 
46
48
 
47
49
  ## Author
Binary file
@@ -1,7 +1,7 @@
1
1
  module Capistrano
2
2
  module Releases
3
3
  module Notification
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.2"
5
5
  end
6
6
  end
7
7
  end
@@ -15,6 +15,7 @@ namespace :release do
15
15
 
16
16
  desc "notify release to slack"
17
17
  task :notify do
18
+ Rake::Task['github:releases:authentication'].reenable
18
19
  invoke 'github:releases:authentication'
19
20
 
20
21
  fetch(:release_notify_channel).each do |channel|
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-releases-notification
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - kimromi
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-06-29 00:00:00.000000000 Z
11
+ date: 2017-05-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capistrano
@@ -96,6 +96,7 @@ files:
96
96
  - README.md
97
97
  - Rakefile
98
98
  - capistrano-releases-notification.gemspec
99
+ - images/capistrano.png
99
100
  - lib/capistrano/releases/notification.rb
100
101
  - lib/capistrano/releases/notification/version.rb
101
102
  - lib/capistrano/tasks/releases_notification.rake
@@ -119,7 +120,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
119
120
  version: '0'
120
121
  requirements: []
121
122
  rubyforge_project:
122
- rubygems_version: 2.2.2
123
+ rubygems_version: 2.5.2
123
124
  signing_key:
124
125
  specification_version: 4
125
126
  summary: gitHub release and slack notification for Capistrano v3