month_date 0.0.1 → 0.0.1.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a96047badfcd07cd0884e06856535b04d39927a2
4
- data.tar.gz: f9a67348bfad5b5aec7b7b859464ae3ea968e42b
3
+ metadata.gz: 9ff789b8edd707bd4d2e57c40b5a8a8560a22c1f
4
+ data.tar.gz: 9cf862c6e6cd2ad7e57d8c3862203d5c5042f831
5
5
  SHA512:
6
- metadata.gz: fe75fd29130634e528e967a1b3bdd6a1024eebcc16af2cc3f44d2e2326eecea6c53ab37fea3d5b96a051764a52833679456559bf0a7636110f0a37ebbe64dcb4
7
- data.tar.gz: d9e226b1caf4dd278ad15b0fb7ca5bf247ec636a8314a1b87302bac3d02f2c34d23ef6e1c241e99495727b6ce711747c8cf8bd8ef89e50e5e4cf81952a2d65fa
6
+ metadata.gz: 11d5ae0662bd28af2c6d49801c46329cf92b96fc728c210050153dd3b77b96c2d8147b848a8528df906cc45bdc0aa259049a77ab90f4ee830ccc5fe9805ec99d
7
+ data.tar.gz: 126c996b8fe14dfaa1ec7840284b15b3b5a4bdec839089c98cb8cd5f31b0143898e710034017620aea78895604f645d01c068fa9c70d5714bbdb9312af279275
@@ -1,3 +1,3 @@
1
1
  module MonthDate
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.1.1"
3
3
  end
data/lib/month_date.rb CHANGED
@@ -12,6 +12,7 @@ module MonthDate
12
12
  result << date.strftime("%Y%m%d")
13
13
  end
14
14
  end
15
+ return result
15
16
  end
16
17
 
17
18
  def MonthDate.days_in_month(year, month)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: month_date
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - ctxhou