rootee 1.0.0 → 1.0.1

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 (3) hide show
  1. data/bin/rootee +1 -1
  2. data/lib/rootee.rb +2 -2
  3. metadata +1 -1
data/bin/rootee CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  require 'rubygems' unless defined? Gem # rubygems is only needed in 1.8
4
4
  require 'optparse'
5
- load "rootee"
5
+ require "rootee"
6
6
 
7
7
  def parse_opt()
8
8
  options = {:from => Dir.getwd}
data/lib/rootee.rb CHANGED
@@ -7,7 +7,7 @@
7
7
  # HomePage : https://github.com/zhaocai/rootee
8
8
  # Version : 0.1
9
9
  # Date Created : Fri 22 Mar 2013 11:09:31 PM EDT
10
- # Last Modified : Fri 22 Mar 2013 11:27:47 PM EDT
10
+ # Last Modified : Fri 22 Mar 2013 11:35:56 PM EDT
11
11
  # Tag : [ ruby, project, path ]
12
12
  # Copyright : © 2013 by Zhao Cai,
13
13
  # Released under current GPL license.
@@ -16,7 +16,7 @@
16
16
  require 'pathname'
17
17
 
18
18
  class Rootee
19
- VERSION = "1.0.0"
19
+ VERSION = "1.0.1"
20
20
 
21
21
  attr_accessor :marker
22
22
  attr_accessor :end_path
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rootee
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: