capistrano-harrow 0.5.1 → 0.5.2

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: 23a17dc75e79364c71c8df9f5a20599d3c70b54b
4
- data.tar.gz: 6fb50284929df18720ada02f37a750189803e3fa
3
+ metadata.gz: 2a002c81d9828f072d63710add23594120da315a
4
+ data.tar.gz: 638598b53f7320895d9564a1f917fe0c001c6f08
5
5
  SHA512:
6
- metadata.gz: 92cfa75f1a7464cfdde798d833ab89756da7e9800f5f6f52bb560a9f81a25d7b43e232d7454e2c62f4e8b091e51e9d61e263a8f1314a2210ecac595c0d72560d
7
- data.tar.gz: 5231002962be9e53788c387a4acd58c8524094ce339b7ec7aca0fe3808c204043b8e46ee54b01c85641261cfb587e698c0d9b9a68d73f1bb1dbf6e0f16ee7547
6
+ metadata.gz: ed10715542a982c91949b7e831b23bfe79d3ba123abf43c3e6a2c28c5c4c06a8c318857bf394d353019cb039382784e1d8b0c71f7213c3dab32d2ffa287b25a5
7
+ data.tar.gz: af44b4ed6d5a36049cebe50f2f4c5f70fc92ab2cedf1dcd3c8d61924084a9fc4002f742c750f2424ce546af3055c0e82d6c56c5e0ac4f29b548a60ea8ee172e0
@@ -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.
@@ -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"
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module Harrow
3
- VERSION = "0.5.1"
3
+ VERSION = "0.5.2"
4
4
  end
5
5
  end
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.1
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-05-06 00:00:00.000000000 Z
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.4.8
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