ohajiki 0.0.4 → 0.0.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.
@@ -10,7 +10,9 @@ module Ohajiki
10
10
  def initialize
11
11
  @log = Logger.new(File.expand_path(Config::LOG_PATH))
12
12
  @interval_sec = Config::SYNC_INTERVAL_SEC
13
+
13
14
  dir_path = File.expand_path(Config::SYNC_DIR_PATH)
15
+ FileUtils.mkdir_p dir_path
14
16
 
15
17
  @repo =
16
18
  unless Repo.exist? dir_path
@@ -1,3 +1,3 @@
1
1
  module Ohajiki
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ohajiki
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: