timeless 0.4.0 → 0.5.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 06ba9bc95d407ecb088dc4c016fc7a66c78417cf
4
- data.tar.gz: 560ac4abb81ef3f80476a0b7baa154ff3e3257e2
2
+ SHA256:
3
+ metadata.gz: 89d84ba2c5ef3404ab9ca4e2168b04990a1889f79b17c95e7762c618937b2c6e
4
+ data.tar.gz: ef7e2525c43a7d5479206ffbeebc9495699c093d55d817310e2c0127237ea898
5
5
  SHA512:
6
- metadata.gz: f7b8f73506f3c399c5f17b0ce60620cfb31d63b09d87fb1bf89f3bf0babeb16cda0fae91d383405e9d848929837517e5567f186c5197c9b6cea2e49363c30a46
7
- data.tar.gz: d44c950c14ba467675f0d0cb9c8f4a58b6ffd8ea93bba6329709944cc39aa4b9f3b45455f478a5aa39ec20c00d2cb17826e34dc5b70a2a23e235c002302f2dee
6
+ metadata.gz: 5c8d3766566e43d4766087c1bcb955f5167fed66c50b9809045c7d607745d3b006153396b283c67ae88110854f8c134697f22c473c851eab73ad95eb3a6d97b0
7
+ data.tar.gz: 14953c9913b8ef6b6d29056d880086f27d62b0a210bfab4b297e98c71699ba85ee7061b030a0f1c6352741f8e24d6bc254d5589a2d0af05aa5d67af180b0ef0b
@@ -1,3 +1,3 @@
1
1
  module Timeless
2
- VERSION = "0.4.0"
2
+ VERSION = "0.5.1"
3
3
  end
data/timeless.gemspec CHANGED
@@ -7,12 +7,12 @@ Gem::Specification.new do |spec|
7
7
  spec.name = "timeless"
8
8
  spec.version = Timeless::VERSION
9
9
  spec.authors = ["Adolfo Villafiorita"]
10
- spec.email = ["adolfo.villafiorita@me.com"]
10
+ spec.email = ["adolfo.villafiorita@ict4g.net"]
11
11
 
12
12
  spec.summary = %q{Timeless is a simple but effective command-line time tracker}
13
13
  spec.description = %q{Timeless comes with a pomodoro timer, with a standard stopwatch (start, top), semantic tags in notes (projects, clients, activites), and reporting and exporting command. Data is stored in csv and it can be easily imported into a spreadsheet.}
14
14
 
15
- spec.homepage = "http://github.com/avillafiorita/timeless"
15
+ spec.homepage = "https://www.ict4g.net/gitea/adolfo/timeless"
16
16
  spec.license = "MIT"
17
17
 
18
18
  spec.files = `git ls-files -z`.split("\x0")
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: timeless
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adolfo Villafiorita
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-09-13 00:00:00.000000000 Z
11
+ date: 2019-11-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -98,7 +98,7 @@ description: Timeless comes with a pomodoro timer, with a standard stopwatch (st
98
98
  top), semantic tags in notes (projects, clients, activites), and reporting and exporting
99
99
  command. Data is stored in csv and it can be easily imported into a spreadsheet.
100
100
  email:
101
- - adolfo.villafiorita@me.com
101
+ - adolfo.villafiorita@ict4g.net
102
102
  executables:
103
103
  - timeless
104
104
  extensions: []
@@ -121,7 +121,7 @@ files:
121
121
  - lib/timeless/storage.rb
122
122
  - lib/timeless/version.rb
123
123
  - timeless.gemspec
124
- homepage: http://github.com/avillafiorita/timeless
124
+ homepage: https://www.ict4g.net/gitea/adolfo/timeless
125
125
  licenses:
126
126
  - MIT
127
127
  metadata: {}
@@ -140,8 +140,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
140
140
  - !ruby/object:Gem::Version
141
141
  version: '0'
142
142
  requirements: []
143
- rubyforge_project:
144
- rubygems_version: 2.6.11
143
+ rubygems_version: 3.0.3
145
144
  signing_key:
146
145
  specification_version: 4
147
146
  summary: Timeless is a simple but effective command-line time tracker