tempo-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/lib/tempo/version.rb +1 -1
- data/tempo-cli.gemspec +3 -3
- metadata +5 -4
data/lib/tempo/version.rb
CHANGED
data/tempo-cli.gemspec
CHANGED
|
@@ -5,10 +5,10 @@ spec = Gem::Specification.new do |s|
|
|
|
5
5
|
s.version = Tempo::VERSION
|
|
6
6
|
s.author = 'Jonathan Gabel'
|
|
7
7
|
s.email = 'hello@jonathangabel.com'
|
|
8
|
-
s.homepage = '
|
|
8
|
+
s.homepage = 'https://github.com/josankapo/tempo-cli'
|
|
9
9
|
s.platform = Gem::Platform::RUBY
|
|
10
|
-
s.summary = 'A command line time tracker for recording by day
|
|
11
|
-
s.description = '
|
|
10
|
+
s.summary = 'A command line time tracker for recording by day and by project'
|
|
11
|
+
s.description = 'tempo-cli is a command line time tracking application. Record time spent on projects in YAML files, and manage them from the command line.'
|
|
12
12
|
# Add your other files here if you make them
|
|
13
13
|
# Add lib files to lib.tempo.rb
|
|
14
14
|
s.files = `git ls-files`.split("\n")
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tempo-cli
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -123,7 +123,8 @@ dependencies:
|
|
|
123
123
|
- - ~>
|
|
124
124
|
- !ruby/object:Gem::Version
|
|
125
125
|
version: 0.10.2
|
|
126
|
-
description:
|
|
126
|
+
description: tempo-cli is a command line time tracking application. Record time spent
|
|
127
|
+
on projects in YAML files, and manage them from the command line.
|
|
127
128
|
email: hello@jonathangabel.com
|
|
128
129
|
executables:
|
|
129
130
|
- tempo
|
|
@@ -202,7 +203,7 @@ files:
|
|
|
202
203
|
- test/support/factories.rb
|
|
203
204
|
- test/support/helpers.rb
|
|
204
205
|
- test/test_helper.rb
|
|
205
|
-
homepage:
|
|
206
|
+
homepage: https://github.com/josankapo/tempo-cli
|
|
206
207
|
licenses: []
|
|
207
208
|
post_install_message:
|
|
208
209
|
rdoc_options: []
|
|
@@ -226,5 +227,5 @@ rubyforge_project:
|
|
|
226
227
|
rubygems_version: 1.8.23
|
|
227
228
|
signing_key:
|
|
228
229
|
specification_version: 3
|
|
229
|
-
summary: A command line time tracker for recording by day
|
|
230
|
+
summary: A command line time tracker for recording by day and by project
|
|
230
231
|
test_files: []
|