capistrano3-notifier 0.5.0 → 0.5.1
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 +4 -4
- data/capistrano3-notifier.gemspec +1 -1
- data/lib/capistrano/notifier/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a23f360d0cc6c0622d477ff652c092f0ae0a4b7e
|
|
4
|
+
data.tar.gz: 06d1acdddee2a9499fe162f6d3dc652abfe2e99a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 01b597d7d1df67998b696a7dfc9f32b526175affba5722addcf41d2b08f82da2a9cf5b3f14c62b26f299e60b10ab8e5e0d5b490aedd8bed2f223a0464c2ed592
|
|
7
|
+
data.tar.gz: 01b6c2a563b628020a9f1ef0ee48c6e5b28469b13686cf2be8b6b7c8d0f20504cd34bdcb2a6696a9b646d543f9ce5ba08b7ddc780219ca85fa462d8f958f4ad5
|
|
@@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
|
|
|
6
6
|
gem.email = ["sysadmin@cramerdev.com"]
|
|
7
7
|
gem.summary = %q{Capistrano3 Notifier}
|
|
8
8
|
gem.description = %q{Simple notification hooks for Capistrano3}
|
|
9
|
-
gem.homepage = "
|
|
9
|
+
gem.homepage = "https://github.com/applicaster/capistrano3-notifier"
|
|
10
10
|
|
|
11
11
|
gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
|
12
12
|
gem.files = `git ls-files`.split("\n")
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: capistrano3-notifier
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Justin Campbell
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2015-
|
|
13
|
+
date: 2015-04-17 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: actionmailer
|
|
@@ -125,7 +125,7 @@ files:
|
|
|
125
125
|
- spec/lib/capistrano/notifier/helpers/mail_spec.rb
|
|
126
126
|
- spec/lib/capistrano/notifier/helpers/statsd_spec.rb
|
|
127
127
|
- spec/spec_helper.rb
|
|
128
|
-
homepage:
|
|
128
|
+
homepage: https://github.com/applicaster/capistrano3-notifier
|
|
129
129
|
licenses: []
|
|
130
130
|
metadata: {}
|
|
131
131
|
post_install_message:
|