has_niklas_left_yet 0.0.1 → 0.0.2
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/README.md +1 -0
- data/lib/has_niklas_left_yet/version.rb +1 -1
- data/lib/has_niklas_left_yet.rb +1 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a56e4f04826e172d67576d181e75c988f19e5371
|
4
|
+
data.tar.gz: fcb473f5c93db57e37b0de7f197404bfbd944ea8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1b2da5683f6137c770e4dc1abee833282b9317e7614a9742f67276d9620271f998c58565a697b47183b7c855a5e4656d109380aa3f3edc94fd3ec7484b7411c2
|
7
|
+
data.tar.gz: dca0199b2fea2214c4a52f2e72b144a2b468802277be59f904a3e17edad072c94c54b5608cf247412f92618af2ab262ed419b8ff310de5b3412f7181c7cb9556
|
data/README.md
CHANGED
@@ -3,6 +3,7 @@
|
|
3
3
|
This is a gem designed to help me make friends in my job. Well maybe! It is
|
4
4
|
something for me to play around with and continuing to write code.
|
5
5
|
In essence it is a very simple countdown timer until Niklas leaves :-(
|
6
|
+
It is for use in the terminal.
|
6
7
|
|
7
8
|
## Installation
|
8
9
|
|
data/lib/has_niklas_left_yet.rb
CHANGED