capistrano-bundler 2.1.0 → 2.1.1

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: eea30bf997db801e1bbb1932f44b0172b4e73c58a661aff968852cb96ad581db
4
- data.tar.gz: 502e0187165f65283064bcd1eb7d6c686a932d6f50baea3f95a6260c29cbf610
3
+ metadata.gz: add672727a645ed63290bf196f0def7a93582682be459c1666267a1e56bd6ecb
4
+ data.tar.gz: 3e7b99b2e88b09ce5ce2f31693ebf96ed566c48b663088955deca0946bb39314
5
5
  SHA512:
6
- metadata.gz: a996ce4e27d4a0f0253ac97e07bc839eeaf08195e30cf974db5ec8ea8b28e8a626e54d21b6ec5b31c9fcb31371569239eec9f359d97766ca42aeb6711e06b61e
7
- data.tar.gz: 8e5ee6e16316078c4772311bb1346dab824eb648c4b1daeee129a1530e039e5fa251f044037ea3dcfb1985b8320ad9a8218d8426d7c36912bc583507271b8277
6
+ metadata.gz: 585443fd8ac6892fdf9659e8db42014d4b8e0e77eed002ffb696abf566ab39bc7fafab7ef98637762cfc7006b4a5f1b15a563896756b7c034dcb91c601dbb193
7
+ data.tar.gz: 71bb2e8dcf9c6ed6410c1840e26bf90a18f4f58ba3ac05331af9a80068353260c97b63fc248150245bbbae8f81ecc6d48675445718563f881e5ef9e4c3c1d478
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = 'capistrano-bundler'
7
- spec.version = '2.1.0'
7
+ spec.version = '2.1.1'
8
8
  spec.license = 'MIT'
9
9
  spec.authors = ['Tom Clements', 'Lee Hambley', 'Kir Shatrov']
10
10
  spec.email = ['seenmyfate@gmail.com', 'lee.hambley@gmail.com', 'shatrov@me.com']
@@ -2,7 +2,7 @@ require "shellwords"
2
2
 
3
3
  namespace :bundler do
4
4
  desc <<-DESC
5
- Configure the Bundler environment for the release so that subequent
5
+ Configure the Bundler environment for the release so that subsequent
6
6
  `bundle check`, `bundle install`, `bundle clean`, and `bundle exec`
7
7
  commands all behave consistently. The following settings will be
8
8
  turned into the appropriate `bundle config` executions:
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-bundler
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Clements
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2022-05-28 00:00:00.000000000 Z
13
+ date: 2024-08-06 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: capistrano
@@ -114,7 +114,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
114
114
  - !ruby/object:Gem::Version
115
115
  version: '0'
116
116
  requirements: []
117
- rubygems_version: 3.3.13
117
+ rubygems_version: 3.5.16
118
118
  signing_key:
119
119
  specification_version: 4
120
120
  summary: Bundler support for Capistrano 3.x