capistrano-releases-notification 0.1.1 → 0.1.2
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 90157de8a51106b8f307b743cf638bcffd436abe
|
|
4
|
+
data.tar.gz: cd3f1f0250ac5a798b6f4039196837c54d73f2bc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a00da42c54dadaf2bf93920a81920074866a665e66a9ebcf6dbf4cb73b1e68dcc5b7330473d0787f5ba09c7d75cc215d05fbb1b85604fb728499ba8d9375290b
|
|
7
|
+
data.tar.gz: 64a59909bc10accbd8fb942b57f0f02382c39e8b77f9a7ba34eedd0cf6462e10071ba33a2aaa5c5241a5d2aa33e617e3aca827273820c5119c74432dc2b840d1
|
data/README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://badge.fury.io/rb/capistrano-releases-notification)
|
|
4
4
|
|
|
5
|
+

|
|
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/
|
|
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
|
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.
|
|
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:
|
|
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.
|
|
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
|