lingotek-cli 0.1.0 → 0.1.1

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 (4) hide show
  1. data/VERSION +1 -1
  2. data/bin/lingotek-cli +1 -1
  3. data/lib/lingotek-cli.rb +2 -2
  4. metadata +6 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.1
@@ -2,7 +2,7 @@
2
2
 
3
3
  require 'main'
4
4
 
5
- require_relative '../lib/lingotek-cli'
5
+ require 'lingotek-cli'
6
6
 
7
7
  include LingotekCli
8
8
 
@@ -1,5 +1,5 @@
1
1
  module LingotekCli
2
2
  end
3
3
 
4
- require_relative "lingotek-cli/version"
5
- require_relative "lingotek-cli/client"
4
+ require "lingotek-cli/version"
5
+ require "lingotek-cli/client"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lingotek-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -62,7 +62,8 @@ dependencies:
62
62
  description: Client lib for lingotek apis
63
63
  email:
64
64
  - fribeiro@lingotek.com
65
- executables: []
65
+ executables:
66
+ - lingotek-cli
66
67
  extensions: []
67
68
  extra_rdoc_files:
68
69
  - LICENSE
@@ -88,6 +89,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
88
89
  - - ! '>='
89
90
  - !ruby/object:Gem::Version
90
91
  version: '0'
92
+ segments:
93
+ - 0
94
+ hash: -808964442985459666
91
95
  required_rubygems_version: !ruby/object:Gem::Requirement
92
96
  none: false
93
97
  requirements: