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 +4 -4
- data/capistrano-bundler.gemspec +1 -1
- data/lib/capistrano/tasks/bundler.cap +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: add672727a645ed63290bf196f0def7a93582682be459c1666267a1e56bd6ecb
|
|
4
|
+
data.tar.gz: 3e7b99b2e88b09ce5ce2f31693ebf96ed566c48b663088955deca0946bb39314
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 585443fd8ac6892fdf9659e8db42014d4b8e0e77eed002ffb696abf566ab39bc7fafab7ef98637762cfc7006b4a5f1b15a563896756b7c034dcb91c601dbb193
|
|
7
|
+
data.tar.gz: 71bb2e8dcf9c6ed6410c1840e26bf90a18f4f58ba3ac05331af9a80068353260c97b63fc248150245bbbae8f81ecc6d48675445718563f881e5ef9e4c3c1d478
|
data/capistrano-bundler.gemspec
CHANGED
|
@@ -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.
|
|
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
|
|
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.
|
|
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:
|
|
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.
|
|
117
|
+
rubygems_version: 3.5.16
|
|
118
118
|
signing_key:
|
|
119
119
|
specification_version: 4
|
|
120
120
|
summary: Bundler support for Capistrano 3.x
|