capistrano-pinned_releases 1.0.1 → 1.0.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
  SHA256:
3
- metadata.gz: 5958113e0206c67d49feee190868f3e64db5a2a0f9bdd12b77755586bb0f25f3
4
- data.tar.gz: fcb474419333c930979a759515891f98b4c44fe0cdc842d3ddb68cdfeb1336d4
3
+ metadata.gz: 17a2c78c299558badb70bc7acb2ed416087303c21b13053e60cecd4328ec6c17
4
+ data.tar.gz: a81819ec66a2d42e33c26d2d9cf0d75c21a6b4d69e5932be37d499115d04b019
5
5
  SHA512:
6
- metadata.gz: c16b36fe5a9ad05401e7d6108ef950b0e4041e57bd8b1e7a02e95ce62d9af73308c73f92ded7c94457136b5e8b42d005100c0263721b60915c72716ea79a6980
7
- data.tar.gz: af5d7ef732cbab157f6d34c913639496c1331474f69db98659afff1a7aaf838c9c7c88fe6da0c5718e6d1a107e09dcf34889f7ea516a4eea3213160804bd8fa1
6
+ metadata.gz: a163ec6280e8188a5740346dad20489ffbb65761a3e14db7e0f5ffe4d5dc7b5d37676d95ffe7ce027e285158f0189339afaf9b964c10c4fb2d28493ef6d2dd56
7
+ data.tar.gz: 85981c44b2db40ebf22b94feb4a252b7a436819957af932cfcc1c73e02db671d0e881228dc030a8cc7991973c9b5dbcba9e9ed3f890e7c80b55c373ae75af96d
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- capistrano-pinned_releases (1.0.0)
4
+ capistrano-pinned_releases (1.0.1)
5
5
  capistrano (~> 3.4)
6
6
  capistrano-bundler (~> 1.1)
7
7
 
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2019 Swanand Pagnis
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.
@@ -11,6 +11,7 @@ Gem::Specification.new do |spec|
11
11
  spec.email = ["swanand.pagnis@gmail.com"]
12
12
  spec.summary = "Capistrano extension to pin and unpin releases. Pinned releases don't get deleted during cleanup"
13
13
  spec.homepage = "https://github.com/swanandp/capistrano-pinned_releases"
14
+ spec.required_ruby_version = "~> 2.3.1"
14
15
 
15
16
  spec.description = <<~TEXT
16
17
  Capistrano extension to pin and unpin releases. Pinned releases don't get deleted during `deploy:cleanup`.
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Capistrano
4
4
  module PinnedReleases
5
- VERSION = "1.0.1"
5
+ VERSION = "1.0.2"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-pinned_releases
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Swanand Pagnis
@@ -80,6 +80,7 @@ files:
80
80
  - CHANGELOG.md
81
81
  - Gemfile
82
82
  - Gemfile.lock
83
+ - LICENSE
83
84
  - README.md
84
85
  - Rakefile
85
86
  - bin/setup
@@ -100,9 +101,9 @@ require_paths:
100
101
  - lib
101
102
  required_ruby_version: !ruby/object:Gem::Requirement
102
103
  requirements:
103
- - - ">="
104
+ - - "~>"
104
105
  - !ruby/object:Gem::Version
105
- version: '0'
106
+ version: 2.3.1
106
107
  required_rubygems_version: !ruby/object:Gem::Requirement
107
108
  requirements:
108
109
  - - ">="