fewald-worklog 0.2.18 → 0.2.19
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 +4 -4
- data/.version +1 -1
- metadata +6 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e2bd1127e65b1c43b9ae95773b29d5648818940b44cfa82be0e69741148f3b16
|
4
|
+
data.tar.gz: e30b8828d79177651e0179a2a7ec915fd03075de857e47280eaaec8bf682b8b4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 05f0bc3f9acd0ebe71b8fd78608c4227c0a54c6b54c711fb657eaa6d1ce24e952bf8e37785327745cfb100a8574705d1441b12110fed80b6103f24b2532761aa
|
7
|
+
data.tar.gz: 31130d1928c6420c7c681d796189ccfc696875e92befb981463034d3d12c299f6aaab0ef3634c87fa787311e0042e3ff2cb8232be0db6a759505753446a998aa
|
data/.version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.2.
|
1
|
+
0.2.19
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fewald-worklog
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.19
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Friedrich Ewald
|
@@ -149,10 +149,11 @@ licenses:
|
|
149
149
|
metadata:
|
150
150
|
documentation_uri: https://f-ewald.github.io/worklog
|
151
151
|
rubygems_mfa_required: 'true'
|
152
|
-
post_install_message:
|
153
|
-
|
154
|
-
|
155
|
-
|
152
|
+
post_install_message: |
|
153
|
+
=====
|
154
|
+
Thanks for installing fewald-worklog! Now you can use it by running wl from your terminal.
|
155
|
+
For more information, visit https://f-ewald.github.io/worklog or run wl help.
|
156
|
+
=====
|
156
157
|
rdoc_options: []
|
157
158
|
require_paths:
|
158
159
|
- lib
|