overlay 2.1.1 → 2.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cabd7786409aa0a618aeda21b8161b0d3494297a
4
- data.tar.gz: c9e8f6369967bb4cf80d18a75757eda01bcf8a87
3
+ metadata.gz: b99b4bd6bf5607973d495ab9b54856a980beee66
4
+ data.tar.gz: 858183f15a9cbce320a23da74f1748cdbd4a269e
5
5
  SHA512:
6
- metadata.gz: 1744aa454202d2677eb0d54b40afe8b33d3a9bd9157eadc7c3f624d53737676b04434bc0fda2e77dd6e8ac056cb5002c283d348445530d554cdeb84275c73d53
7
- data.tar.gz: c7bc97dbc8c9237dad1fb9ab7d9da6c95d306057c32348b35deda837192867810c021de6f3e6288a6e11af94b79b98099b9fe6a82722a11cced23ad4a854a281
6
+ metadata.gz: 00f81fb6a53e5c2dcad000d399883f950e4af5deb08c3860c19ffdf38f32fb1cfc0ba4bc8da432c6df58e9612913ffbdbb29575e04cf2128f418810970d4bc31
7
+ data.tar.gz: b696dd67de15284e33f953f53d46a80558f44ce258c67404a66801c45e810a5eeb6e6648d058ba2a4a6ee77f005b733d86fde6efc4ef49936932aa0aa7431f1a
data/README.rdoc CHANGED
@@ -52,4 +52,6 @@ Usage
52
52
 
53
53
  Once Overlay is configured, on startup, a process will be forked to run the initial pull-down of files from the repository. Overlay will update specific files on change in the repo through use of Github webhooks.
54
54
 
55
+ If you are using unicorn, you need to be sure to provide host_name and host_port if using self-subscription for Github webhooks.
56
+
55
57
  This project rocks and uses MIT-LICENSE.
@@ -24,12 +24,6 @@ module Overlay
24
24
  # This function should be called only at initialization time as it causes a
25
25
  # full overlay to be run
26
26
  def process_overlays
27
- # This can be called in an application initializer which will
28
- # load anytime the environment is loaded. Make sure we are prepared to run
29
- # this.
30
- #
31
- return unless (config.host_port || ENV['SERVER_HOST_PORT'] || defined? Rails::Server)
32
-
33
27
  Overlay.configuration.repositories.each do |repo_config|
34
28
  next unless repo_config.class == GithubRepo
35
29
 
@@ -1,3 +1,3 @@
1
1
  module Overlay
2
- VERSION = "2.1.1"
2
+ VERSION = "2.1.2"
3
3
  end
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.1
4
+ version: 2.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steve Saarinen