okapi 0.0.5 → 0.0.6

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/okapi/test.rb +3 -2
  2. data/lib/okapi/version.rb +1 -1
  3. metadata +3 -3
data/lib/okapi/test.rb CHANGED
@@ -19,16 +19,17 @@ module Apiary
19
19
 
20
20
  end
21
21
 
22
- def run(test)
22
+ def run
23
23
  begin
24
24
  test()
25
25
  rescue Exception => e
26
26
  @error = e
27
27
  end
28
-
28
+
29
29
  Apiary::Okapi::Output.get(@output_format, @resources, @error)
30
30
  end
31
31
 
32
+
32
33
  def test
33
34
  prepare()
34
35
  if not @resources.empty?
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.5"
4
+ VERSION = "0.0.6"
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: 21
4
+ hash: 19
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 5
10
- version: 0.0.5
9
+ - 6
10
+ version: 0.0.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tu1ly