capistrano-harrow 0.5.1 → 0.5.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 +4 -4
- data/LICENSE.txt +21 -0
- data/capistrano-harrow.gemspec +1 -0
- data/lib/capistrano/harrow/version.rb +1 -1
- metadata +6 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2a002c81d9828f072d63710add23594120da315a
|
|
4
|
+
data.tar.gz: 638598b53f7320895d9564a1f917fe0c001c6f08
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ed10715542a982c91949b7e831b23bfe79d3ba123abf43c3e6a2c28c5c4c06a8c318857bf394d353019cb039382784e1d8b0c71f7213c3dab32d2ffa287b25a5
|
|
7
|
+
data.tar.gz: af44b4ed6d5a36049cebe50f2f4c5f70fc92ab2cedf1dcd3c8d61924084a9fc4002f742c750f2424ce546af3055c0e82d6c56c5e0ac4f29b548a60ea8ee172e0
|
data/LICENSE.txt
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2016 Harrow GmbH
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
data/capistrano-harrow.gemspec
CHANGED
|
@@ -13,6 +13,7 @@ Gem::Specification.new do |spec|
|
|
|
13
13
|
spec.summary = %q{A plugin to improve the user experience for users of Capistrano and Harrow}
|
|
14
14
|
spec.description = %q{Hooks to allow people experiencing problems with Capistrano to register with a service to get help and have a smoother workflow.}
|
|
15
15
|
spec.homepage = "https://github.com/harrowio/capistrano-harrow"
|
|
16
|
+
spec.license = "MIT"
|
|
16
17
|
|
|
17
18
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
|
18
19
|
spec.bindir = "exe"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: capistrano-harrow
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Lee Hambley
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: exe
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2016-
|
|
12
|
+
date: 2016-06-21 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bundler
|
|
@@ -120,6 +120,7 @@ extra_rdoc_files: []
|
|
|
120
120
|
files:
|
|
121
121
|
- ".gitignore"
|
|
122
122
|
- Gemfile
|
|
123
|
+
- LICENSE.txt
|
|
123
124
|
- README.md
|
|
124
125
|
- Rakefile
|
|
125
126
|
- bin/console
|
|
@@ -139,7 +140,8 @@ files:
|
|
|
139
140
|
- lib/capistrano/harrow/ui/tty.rb
|
|
140
141
|
- lib/capistrano/harrow/version.rb
|
|
141
142
|
homepage: https://github.com/harrowio/capistrano-harrow
|
|
142
|
-
licenses:
|
|
143
|
+
licenses:
|
|
144
|
+
- MIT
|
|
143
145
|
metadata: {}
|
|
144
146
|
post_install_message: |2+
|
|
145
147
|
|
|
@@ -166,7 +168,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
166
168
|
version: '0'
|
|
167
169
|
requirements: []
|
|
168
170
|
rubyforge_project:
|
|
169
|
-
rubygems_version: 2.
|
|
171
|
+
rubygems_version: 2.6.3
|
|
170
172
|
signing_key:
|
|
171
173
|
specification_version: 4
|
|
172
174
|
summary: A plugin to improve the user experience for users of Capistrano and Harrow
|