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.
- data/bin/rootee +1 -1
- data/lib/rootee.rb +2 -2
- metadata +1 -1
data/bin/rootee
CHANGED
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:
|
|
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.
|
|
19
|
+
VERSION = "1.0.1"
|
|
20
20
|
|
|
21
21
|
attr_accessor :marker
|
|
22
22
|
attr_accessor :end_path
|