sphinx_tv 0.9.3 → 0.9.4

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.
@@ -89,7 +89,6 @@ class SphinxTv
89
89
  end
90
90
 
91
91
  def save_configuration
92
- Dir.mkdir(CONFIG_DIRECTORY) unless File.exists? CONFIG_DIRECTORY
93
92
  File.open(File.join(CONFIG_DIRECTORY, "sphinx.yml"), "w") do |file|
94
93
  file.write @config.to_yaml
95
94
  end
@@ -184,6 +183,7 @@ class SphinxTv
184
183
  end
185
184
 
186
185
  def run
186
+ Dir.mkdir(CONFIG_DIRECTORY) unless File.exists? CONFIG_DIRECTORY
187
187
  @no_config = load_configuration
188
188
 
189
189
  action = nil
@@ -1,3 +1,3 @@
1
1
  class SphinxTv
2
- VERSION = "0.9.3"
2
+ VERSION = "0.9.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sphinx_tv
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.3
4
+ version: 0.9.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: