mdnotes 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/mdnotes.rb +7 -5
- metadata +1 -1
data/lib/mdnotes.rb
CHANGED
@@ -93,15 +93,17 @@ class MDNotes
|
|
93
93
|
end
|
94
94
|
|
95
95
|
end
|
96
|
+
|
97
|
+
|
98
|
+
def start
|
99
|
+
check_directories
|
100
|
+
compile_notes
|
101
|
+
publish_notes
|
102
|
+
end
|
96
103
|
|
97
104
|
end
|
98
105
|
|
99
106
|
|
100
|
-
def start
|
101
|
-
check_directories
|
102
|
-
compile_notes
|
103
|
-
publish_notes
|
104
|
-
end
|
105
107
|
|
106
108
|
|
107
109
|
|