okapi 0.0.8 → 0.0.9

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
@@ -9,13 +9,13 @@ module Apiary
9
9
  def initialize(args)
10
10
  case args.first
11
11
  when 'help'
12
- puts Apiary::Okapi::Help.show
12
+ Apiary::Okapi::Help.show
13
13
  exit 0
14
14
  when 'version'
15
15
  puts VERSION
16
16
  exit 0
17
17
  when 'okapi'
18
- puts Apiary::Okapi::Help.okapi
18
+ Apiary::Okapi::Help.okapi
19
19
  exit 0
20
20
  else
21
21
  parse_options!(args)
data/lib/okapi/help.rb CHANGED
@@ -21,7 +21,7 @@ module Apiary
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
23
  puts "\t-s, --config config file (default: " + CONFIG_PATH + ")"
24
- puts "\t-p, --params prints used parameters
24
+ puts "\t-p, --params prints used parameters"
25
25
  puts "\n"
26
26
  puts "\thelp Show this help"
27
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.8"
4
+ VERSION = "0.0.9"
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: 15
4
+ hash: 13
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 8
10
- version: 0.0.8
9
+ - 9
10
+ version: 0.0.9
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tu1ly