ask_year_month 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/lib/ask_year_month/version.rb +1 -1
- metadata +9 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 251f88d1f230c83c46da225e34a36567ec5a2bced7187a6b7cd31d32984b6fcd
|
|
4
|
+
data.tar.gz: 6fa629b1f79130ed7d5273e8ca0cfc0b961d9acada46b0382346fc4487e0d3d1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c28a76ebe84001f228fe5bc00ef2dc57f0bf3775b860e2749a62e8fe95ac525c6fd8851eeb1f5614578667c4481ea09f808d2dca6ae96f7bbf17c0f250e784b9
|
|
7
|
+
data.tar.gz: 438a5d678e46bfa49bd0b1505696dde575817ae4df215f3ed797b672af2bf772c1e151f1ee8eb3fe07625366e0c2f6792e78561d815ea67d942a67124992675a
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ask_year_month
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- mah666hhh
|
|
@@ -44,9 +44,14 @@ dependencies:
|
|
|
44
44
|
- - ">="
|
|
45
45
|
- !ruby/object:Gem::Version
|
|
46
46
|
version: '0'
|
|
47
|
-
description:
|
|
48
|
-
month
|
|
49
|
-
|
|
47
|
+
description: |-
|
|
48
|
+
You can simply check **what month, what year** it is by the name of the month and year.
|
|
49
|
+
(Year is not implemented. coming soon...)
|
|
50
|
+
|
|
51
|
+
This Gem was extend [Date, DateTime, Time, ActiveSupport::TimeWithZone]
|
|
52
|
+
|
|
53
|
+
Show on GitHub↓
|
|
54
|
+
https://github.com/mah666hhh/ask_year_month
|
|
50
55
|
email:
|
|
51
56
|
- mah666hhh@gmail.com
|
|
52
57
|
executables: []
|