how_is 16.0.0 → 17.0.0
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/CHANGELOG.md +11 -0
- data/lib/how_is/analyzer.rb +3 -1
- data/lib/how_is/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 71e52f74ab14a10f79d1fcebd73a3e44a2a8860a
|
|
4
|
+
data.tar.gz: 93b67eedce8aeab93e266db7524f66e139059a1f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0010c1c0d71fd9560ce5ece88e9366e87481eb28f933833807db62ad0e7384da502265461f087d9372cb029077afd8d9c111f47f55ab596455817ab5f928e8a2
|
|
7
|
+
data.tar.gz: d7441138e3ebb82e4d66703492d28268550203503284c6e591a6147a779da9261ef24f2d3447564e09f4abee1dc1b3346c71a35c53751cbe56e41ed21a422fc8
|
data/CHANGELOG.md
CHANGED
|
@@ -9,6 +9,17 @@ this project adheres to [Semantic Versioning](http://semver.org).
|
|
|
9
9
|
|
|
10
10
|
(Nothing so far.)
|
|
11
11
|
|
|
12
|
+
## [v17.0.0]
|
|
13
|
+
|
|
14
|
+
This release ([snapshot](https://github.com/how-is/how_is/tree/v17.0.0))
|
|
15
|
+
makes `HowIs.from_json` parse _all_ dates, not just _some_ dates.
|
|
16
|
+
(Whoops.)
|
|
17
|
+
|
|
18
|
+
### Changes
|
|
19
|
+
|
|
20
|
+
* Make `HowIs.from_json` parse _all_ dates, not just some of them.
|
|
21
|
+
([#128](https://github.com/how-is/how_is/pull/128))
|
|
22
|
+
|
|
12
23
|
## [v16.0.0]
|
|
13
24
|
|
|
14
25
|
This release ([snapshot](https://github.com/how-is/how_is/tree/v16.0.0))
|
data/lib/how_is/analyzer.rb
CHANGED
data/lib/how_is/version.rb
CHANGED