white_hare 0.2.1 → 0.2.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5a6ded7b85439a62c24b757224e6e76a6eb39f3a
4
- data.tar.gz: 1fdc199979e1b437d7600e687ed3140e810a854b
3
+ metadata.gz: 2d6d81acad9b6d0d53b894db78c82b4d78ee30c4
4
+ data.tar.gz: a7b80b579d6c224ce384635d07a59624ad870c15
5
5
  SHA512:
6
- metadata.gz: 62acb9f1eebbec9833b1659a0d03508e3e9242fd038d7ae875f4b4bbe3db2eeea10e581fd264a85e1b558dc2cee8887349a11727c1e7ce6b37962a56a09b9be7
7
- data.tar.gz: '012973cd8f27a7c3cf998ad6970d5741d63b6d7ad3dbd5b07094e357e95e46058d67502bce90d6d7ef930e7fb4e75bdc0eabc0df1668b31322d88a8f8f9f51d2'
6
+ metadata.gz: 2c5189eb5f3be640dbf5cb14ce8acd8f8d046f09d5f4727caf8fb58067a8322c58a851d5b29d6d4ebaa26cbe6ea52f108d2ee31fe7a05d1a01753f5c91cb3bfd
7
+ data.tar.gz: f533b4bac13d52bf4deda6cc72d77561b612cb15a2df38856f0a3b4dce674cba70075e789ad0e9268320507e4283bec9d79a24909bd81ad5e1c4f57a87b9706f
data/README.md CHANGED
@@ -1,6 +1,8 @@
1
1
  # WhiteHare [![Build Status](https://travis-ci.org/send/white_hare.svg?branch=master)](https://travis-ci.org/send/white_hare)
2
2
 
3
- "Oh dear! Oh dear! I shall be too late!" WhiteHare is a library for business date usages like closing date.
3
+ "Oh dear! Oh dear! I shall be too late!"
4
+
5
+ WhiteHare is a library for business date usages like closing date.
4
6
 
5
7
  ## Installation
6
8
 
@@ -45,7 +45,7 @@ module WhiteHare
45
45
  # Active Support has same methods below.
46
46
  unless (
47
47
  defined?(DateAndTime::Calculations) &&
48
- self.included?(DateAndTime::Calculations)
48
+ self.include?(DateAndTime::Calculations)
49
49
  )
50
50
  def next_month
51
51
  WhiteHare::Monthly.next_month(year, month, day)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module WhiteHare
4
- VERSION = "0.2.1"
4
+ VERSION = "0.2.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: white_hare
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - SAKAI, Kazuaki