slimtimercli 0.1.6 → 0.1.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,7 @@ module Slimtimercli #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 1
5
- TINY = 6
5
+ TINY = 7
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
data/lib/slimtimercli.rb CHANGED
@@ -7,6 +7,8 @@ require 'yaml'
7
7
  require 'optparse'
8
8
  require 'ostruct'
9
9
 
10
+ $LOAD_PATH.unshift "#{File.dirname(__FILE__)}"
11
+
10
12
  require "slimtimercli/entities"
11
13
  require "slimtimercli/slim_timer"
12
14
  require "slimtimercli/version"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: slimtimercli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Martin Grund