lathe 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lathe.gemspec +1 -1
  2. data/lib/lathe/version.rb +1 -1
  3. metadata +3 -2
data/lathe.gemspec CHANGED
@@ -14,7 +14,7 @@ Gem::Specification.new do |gem|
14
14
  gem.name = "lathe"
15
15
  gem.require_paths = ["lib"]
16
16
  gem.version = Lathe::VERSION
17
-
17
+ gem.licenses = ["MIT"]
18
18
 
19
19
 
20
20
  gem.add_dependency(%q<thor>, ["~> 0.14.6"])
data/lib/lathe/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Lathe
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lathe
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -82,7 +82,8 @@ files:
82
82
  - lib/lathe/string.rb
83
83
  - lib/lathe/version.rb
84
84
  homepage: https://github.com/vulgarcoder/lathe
85
- licenses: []
85
+ licenses:
86
+ - MIT
86
87
  post_install_message:
87
88
  rdoc_options: []
88
89
  require_paths: