okapi 0.0.9 → 0.1.0

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.
data/lib/okapi/cli.rb CHANGED
@@ -58,8 +58,10 @@ module Apiary
58
58
  end
59
59
  rescue Errno::ENOENT => e
60
60
  puts "Config file (#{@options[:config_path]}) not accessible ... skiping"
61
+ puts "\n"
61
62
  rescue Exception => e
62
63
  puts "Config file (#{@options[:config_path]}) loading problem :#{e}"
64
+ puts "\n"
63
65
  exit 1
64
66
  end
65
67
  end
data/lib/okapi/test.rb CHANGED
@@ -23,7 +23,6 @@ module Apiary
23
23
  begin
24
24
  test()
25
25
  rescue Exception => e
26
- p e
27
26
  @resources = []
28
27
  @error = e
29
28
  end
data/lib/okapi/version.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  # encoding: utf-8
2
2
  module Apiary
3
3
  module Okapi
4
- VERSION = "0.0.9"
4
+ VERSION = "0.1.0"
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: okapi
3
3
  version: !ruby/object:Gem::Version
4
- hash: 13
4
+ hash: 27
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
+ - 1
8
9
  - 0
9
- - 9
10
- version: 0.0.9
10
+ version: 0.1.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tu1ly