overlay 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
2
  SHA1:
3
- metadata.gz: 2a704612722dcf4b32bb66d84615f9df4e7951ef
4
- data.tar.gz: 773ab3695e26dd21937e859c4e3aeb372d77fa52
3
+ metadata.gz: cabd7786409aa0a618aeda21b8161b0d3494297a
4
+ data.tar.gz: c9e8f6369967bb4cf80d18a75757eda01bcf8a87
5
5
  SHA512:
6
- metadata.gz: 18adabde873278e10f7eb9deeec5fd705455b00bf5e97202f9b0689d09ade0dbe8f82b190917a09f7a423b82a7384e8d8210c30f4725b960a7ae951c233e0841
7
- data.tar.gz: 375b3de0283dc25d3452ba91d157bd043c7272386bae37ec4289af4bc10b17191b5afad666a7b5c2338210e5ae023745bc6f05f1b84e737a21688ba7d0069e64
6
+ metadata.gz: 1744aa454202d2677eb0d54b40afe8b33d3a9bd9157eadc7c3f624d53737676b04434bc0fda2e77dd6e8ac056cb5002c283d348445530d554cdeb84275c73d53
7
+ data.tar.gz: c7bc97dbc8c9237dad1fb9ab7d9da6c95d306057c32348b35deda837192867810c021de6f3e6288a6e11af94b79b98099b9fe6a82722a11cced23ad4a854a281
@@ -121,7 +121,7 @@ module Overlay
121
121
  # Retrieve Subscribe to a OverlayPublisher redis key
122
122
  # Fork a process that subscribes to the redis key and processes updates.
123
123
  def publisher_subscribe repo_config
124
- return unless @subscribed_configs.find_index(repo_config).nil?
124
+ return unless @subscribed_configs.index(repo_config).nil?
125
125
 
126
126
  # Validate our settings
127
127
  repo_config.validate
@@ -1,3 +1,3 @@
1
1
  module Overlay
2
- VERSION = "2.1.0"
2
+ VERSION = "2.1.1"
3
3
  end
@@ -1776,3 +1776,24 @@ Completed 200 OK in 7ms (Views: 6.3ms)
1776
1776
  Processing by Overlay::GithubController#update as HTML
1777
1777
  Parameters: {"ref"=>"refs/heads/master", "repository"=>{"name"=>"test_repo"}}
1778
1778
  Completed 200 OK in 0ms (Views: 0.2ms)
1779
+ Processing by Overlay::GithubController#update as HTML
1780
+ Rendered text template (0.0ms)
1781
+ Completed 200 OK in 4ms (Views: 3.4ms)
1782
+ Overlay found added file in hook: lib/test/test.rb
1783
+ Overlay found modified file in hook: lib/test/test.rb
1784
+ Overlay found deleted file in hook: lib/test/test.rb
1785
+ Overlay found added file in hook: lib/test/test.rb
1786
+ Overlay found modified file in hook: lib/test/test.rb
1787
+ Overlay found deleted file in hook: lib/test/test.rb
1788
+ Overlay found added file in hook: lib/test/test.rb
1789
+ Overlay found modified file in hook: lib/test/test.rb
1790
+ Overlay found deleted file in hook: lib/test/test.rb
1791
+ Overlay found added file in hook: lib/test/test.rb
1792
+ Overlay found modified file in hook: lib/test/test.rb
1793
+ Overlay found deleted file in hook: lib/test/test.rb
1794
+ Overlay subscribing to redis channel: test_key
1795
+ Overlay register webhook for repo: org => test_org, repo => test_repo
1796
+ Overlay register webhook for repo: org => test_org, repo => test_repo
1797
+ Processing by Overlay::GithubController#update as HTML
1798
+ Parameters: {"ref"=>"refs/heads/master", "repository"=>{"name"=>"test_repo"}}
1799
+ 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.0
4
+ version: 2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steve Saarinen