capistrano-rbenv 2.1.3 → 2.1.4
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 +5 -5
- data/CHANGELOG.md +6 -1
- data/capistrano-rbenv.gemspec +3 -1
- metadata +5 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 1f83457026489a569b492331e2e53a9bbe916e644501bdaa3a61f1869abb6ac8
|
|
4
|
+
data.tar.gz: 8c5b9e761367edfa617cdc78481c26a93f0c8a634d589cc32dd92747db1835ed
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: eb94532e2cb92d135c57470801b39fdda1cce4c2b5a1ecbb1c69839877cb1579462055d4ba97d59d2a46cd22ebe89b1d9024ce60e51478ba4d1a2a1d9b858292
|
|
7
|
+
data.tar.gz: 7938c381dbffa37a1f56282ada2c03b83ce8d223901d87b2704112ac99b2bfed95c48035d6b91d918d7a6803e464c581b0a32c19aed74c0e7f414d6781bc4105
|
data/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
* Your contribution here!
|
|
4
4
|
|
|
5
|
+
# [2.1.4][] (8 Sep 2018)
|
|
6
|
+
|
|
7
|
+
* [#82](https://github.com/capistrano/rbenv/pull/82): Specify MIT license in gemspec
|
|
8
|
+
|
|
5
9
|
# [2.1.3][] (11 Nov 2017)
|
|
6
10
|
|
|
7
11
|
* [#75](https://github.com/capistrano/rbenv/pull/75): Enforce uniqueness of rbenv_map_bins.
|
|
@@ -54,7 +58,8 @@ Capistrano 3 -ready release.
|
|
|
54
58
|
Versions < 2.0 are located in another repo: https://github.com/yyuu/capistrano-rbenv
|
|
55
59
|
|
|
56
60
|
|
|
57
|
-
[master]: https://github.com/capistrano/rbenv/compare/v2.1.
|
|
61
|
+
[master]: https://github.com/capistrano/rbenv/compare/v2.1.4...HEAD
|
|
62
|
+
[2.1.4]: https://github.com/capistrano/rbenv/compare/v2.1.3...v2.1.4
|
|
58
63
|
[2.1.3]: https://github.com/capistrano/rbenv/compare/v2.1.2...v2.1.3
|
|
59
64
|
[2.1.2]: https://github.com/capistrano/rbenv/compare/v2.1.1...v2.1.2
|
|
60
65
|
[2.1.1]: https://github.com/capistrano/rbenv/compare/v2.1.0...v2.1.1
|
data/capistrano-rbenv.gemspec
CHANGED
|
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
|
4
4
|
|
|
5
5
|
Gem::Specification.new do |gem|
|
|
6
6
|
gem.name = "capistrano-rbenv"
|
|
7
|
-
gem.version = '2.1.
|
|
7
|
+
gem.version = '2.1.4'
|
|
8
8
|
gem.authors = ["Kir Shatrov", "Yamashita Yuu"]
|
|
9
9
|
gem.email = ["shatrov@me.com", "yamashita@geishatokyo.com"]
|
|
10
10
|
gem.description = %q{rbenv integration for Capistrano}
|
|
@@ -15,6 +15,8 @@ Gem::Specification.new do |gem|
|
|
|
15
15
|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
|
|
16
16
|
gem.require_paths = ["lib"]
|
|
17
17
|
|
|
18
|
+
gem.licenses = ["MIT"]
|
|
19
|
+
|
|
18
20
|
gem.add_dependency 'capistrano', '~> 3.1'
|
|
19
21
|
gem.add_dependency 'sshkit', '~> 1.3'
|
|
20
22
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: capistrano-rbenv
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.1.
|
|
4
|
+
version: 2.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kir Shatrov
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2018-09-08 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: capistrano
|
|
@@ -74,7 +74,8 @@ files:
|
|
|
74
74
|
- lib/capistrano/rbenv.rb
|
|
75
75
|
- lib/capistrano/tasks/rbenv.rake
|
|
76
76
|
homepage: https://github.com/capistrano/rbenv
|
|
77
|
-
licenses:
|
|
77
|
+
licenses:
|
|
78
|
+
- MIT
|
|
78
79
|
metadata: {}
|
|
79
80
|
post_install_message:
|
|
80
81
|
rdoc_options: []
|
|
@@ -92,7 +93,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
92
93
|
version: '0'
|
|
93
94
|
requirements: []
|
|
94
95
|
rubyforge_project:
|
|
95
|
-
rubygems_version: 2.
|
|
96
|
+
rubygems_version: 2.7.7
|
|
96
97
|
signing_key:
|
|
97
98
|
specification_version: 4
|
|
98
99
|
summary: rbenv integration for Capistrano
|