kennethkalmer-daemon-kit 0.1.7.7 → 0.1.7.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/daemon_kit.rb +1 -1
  2. metadata +1 -1
data/lib/daemon_kit.rb CHANGED
@@ -9,7 +9,7 @@ $:.unshift( File.dirname(__FILE__).to_absolute_path ) unless
9
9
  $:.include?( File.dirname(__FILE__).to_absolute_path )
10
10
 
11
11
  module DaemonKit
12
- VERSION = '0.1.7.7'
12
+ VERSION = '0.1.7.8'
13
13
 
14
14
  autoload :Initializer, 'daemon_kit/initializer'
15
15
  autoload :Application, 'daemon_kit/application'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kennethkalmer-daemon-kit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7.7
4
+ version: 0.1.7.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kenneth Kalmer