capistrano-sumo 1.4.1 → 1.4.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7320b0a669bb776dd20ebe769b7854652e6434e29cf92d758efff768697960f5
4
- data.tar.gz: 8aac0eaab418c6402379119ceaf4a1ea75c24bf81419b658fd649a38f0b22547
3
+ metadata.gz: 71506ab24af5e01d01759890efb811b20354d763c8554f16da6fe9075196e2ad
4
+ data.tar.gz: e2850afaaee08e0650713dbd22c2d9b67a6ee68ddb4cc8c14e8b102285752fda
5
5
  SHA512:
6
- metadata.gz: c09f3a385d8aca2eee6d9ad07e31cd260f5f8dead0e7a085b61ee2d87cc43390ccd4ba4bc5b56c17107862cbf9fe138bbe53157b34640a2cfb31dea89662e515
7
- data.tar.gz: 29d108227785fa3aa169b2698a1043a2ff9a234b83f5ac68ad05e4b05a56b005970f62b17ca5ddfbd0ae6f14d277864fab28e24ac29c47147b3672d5ba757d95
6
+ metadata.gz: d99c8ca7f8e64e7efecb90c4b193277d198cb13960fcc241e6a448bbead6f6f982adea02e8bfd392749907be3f04fd5961314e518d8eb207117c1947456cfd24
7
+ data.tar.gz: 5993153b03c57859f782e1cd94f66d7021f8c5b817fccfdb1f4356cff8cc93652eba3febdfe6254cf0f2c1890256524c26da9f41f38f2eac2a7645bee814bf9e
data/.gitignore CHANGED
@@ -1,6 +1,5 @@
1
1
  /.bundle/
2
2
  /.yardoc
3
- /Gemfile.lock
4
3
  /_yardoc/
5
4
  /coverage/
6
5
  /doc/
data/Gemfile.lock ADDED
@@ -0,0 +1,28 @@
1
+ GEM
2
+ remote: https://rubygems.org/
3
+ specs:
4
+ diff-lcs (1.4.4)
5
+ rake (12.3.3)
6
+ rspec (3.10.0)
7
+ rspec-core (~> 3.10.0)
8
+ rspec-expectations (~> 3.10.0)
9
+ rspec-mocks (~> 3.10.0)
10
+ rspec-core (3.10.1)
11
+ rspec-support (~> 3.10.0)
12
+ rspec-expectations (3.10.1)
13
+ diff-lcs (>= 1.2.0, < 2.0)
14
+ rspec-support (~> 3.10.0)
15
+ rspec-mocks (3.10.2)
16
+ diff-lcs (>= 1.2.0, < 2.0)
17
+ rspec-support (~> 3.10.0)
18
+ rspec-support (3.10.2)
19
+
20
+ PLATFORMS
21
+ ruby
22
+
23
+ DEPENDENCIES
24
+ rake (~> 12.0)
25
+ rspec (~> 3.0)
26
+
27
+ BUNDLED WITH
28
+ 2.2.15
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module Sumo
3
- VERSION = '1.4.1'
3
+ VERSION = '1.4.2'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-sumo
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.1
4
+ version: 1.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tijs Verkoyen
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-05-12 00:00:00.000000000 Z
11
+ date: 2021-05-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -63,6 +63,7 @@ files:
63
63
  - ".rspec"
64
64
  - ".travis.yml"
65
65
  - Gemfile
66
+ - Gemfile.lock
66
67
  - LICENSE.md
67
68
  - README.md
68
69
  - Rakefile
@@ -79,7 +80,7 @@ homepage: https://github.com/tijsverkoyen/capistrano-sumo
79
80
  licenses:
80
81
  - MIT
81
82
  metadata: {}
82
- post_install_message:
83
+ post_install_message:
83
84
  rdoc_options: []
84
85
  require_paths:
85
86
  - lib
@@ -94,8 +95,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
94
95
  - !ruby/object:Gem::Version
95
96
  version: '0'
96
97
  requirements: []
97
- rubygems_version: 3.0.3
98
- signing_key:
98
+ rubygems_version: 3.0.8
99
+ signing_key:
99
100
  specification_version: 4
100
101
  summary: SumoCoders specific task for Capistrano 3.x.
101
102
  test_files: []