okapi 0.0.7 → 0.0.8

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/help.rb +3 -1
  2. data/lib/okapi/version.rb +1 -1
  3. metadata +3 -3
data/lib/okapi/help.rb CHANGED
@@ -16,10 +16,12 @@ module Apiary
16
16
  puts "\nCurrently available okapi options are:\n\n"
17
17
 
18
18
  puts "\t-b, --blueprint path to the blueprint (default: " + BLUEPRINT_PATH + " )"
19
- puts "\t-t, --test_spec path to the test specification (default: " + TEST_SPEC_PATH + " )"
19
+ puts "\t-t, --test_spec path to the test specification (default: " + TEST_SPEC_PATHS + " )"
20
20
  #puts "\t-o, --output output format (default: " + OUTPUT + ")"
21
21
  puts "\t-u, --test_url url to test (default: " + TEST_URL + ")"
22
22
  puts "\t-a, --apiary apiary url (default: " + APIARY_URL + ")"
23
+ puts "\t-s, --config config file (default: " + CONFIG_PATH + ")"
24
+ puts "\t-p, --params prints used parameters
23
25
  puts "\n"
24
26
  puts "\thelp Show this help"
25
27
  puts "\n"
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.7"
4
+ VERSION = "0.0.8"
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: 17
4
+ hash: 15
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 7
10
- version: 0.0.7
9
+ - 8
10
+ version: 0.0.8
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tu1ly