run_cl 1.0.6 → 1.0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/run_cl/version.rb +1 -1
  2. data/lib/run_cl.rb +3 -6
  3. metadata +2 -2
@@ -1,3 +1,3 @@
1
1
  module RunCl
2
- VERSION = "1.0.6"
2
+ VERSION = "1.0.7"
3
3
  end
data/lib/run_cl.rb CHANGED
@@ -1,9 +1,6 @@
1
- lib = File.expand_path('../lib', __FILE__)
2
- $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
3
-
4
- require 'run_cl/run'
5
- require 'run_cl/run_validator'
6
- require 'run_cl/version'
1
+ require '/run_cl/run'
2
+ require '/run_cl/run_validator'
3
+ require '/run_cl/version'
7
4
 
8
5
  module RunCl
9
6
  # Your code goes here...
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 6
9
- version: 1.0.6
8
+ - 7
9
+ version: 1.0.7
10
10
  platform: ruby
11
11
  authors:
12
12
  - mespina