woody 0.0.16 → 0.0.17

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 (3) hide show
  1. data/lib/woody/version.rb +1 -1
  2. data/lib/woody.rb +1 -1
  3. metadata +1 -1
data/lib/woody/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Woody
2
2
  # Specifies Woody gem version
3
- VERSION = "0.0.16"
3
+ VERSION = "0.0.17"
4
4
  end
data/lib/woody.rb CHANGED
@@ -26,7 +26,7 @@ module Woody
26
26
  $config = YAML.load_file("woody-config.yml")
27
27
  rescue Errno::ENOENT
28
28
  puts "This doesn't look like a valid Woody site directory!"
29
- return
29
+ exit!
30
30
  end
31
31
 
32
32
  options = {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: woody
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.16
4
+ version: 0.0.17
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: