capistrano3-notifier 0.5.0 → 0.5.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: 8c6b26db000c8cc4076ac491f8345825a1b226c7
4
- data.tar.gz: 940bd24c608aec2c7e8d3efb32ddc884626296d6
3
+ metadata.gz: a23f360d0cc6c0622d477ff652c092f0ae0a4b7e
4
+ data.tar.gz: 06d1acdddee2a9499fe162f6d3dc652abfe2e99a
5
5
  SHA512:
6
- metadata.gz: 62c6d92d9f4e3152690cc87066cbe94d5e526f6be259a103527c169b5e3d9e5eda247d5c5e447c825381c171aaef02cca177432f7b752609bc87bd67fbd97ca0
7
- data.tar.gz: 86fdd5549c72fe58d3008884fb6e60b6a9b3ed21b336f3a8be4d382be0d40f3e187eea295085d6dc5c4b5a531aaa110b81ce4699b2cd2429df0344ffa0f75634
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 = "http://github.com/cramerdev/capistrano-notifier"
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")
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module Notifier
3
- VERSION = '0.5.0'
3
+ VERSION = '0.5.1'
4
4
  end
5
5
  end
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.0
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-02-17 00:00:00.000000000 Z
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: http://github.com/cramerdev/capistrano-notifier
128
+ homepage: https://github.com/applicaster/capistrano3-notifier
129
129
  licenses: []
130
130
  metadata: {}
131
131
  post_install_message: