capistrano-pinned_releases 1.0.0 → 1.0.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
  SHA256:
3
- metadata.gz: e9eb06bbc1091855f3aa33d024cd4798b51a79d100cb3009ac7cf1e8e0fa409b
4
- data.tar.gz: 21e59938678f9980b3d9dda91453310c98bc5e2af495167e2090d60a8654a54d
3
+ metadata.gz: 5958113e0206c67d49feee190868f3e64db5a2a0f9bdd12b77755586bb0f25f3
4
+ data.tar.gz: fcb474419333c930979a759515891f98b4c44fe0cdc842d3ddb68cdfeb1336d4
5
5
  SHA512:
6
- metadata.gz: 9a21f6c8ca0ea9aded3251312d47148ba62d2d5cef63483c6dd7b36d7984da31355b9b3f32a7003f9b396e1032b55a0bc41b5ee065ed08d5ad1acf28f03ceb6b
7
- data.tar.gz: 09e708442c8c547be07091c1e75590a0fede7ed6880da5ff15e412c9e6e111dfc3b7b7db244f387a6d0330d71e883b7522b2dde290e02e8ca2c1651fc841cbc7
6
+ metadata.gz: c16b36fe5a9ad05401e7d6108ef950b0e4041e57bd8b1e7a02e95ce62d9af73308c73f92ded7c94457136b5e8b42d005100c0263721b60915c72716ea79a6980
7
+ data.tar.gz: af5d7ef732cbab157f6d34c913639496c1331474f69db98659afff1a7aaf838c9c7c88fe6da0c5718e6d1a107e09dcf34889f7ea516a4eea3213160804bd8fa1
@@ -9,12 +9,12 @@ Gem::Specification.new do |spec|
9
9
  spec.version = Capistrano::PinnedReleases::VERSION
10
10
  spec.authors = ["Swanand Pagnis"]
11
11
  spec.email = ["swanand.pagnis@gmail.com"]
12
- spec.summary = "Pin and unpin releases. Pinned releases are not deleted during cleanup"
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
14
 
15
15
  spec.description = <<~TEXT
16
- "Pin releases: Pin an arbitrary release and prevent it from getting deleted during `deploy:cleanup`.
17
- Unpin the release to unprotect it"
16
+ Capistrano extension to pin and unpin releases. Pinned releases don't get deleted during `deploy:cleanup`.
17
+ Unpin the release to unprotect it.
18
18
  TEXT
19
19
 
20
20
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Capistrano
4
4
  module PinnedReleases
5
- VERSION = "1.0.0"
5
+ VERSION = "1.0.1"
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.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Swanand Pagnis
@@ -67,8 +67,8 @@ dependencies:
67
67
  - !ruby/object:Gem::Version
68
68
  version: '10.0'
69
69
  description: |
70
- "Pin releases: Pin an arbitrary release and prevent it from getting deleted during `deploy:cleanup`.
71
- Unpin the release to unprotect it"
70
+ Capistrano extension to pin and unpin releases. Pinned releases don't get deleted during `deploy:cleanup`.
71
+ Unpin the release to unprotect it.
72
72
  email:
73
73
  - swanand.pagnis@gmail.com
74
74
  executables: []
@@ -113,5 +113,6 @@ rubyforge_project:
113
113
  rubygems_version: 2.7.8
114
114
  signing_key:
115
115
  specification_version: 4
116
- summary: Pin and unpin releases. Pinned releases are not deleted during cleanup
116
+ summary: Capistrano extension to pin and unpin releases. Pinned releases don't get
117
+ deleted during cleanup
117
118
  test_files: []