time-sheet 0.5.2 → 0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c8452bc9323ceb47d374ee7c7654983c02c78e004e9f74dd35c8a51dac189432
4
- data.tar.gz: 84f5adbec539706a2568be38fc02a8e9816c6cc1c57ef95561e551685a29ab4d
3
+ metadata.gz: 3cbdafda182552df811558746032def7460bcf2cd71c4ef4608f4b260120b2f2
4
+ data.tar.gz: 4fbda57ddbb4ee1275b2ca1699995e56eea61f1f74b0d71ae450f022630c9920
5
5
  SHA512:
6
- metadata.gz: 8a5f99c3e94ad248ed228710ea6a396821358de6246482b3e6e705818795423ef25e9f83efe2eb2a68f61caf80d10c4534a601664695227fe5cd63fc8b206942
7
- data.tar.gz: 32b4e62a904ba3227cff54381d7c9face9b6d53f4a41cc463b16158d2cf35647ce48ed37d1f616db5916b8eff707c79fa18c016ffcb34b0747b8b9e20582621a
6
+ metadata.gz: 5862728f03fc7bbcbe9f4ac3a0b3d0bcd6417611797a866ff61bec5eea03cb966e1bd1cb98486092ea02c0d0705c77c2b92b4897a8cef14f41750614519552d6
7
+ data.tar.gz: 125220f5c834b663d8d4698d4801ee5ccd6358384742fab4c8516d8e116db8700200fe0562e2c75656683d047596080491043e19dda86d33fa94825e3bc79070
@@ -1,3 +1,3 @@
1
1
  module TimeSheet
2
- VERSION = "0.5.2"
2
+ VERSION = "0.5.4"
3
3
  end
data/time_sheet.gemspec CHANGED
@@ -12,6 +12,13 @@ Gem::Specification.new do |spec|
12
12
 
13
13
  spec.summary = "a time tracking solution based on spreadsheets"
14
14
 
15
+ spec.metadata = {
16
+ "bug_tracker_uri" => "https://github.com/moritzschepp/time-sheet/issues",
17
+ "documentation_uri" => "https://github.com/moritzschepp/time-sheet",
18
+ "homepage_uri" => "https://github.com/moritzschepp/time-sheet",
19
+ "source_code_uri" => "https://github.com/moritzschepp/time-sheet"
20
+ }
21
+
15
22
  spec.files = `git ls-files -z`.split("\x0").reject do |f|
16
23
  f.match(%r{^(test|spec|features)/})
17
24
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: time-sheet
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.2
4
+ version: 0.5.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Moritz Schepp
@@ -124,7 +124,11 @@ files:
124
124
  homepage:
125
125
  licenses:
126
126
  - GPL-3.0-only
127
- metadata: {}
127
+ metadata:
128
+ bug_tracker_uri: https://github.com/moritzschepp/time-sheet/issues
129
+ documentation_uri: https://github.com/moritzschepp/time-sheet
130
+ homepage_uri: https://github.com/moritzschepp/time-sheet
131
+ source_code_uri: https://github.com/moritzschepp/time-sheet
128
132
  post_install_message:
129
133
  rdoc_options: []
130
134
  require_paths: