ask_year_month 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: df31dbd937f4b7ec0242ad6d54b4abfad1da50d250851a8b954c37bf9b71e80f
4
- data.tar.gz: a43c7dc0e2d5f32b7bcc89e85a03f03029c57be22fbf5b68ed8b7ea30ad7f4da
3
+ metadata.gz: 251f88d1f230c83c46da225e34a36567ec5a2bced7187a6b7cd31d32984b6fcd
4
+ data.tar.gz: 6fa629b1f79130ed7d5273e8ca0cfc0b961d9acada46b0382346fc4487e0d3d1
5
5
  SHA512:
6
- metadata.gz: 2fcff65662cd3315b1d7a8519bba88ffe59a33baed8144d300a7ec3b8f27fb70faa342b1c2e0e09d3e42e07758129f8ce1ced56b584a7a2ba17c0c4d16547a12
7
- data.tar.gz: 97e2581e8a94d2dfda9f10e10664ca02218a6d45d7a74e8ba0f5952736649365f0214c6f9fbec286b55d01f392770bf324f5e46c4e32ba913c42c1aef07c91ca
6
+ metadata.gz: c28a76ebe84001f228fe5bc00ef2dc57f0bf3775b860e2749a62e8fe95ac525c6fd8851eeb1f5614578667c4481ea09f808d2dca6ae96f7bbf17c0f250e784b9
7
+ data.tar.gz: 438a5d678e46bfa49bd0b1505696dde575817ae4df215f3ed797b672af2bf772c1e151f1ee8eb3fe07625366e0c2f6792e78561d815ea67d942a67124992675a
@@ -1,3 +1,3 @@
1
1
  module AskYearMonth
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: ask_year_month
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
  - mah666hhh
@@ -44,9 +44,14 @@ dependencies:
44
44
  - - ">="
45
45
  - !ruby/object:Gem::Version
46
46
  version: '0'
47
- description: You can simply check **what month, what year** it is by the name of the
48
- month and year.<br>(Year is not implemented. coming soon...) This Gem was extend
49
- [Date, DateTime, Time, ActiveSupport::TimeWithZone] [Show on GitHub](https://github.com/mah666hhh/ask_year_month)
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: []