overlay 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9b6840ab0ba5c0c700274450f6b242a591b2d146
4
- data.tar.gz: e756154aa59c2298dbe7baccd41903eedaeba8d1
3
+ metadata.gz: 8479a9240cb271370971581ea99894ba3464648a
4
+ data.tar.gz: c8d636d1baf6a65e27f7446c430a47239cc78dca
5
5
  SHA512:
6
- metadata.gz: 49e71a9ca1561218c68a63988ad154a95e356f1188dab141f28e45211d13072686de057673fff62a74c2ad39bb48bfb2d76389ff39274cd61baab9783fb3f743
7
- data.tar.gz: cadc0f26617de722bf5113357baf7e698d4ea3b6f01cbc6478691581594507c171b69e8c18851b0c120b4175e9dd5a4d3b5f35f597c686f86a148a7b79d4bbec
6
+ metadata.gz: b3b600fa435fb66f6efc679bee29ebc75f69f77d8fad8bf3eab56ec747d64b72b35f7805f4805a4c32190c22b0cb743ad250e3b2bbaa387816720e2b91f5cef6
7
+ data.tar.gz: 32a6d3df5db389f516ebe736d0cd68c7fd10798de560602d0a461c66357c990cf3a89a2062781dd1488dfb1a24c80991b13b3374d2b353dca49d031bc1485004
@@ -173,7 +173,7 @@ module Overlay
173
173
  end
174
174
 
175
175
  def overlay_directory path, repo_config
176
- FileUtils.mkdir_p destination_path(path, repo_config)
176
+ FileUtils.mkdir_p(destination_path(path, repo_config)) unless File.exists?(destination_path(path, repo_config))
177
177
  directory_entries = repo_config.github_api.contents.get(repo_config.org, repo_config.repo, path, ref: repo_config.branch).response.body
178
178
 
179
179
  directory_entries.each do |entry|
@@ -1,3 +1,3 @@
1
1
  module Overlay
2
- VERSION = "2.1.3"
2
+ VERSION = "2.1.4"
3
3
  end
@@ -1818,3 +1818,24 @@ Overlay found deleted file in hook: lib/test/test.rb
1818
1818
  Overlay found added file in hook: lib/test/test.rb
1819
1819
  Overlay found modified file in hook: lib/test/test.rb
1820
1820
  Overlay found deleted file in hook: lib/test/test.rb
1821
+ Overlay found added file in hook: lib/test/test.rb
1822
+ Overlay found modified file in hook: lib/test/test.rb
1823
+ Overlay found deleted file in hook: lib/test/test.rb
1824
+ Overlay found added file in hook: lib/test/test.rb
1825
+ Overlay found modified file in hook: lib/test/test.rb
1826
+ Overlay found deleted file in hook: lib/test/test.rb
1827
+ Overlay found added file in hook: lib/test/test.rb
1828
+ Overlay found modified file in hook: lib/test/test.rb
1829
+ Overlay found deleted file in hook: lib/test/test.rb
1830
+ Overlay found added file in hook: lib/test/test.rb
1831
+ Overlay found modified file in hook: lib/test/test.rb
1832
+ Overlay found deleted file in hook: lib/test/test.rb
1833
+ Overlay subscribing to redis channel: test_key
1834
+ Overlay register webhook for repo: org => test_org, repo => test_repo
1835
+ Overlay register webhook for repo: org => test_org, repo => test_repo
1836
+ Processing by Overlay::GithubController#update as HTML
1837
+ Rendered text template (0.0ms)
1838
+ Completed 200 OK in 6ms (Views: 5.3ms)
1839
+ Processing by Overlay::GithubController#update as HTML
1840
+ Parameters: {"ref"=>"refs/heads/master", "repository"=>{"name"=>"test_repo"}}
1841
+ Completed 200 OK in 0ms (Views: 0.2ms)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: overlay
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.3
4
+ version: 2.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steve Saarinen