dpl-pages 1.10.13 → 1.10.14

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: cee27bd2e746a95b19acdfe7c90db965bb25a0bdf263e93485a28d0a2c56f489
4
- data.tar.gz: 63e6431fea1bb96062be795d1d05b05a6411a4bfd8a9f203099fb75e30fdc841
3
+ metadata.gz: 98b80a1e0ac56bc62489a5c096511bc0f7a522f5d68b1d8d216d35d9c7876c36
4
+ data.tar.gz: 267ac8255d63f04e109222c1f70f47e82d842d4d23db26741d264450ba169d33
5
5
  SHA512:
6
- metadata.gz: 802c795dc61fd9e4bdf87e739a68068cb5dd39616afe16848c2bdd6b162c706be5bdff69c423133d289ac32c93fed045c3be0f8129566367f2b13e1b38c344b3
7
- data.tar.gz: 9e0cce898ec6c3aef955c90eb5fcb1df5bb707358ffb7278ca06f4a21898bc0647c89b6f69e1b56afae27b7ba443d8ac97fa8d1ccc8e5b4852766e4f2f0748a8
6
+ metadata.gz: 608b0f54e24973f46c3a61bc7933e84f7e64361e8e10b335348fcab08fb783474ccc3c0c0922fb21ec13f2208bd04cfadbc293dc0921c353495bb9ac48ef1b1d
7
+ data.tar.gz: 1205355ac7bed6777d582d0764b0548c87d90e2d0844c42ca007c0d8eb70ea76acdbf91a69daae55e943c4d58505af75f82c750e89482a1d0f0d670e15a42543
@@ -34,7 +34,7 @@ module DPL
34
34
  @target_branch = options[:target_branch] || 'gh-pages'
35
35
 
36
36
  @gh_fqdn = fqdn
37
- @gh_url = options[:github_url] || 'github.com'
37
+ @gh_url = options[:url] || options[:github_url] || 'github.com'
38
38
  @keep_history = !!keep_history
39
39
  @allow_empty_commit = !!allow_empty_commit
40
40
  @committer_from_gh = !!committer_from_gh
@@ -53,7 +53,7 @@ module DPL
53
53
  end
54
54
 
55
55
  def gh_token
56
- @gh_token ||= option(:github_token)
56
+ @gh_token ||= option(:github_token, :token)
57
57
  end
58
58
 
59
59
  def gh_remote_url
@@ -1,3 +1,3 @@
1
1
  module DPL
2
- VERSION = '1.10.13'
2
+ VERSION = '1.10.14'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dpl-pages
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.10.13
4
+ version: 1.10.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Konstantin Haase
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-09-27 00:00:00.000000000 Z
11
+ date: 2019-11-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dpl
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 1.10.13
19
+ version: 1.10.14
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 1.10.13
26
+ version: 1.10.14
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: octokit
29
29
  requirement: !ruby/object:Gem::Requirement