capistrano-fiesta 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
- SHA1:
3
- metadata.gz: 8f010bb9039fa82e07e219c54a0b7b530a9cade7
4
- data.tar.gz: 3e5456f6b83a98622e60ea8d2cf8972c1fa42ed8
2
+ SHA256:
3
+ metadata.gz: 94c35159b3500de261c1d5379d8090ec8eb40af005ea96b761d32f4e1a3753c0
4
+ data.tar.gz: 6ebaaf1e14e76b369dc1ca43b4adfbd55d1605a30e21abda9762753f5c4ae4dd
5
5
  SHA512:
6
- metadata.gz: 33f72bc52aa7123c62b93bbb904a3ec982cb2065e772a3a80a38c541df67a9c8f0676f9ebc908c50776c1b5bc861b1a4306d9031ad60a0ac486c27d7f889baa1
7
- data.tar.gz: 20454225af79117493fa8f0aca410e9f65bedb898b5966531691b3ae0afa9b8cf288315f1f4d73dc106096251dd1107014dc579a3cfcf302dce1390031c227ba
6
+ metadata.gz: e6705b8e1a4b65cee407de569c1323174817e27886ab49d78b390c65e1be47a93f976333a5ffeae7941c0f592f7c02e6594eb66aceae61b23ee2eae838bc9c01
7
+ data.tar.gz: 9e08860d74dc0caa3594ad782a3a76aab9eefb325248355853d901552561254d4392d9e37ae74fc22ccd718e94954a04514492085ca1d3c818f2139800125fcb
@@ -1,7 +1,6 @@
1
1
  notifications:
2
2
  email: false
3
3
  rvm:
4
- - 2.3.7
5
4
  - 2.4.4
6
5
  - 2.5.1
7
6
  sudo: false
@@ -23,7 +23,7 @@ module Capistrano
23
23
  end
24
24
 
25
25
  def default_config
26
- { access_token: hub_config["oauth_token"] }
26
+ { access_token: hub_config["oauth_token"] }.compact
27
27
  end
28
28
 
29
29
  def hub_config_path
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module Fiesta
3
- VERSION = "2.1.0"
3
+ VERSION = "2.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-fiesta
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
  - Jens Balvig
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-02-19 00:00:00.000000000 Z
11
+ date: 2019-04-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: attr_extras
@@ -218,7 +218,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
218
218
  version: '0'
219
219
  requirements: []
220
220
  rubyforge_project:
221
- rubygems_version: 2.6.14.3
221
+ rubygems_version: 2.7.6
222
222
  signing_key:
223
223
  specification_version: 4
224
224
  summary: Celebrate your releases!