unicorn-directory-watcher 0.1.2 → 0.1.3

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.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- unicorn-directory-watcher (0.1.1)
4
+ unicorn-directory-watcher (0.1.2)
5
5
  directory_watcher (>= 1.4.0)
6
6
  eventmachine (>= 0.12)
7
7
  rev (>= 0.3.2)
@@ -30,7 +30,7 @@ module UnicornDirectoryWatcher
30
30
  end
31
31
 
32
32
  # start the unicorn
33
- yield
33
+ yield(self)
34
34
 
35
35
  # get the pid
36
36
  system "touch #{pidfile}"
@@ -1,3 +1,3 @@
1
1
  module UnicornDirectoryWatcher
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: unicorn-directory-watcher
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.2
5
+ version: 0.1.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Brian Takita