fb2rb 0.2.0 → 0.2.1

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: d5f6fdeb1a2fe779953477c9eca2e0213dc057d2b4efc3728256085874a1f129
4
- data.tar.gz: c298f3cbdb346f83519741dde2f6ac1b572d21cc5593a4a3a670279a79b2dbe1
3
+ metadata.gz: 677f97c36f32659a61a02047c4b1a06e6a6bd54ac3b8088b04519268468c5acd
4
+ data.tar.gz: e5d0ad29e58cd0a453ae50123d498eee49a02ad92adbccc39b2e914c9851bcab
5
5
  SHA512:
6
- metadata.gz: b82bc9063e645d85b79bb123ab59e8f5639873ce6ac3edc65330c353a5ef076c25270584539da096c85043d77e1b0690cb774e700b2d91ab699fff3612cdad69
7
- data.tar.gz: ed5787ea4d920ab9520b21a868d282e8dcbbde2ff9e35747d62a93521135d51f4169f2859977184899f689db65a2a06b00190f445b668ecf5739289f88b401b2
6
+ metadata.gz: 3703897e4512796eeb79533a6103abf3fc2627580845bc145f3f73b6b35d5d5736a769e6f87af53c9881245942077f947c4a8d72fb64d149b3dab38154b9e377
7
+ data.tar.gz: fd4b8cdd88fcfb81e2ced29fd06a90878384695040bd3217bb738a078929d6eb1359c968221a273c777827d472c27ee4e3492c6c1471624d825244b06b390462
@@ -7,6 +7,10 @@
7
7
  This document provides a high-level view of the changes to the {project-name} by release.
8
8
  For a detailed view of what has changed, refer to the {uri-project}/commits/master[commit history] on GitHub.
9
9
 
10
+ == 0.2.1 (2020-07-24) - @slonopotamus
11
+
12
+ * Fix field annotation on `FB2rb::TitleInfo::date`
13
+
10
14
  == 0.2.0 (2020-07-24) - @slonopotamus
11
15
 
12
16
  * Add support for reproducible builds
@@ -389,7 +389,7 @@ module FB2rb
389
389
  attr_accessor(:annotation)
390
390
  # @return [Array<String>]
391
391
  attr_accessor(:keywords)
392
- # @return [String, nil]
392
+ # @return [FB2rb::Date, nil]
393
393
  attr_accessor(:date)
394
394
  # @return [FB2rb::Coverpage, nil]
395
395
  attr_accessor(:coverpage)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module FB2rb
4
- VERSION = '0.2.0'
4
+ VERSION = '0.2.1'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fb2rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marat Radchenko