avalanche-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.
data/cli.gemspec CHANGED
@@ -11,6 +11,7 @@ Gem::Specification.new do |gem|
11
11
  gem.description = %q{A small command line interface library for quickly building cli apps.}
12
12
  gem.summary = %q{A small command line interface library for quickly building cli apps.}
13
13
  gem.homepage = "https://github.com/avalanche123/cli"
14
+ gem.license = "MIT"
14
15
 
15
16
  gem.files = `git ls-files`.split($/)
16
17
  gem.require_paths = ["lib"]
@@ -1,5 +1,5 @@
1
1
  module Avalanche
2
2
  module CLI
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: avalanche-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:
@@ -64,7 +64,8 @@ files:
64
64
  - lib/avalanche/cli/command.rb
65
65
  - lib/avalanche/cli/version.rb
66
66
  homepage: https://github.com/avalanche123/cli
67
- licenses: []
67
+ licenses:
68
+ - MIT
68
69
  post_install_message:
69
70
  rdoc_options: []
70
71
  require_paths: