mdnotes 0.1.0 → 0.1.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 (2) hide show
  1. data/lib/mdnotes.rb +7 -5
  2. 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
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mdnotes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: