kale 0.0.3 → 0.0.4
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/kale.gemspec +1 -0
- data/lib/kale/version.rb +1 -1
- metadata +3 -2
data/kale.gemspec
CHANGED
@@ -11,6 +11,7 @@ Gem::Specification.new do |gem|
|
|
11
11
|
gem.description = %q{Track time spent on projects, your earnings and export invoices.}
|
12
12
|
gem.summary = %q{Keep track of time spent on projects.}
|
13
13
|
gem.homepage = "https://github.com/enure/kale"
|
14
|
+
gem.license = "MIT"
|
14
15
|
|
15
16
|
gem.files = `git ls-files`.split($/)
|
16
17
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
data/lib/kale/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kale
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.4
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -68,7 +68,8 @@ files:
|
|
68
68
|
- lib/kale/util.rb
|
69
69
|
- lib/kale/version.rb
|
70
70
|
homepage: https://github.com/enure/kale
|
71
|
-
licenses:
|
71
|
+
licenses:
|
72
|
+
- MIT
|
72
73
|
post_install_message:
|
73
74
|
rdoc_options: []
|
74
75
|
require_paths:
|