cli-console 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.
data/README.md CHANGED
@@ -28,7 +28,7 @@ Because `CLI::Console` will accept any IO class with implements those few functi
28
28
 
29
29
  ## Usage Example
30
30
 
31
- Take a look at [/examples/shell.rb](/davispuh/examples/shell.rb)
31
+ Take a look at [examples/shell.rb](examples/shell.rb)
32
32
 
33
33
 
34
34
  ## Documentation
@@ -12,6 +12,7 @@ Gem::Specification.new do |gem|
12
12
  gem.description = 'Basic library for making interactive command-line applications much easier'
13
13
  gem.summary = 'Create CLI applications easily'
14
14
  gem.homepage = 'https://github.com/davispuh/CLI-Console'
15
+ gem.license = 'UNLICENSE'
15
16
 
16
17
  gem.files = `git ls-files`.split($/)
17
18
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
@@ -1,6 +1,6 @@
1
1
  module CLI
2
2
  class Console
3
3
  # Version for gem
4
- VERSION = "0.1.0"
4
+ VERSION = '0.1.1'
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cli-console
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:
@@ -32,7 +32,8 @@ files:
32
32
  - spec/cli-console_spec.rb
33
33
  - spec/spec_helper.rb
34
34
  homepage: https://github.com/davispuh/CLI-Console
35
- licenses: []
35
+ licenses:
36
+ - UNLICENSE
36
37
  post_install_message:
37
38
  rdoc_options: []
38
39
  require_paths: