kwikemon 0.0.7 → 0.0.8

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: b0bf80069ccbf605478af8e9c3329b5afe2787bd
4
- data.tar.gz: 2153d32dbd5e02fc9069fd9c184bf10e30fe749a
3
+ metadata.gz: 649ca41315f6927a44f372a817127581f74effc1
4
+ data.tar.gz: f4869635db14f8e6b318858a7f4dc46d8eda4f4a
5
5
  SHA512:
6
- metadata.gz: 4383b39f96ddbb17b6ce50a28121e394ec5f592f948521fbb951bc59791ac67325e01b619b02ad6b7c053efdeb09dda9fe333477539a38b4bf5f6c93aac3f879
7
- data.tar.gz: 9f892473785dcbb6d164e752853d6ecc3ebd4c61f0bb73995e35302ebb6f73afba0a0285f10ca2871fe0f9a6ddeee83f986178e70bb99f476e12d2235906020c
6
+ metadata.gz: 4f30919e12bbcbe6d36ceb6b25b8ce8d63b113318e9362d593926cdae1e42610b63fc4f487154e606b4cde487d0f40521206133d68340fd674e5f914b3128f68
7
+ data.tar.gz: a2ce62b45eb2829818ba48fb55b7462b28bda8cb9d84f32abbe8d8b6fb3559b01fb25708be90eb49956449884a0e76800e65f95dcef626db405d9e45f9984cd9
@@ -3,10 +3,14 @@
3
3
  # MIT License
4
4
  # http://sjs.mit-license.org
5
5
 
6
+ lib_dir = File.expand_path('../', __FILE__)
7
+ $LOAD_PATH << lib_dir unless $LOAD_PATH.include?(lib_dir)
8
+
6
9
  require 'hashie'
7
10
  require 'redis'
8
11
  require 'toml'
9
- require File.expand_path('../monitor.rb', __FILE__)
12
+ require 'kwikemon/monitor'
13
+ require 'kwikemon/version'
10
14
 
11
15
  module Kwikemon
12
16
 
File without changes
@@ -0,0 +1,3 @@
1
+ module Kwikemon
2
+ VERSION = '0.0.8'
3
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kwikemon
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sami Samhuri
@@ -30,8 +30,9 @@ executables: []
30
30
  extensions: []
31
31
  extra_rdoc_files: []
32
32
  files:
33
- - kwikemon.rb
34
- - monitor.rb
33
+ - lib/kwikemon.rb
34
+ - lib/kwikemon/monitor.rb
35
+ - lib/kwikemon/version.rb
35
36
  homepage: https://github.com/samsonjs/kwikemon
36
37
  licenses:
37
38
  - MIT
@@ -39,7 +40,7 @@ metadata: {}
39
40
  post_install_message:
40
41
  rdoc_options: []
41
42
  require_paths:
42
- - lib
43
+ - ./lib
43
44
  required_ruby_version: !ruby/object:Gem::Requirement
44
45
  requirements:
45
46
  - - '>='