mcalendar 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/mcalendar/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 938bb207d0d28af6425ff7b91399126c13438ee101c10fa165bcb9b59ba018cd
4
- data.tar.gz: 4d338567414c1b17ad38b54618a4ff667019d8d6435ab831f7800a19d0688e70
3
+ metadata.gz: 0b53e3a3204aeaf586f32fd3a8765e5a23bf82815ba9c0288bb4e1fe86507ab6
4
+ data.tar.gz: 4ee2fdd8a52460874411b9271937428fb21e63f037e1e0dffcf1247288cb3a40
5
5
  SHA512:
6
- metadata.gz: 563912c349a07f6a0078232bd16b1e0e60c2e8d6dcb0fa504f508131882c3eae7dae8e8c4cce384cf2fd845715d0c468dcfe08cdb6284a552e827f927323ec35
7
- data.tar.gz: e69a6c0bd49ee9f6944ae8d368de60e145fe17a87d8c4cf3311435025dfe521f99732cd7756db23e68aedbfee858d2cc8baa5dde72e7952ab7aa0e18f763ebc4
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 pfd directory.
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
  ```
@@ -1,3 +1,3 @@
1
1
  module Mcalendar
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mcalendar
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - icm7216