kale 0.0.1 → 0.0.2
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 -1
- data/lib/kale/version.rb +1 -1
- metadata +2 -2
data/kale.gemspec
CHANGED
@@ -7,7 +7,7 @@ Gem::Specification.new do |gem|
|
|
7
7
|
gem.name = "kale"
|
8
8
|
gem.version = Kale::VERSION
|
9
9
|
gem.authors = ["Charles Stuart"]
|
10
|
-
gem.email = ["
|
10
|
+
gem.email = ["charles.stuart@gmail.com"]
|
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"
|
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.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: 4.1.1
|
30
30
|
description: Track time spent on projects, your earnings and export invoices.
|
31
31
|
email:
|
32
|
-
-
|
32
|
+
- charles.stuart@gmail.com
|
33
33
|
executables:
|
34
34
|
- kale
|
35
35
|
extensions: []
|