timet 1.5.2 → 1.5.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/lib/timet/version.rb CHANGED
@@ -6,6 +6,6 @@ module Timet
6
6
  # @return [String] The version number in the format 'major.minor.patch'.
7
7
  #
8
8
  # @example Get the version of the Timet application
9
- # Timet::VERSION # => '1.5.2'
10
- VERSION = '1.5.2'
9
+ # Timet::VERSION # => '1.5.4'
10
+ VERSION = '1.5.4'
11
11
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: timet
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.2
4
+ version: 1.5.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Frank Vielma
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-12-12 00:00:00.000000000 Z
11
+ date: 2025-02-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
@@ -106,14 +106,14 @@ dependencies:
106
106
  requirements:
107
107
  - - "~>"
108
108
  - !ruby/object:Gem::Version
109
- version: '1.171'
109
+ version: '1.178'
110
110
  type: :runtime
111
111
  prerelease: false
112
112
  version_requirements: !ruby/object:Gem::Requirement
113
113
  requirements:
114
114
  - - "~>"
115
115
  - !ruby/object:Gem::Version
116
- version: '1.171'
116
+ version: '1.178'
117
117
  description: Timet is a command-line time tracker that keeps track of your activities.
118
118
  email:
119
119
  - frankvielma@gmail.com
@@ -139,6 +139,7 @@ files:
139
139
  - lib/timet/color_codes.rb
140
140
  - lib/timet/database.rb
141
141
  - lib/timet/database_sync_helper.rb
142
+ - lib/timet/database_syncer.rb
142
143
  - lib/timet/s3_supabase.rb
143
144
  - lib/timet/table.rb
144
145
  - lib/timet/tag_distribution.rb