slackistrano 0.1.2 → 0.1.3
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/lib/slackistrano/version.rb +1 -1
- data/slackistrano.gemspec +4 -2
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1c2ee0ca25959853e0f4ae87f633a6851f1d1a83
|
|
4
|
+
data.tar.gz: e9bc72f30022be1d64e783dd17a1a87c227c75e6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: daf47277197435ea589ae3e3958c75c31f8ed7aa62f976d94b54c339ffaf4d5f52863dc8035180cbb2290fb3f68fce00d345b923939cf0fe31869c60ca48e69a
|
|
7
|
+
data.tar.gz: 9758103dfaba150efecd98e85916afc24cf5a2c96d63d695fd7470047e60df907a1d3a259c41b7a5625c589ac3921a8036c284ef31253a552aa43cfce4a1e44a
|
data/lib/slackistrano/version.rb
CHANGED
data/slackistrano.gemspec
CHANGED
|
@@ -8,11 +8,13 @@ Gem::Specification.new do |gem|
|
|
|
8
8
|
gem.version = Slackistrano::VERSION
|
|
9
9
|
gem.authors = ["Philip Hallstrom"]
|
|
10
10
|
gem.email = ["philip@supremegolf.com"]
|
|
11
|
-
gem.description = %q{}
|
|
12
|
-
gem.summary = %q{}
|
|
11
|
+
gem.description = %q{Send notifications to Slack about Capistrano deployments.}
|
|
12
|
+
gem.summary = %q{Send notifications to Slack about Capistrano deployments.}
|
|
13
13
|
gem.homepage = "https://github.com/supremegolf/slackistrano"
|
|
14
14
|
gem.license = 'MIT'
|
|
15
15
|
|
|
16
|
+
gem.required_ruby_version = '>= 2.0.0'
|
|
17
|
+
|
|
16
18
|
gem.files = `git ls-files`.split($/)
|
|
17
19
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
|
18
20
|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: slackistrano
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Philip Hallstrom
|
|
@@ -66,7 +66,7 @@ dependencies:
|
|
|
66
66
|
- - ">="
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
68
|
version: '0'
|
|
69
|
-
description:
|
|
69
|
+
description: Send notifications to Slack about Capistrano deployments.
|
|
70
70
|
email:
|
|
71
71
|
- philip@supremegolf.com
|
|
72
72
|
executables: []
|
|
@@ -98,7 +98,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
98
98
|
requirements:
|
|
99
99
|
- - ">="
|
|
100
100
|
- !ruby/object:Gem::Version
|
|
101
|
-
version:
|
|
101
|
+
version: 2.0.0
|
|
102
102
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
103
103
|
requirements:
|
|
104
104
|
- - ">="
|
|
@@ -109,7 +109,7 @@ rubyforge_project:
|
|
|
109
109
|
rubygems_version: 2.4.3
|
|
110
110
|
signing_key:
|
|
111
111
|
specification_version: 4
|
|
112
|
-
summary:
|
|
112
|
+
summary: Send notifications to Slack about Capistrano deployments.
|
|
113
113
|
test_files:
|
|
114
114
|
- spec/capistrano_deploy_stubs.rake
|
|
115
115
|
- spec/spec_helper.rb
|