nodes 0.1.4 → 0.1.5

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.
Files changed (4) hide show
  1. data/bin/command.rb +2 -2
  2. data/bin/node +2 -2
  3. data/lib/nodes.rb +1 -1
  4. metadata +2 -2
data/bin/command.rb CHANGED
@@ -31,8 +31,8 @@
31
31
 
32
32
  # TO DO - change license if necessary
33
33
 
34
- #require 'rubygems'
35
- require "#{__FILE__}/../../lib/nodes"
34
+ require 'rubygems'
35
+ require "nodes"
36
36
 
37
37
  commands_help = "Commands:\n" \
38
38
  " init Init new point\n" \
data/bin/node CHANGED
@@ -31,8 +31,8 @@
31
31
 
32
32
  # TO DO - change license if necessary
33
33
 
34
- #require 'rubygems'
35
- require "#{__FILE__}/../../lib/nodes"
34
+ require 'rubygems'
35
+ require "nodes"
36
36
 
37
37
  commands_help = "Commands:\n" \
38
38
  " init Init new point\n" \
data/lib/nodes.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  module Nodes
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.5"
3
3
 
4
4
 
5
5
  def self.init(dir=nil)
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 4
9
- version: 0.1.4
8
+ - 5
9
+ version: 0.1.5
10
10
  platform: ruby
11
11
  authors:
12
12
  - Eugene Markine