mcalendar 0.1.1 → 0.1.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 -1
- data/lib/mcalendar/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0b53e3a3204aeaf586f32fd3a8765e5a23bf82815ba9c0288bb4e1fe86507ab6
|
4
|
+
data.tar.gz: 4ee2fdd8a52460874411b9271937428fb21e63f037e1e0dffcf1247288cb3a40
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5d9f099a44377cdbb6a366ad04bf1c70e6b5d920ab40c975b72a08d28f02d4e8e48c2dcf306e8d15330a243a6b36ed98a4fdc47d3e2b2d12a72746b14bb2e536
|
7
|
+
data.tar.gz: 35a5ba1a1a7d2de7be98ddacb66bf1c9a60212a2058438d83a592048031e62f01791d4ebd88fa430d2189b6dbb799e499be7652c38927f9408762713f6b0bc1a
|
data/README.md
CHANGED
@@ -25,7 +25,7 @@ Or install it yourself as:
|
|
25
25
|
|
26
26
|
If you want to create a calendar for this month.
|
27
27
|
|
28
|
-
When you run the command, the calendar appears on the console. The pdf file is created in the
|
28
|
+
When you run the command, the calendar appears on the console. The pdf file is created in the current directory.
|
29
29
|
```
|
30
30
|
mcalendar
|
31
31
|
```
|
data/lib/mcalendar/version.rb
CHANGED