nestedtext 4.4.1 → 4.4.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: 4097a04ffbad6494a050d95624b1a812d88367ae0ad13f664db3202e78497561
4
- data.tar.gz: 480a7d50589f6f531375b6e5f9e1fdeead6ca2528d01ef0378cf420f2bbe5334
3
+ metadata.gz: 7af3d17e237978f9701fd101ac852ede7a3e698dd4b49d24405527d37226ecd9
4
+ data.tar.gz: e4547a6a03901f5a13361bd9279a89783d3d0397087420653799642bd4202345
5
5
  SHA512:
6
- metadata.gz: e81869accd1c6a905ee1a020b03f3f5745219e6df4267541995660f82fced4e744dee03d0a64434ee56d976a28874ab48c6c5901c3a5b8f9ebf756f7b7bdd984
7
- data.tar.gz: 3e23a0fd7253fdbc35e025de36cbc4916da7cf880fcc02884a92616a2375ee0200f0e96571da021a681a013ced87c7d07d243905991a292071c0066c9d808b1a
6
+ metadata.gz: e9b2360b49e8fb6aa74be17fcf0a414399d78a0f56b53692dceb7cdf9ac1ca800d092188c69037948577f8e7c8b9554895eb25a4cf6ae7a55d2e2356eb03af99
7
+ data.tar.gz: edbfa6e513a1f1c9c605e1d06d0292d2c7b1a6ab7c9e1aa70ad4a501a6b109f826cd7621e63db68e971fc33c6c8c10d7513a4ed506c9000bf35e2f5f546ea97d
data/.yardopts CHANGED
@@ -3,14 +3,6 @@
3
3
  --embed-mixin NTEncodeMixin
4
4
  --markup markdown
5
5
  --markup-provider redcarpet
6
- --fail-on-warning
7
- lib/nestedtext.rb
8
- lib/nestedtext/core_ext.rb
9
- lib/nestedtext/encode.rb
10
- lib/nestedtext/decode.rb
11
- lib/nestedtext/encode_helpers.rb
12
- lib/nestedtext/error.rb
13
- lib/nestedtext/version.rb
14
6
  -
15
7
  CHANGELOG.md
16
8
  CONTRIBUTING.md
data/CHANGELOG.md CHANGED
@@ -6,21 +6,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [4.4.2] - 2022-02-17
10
+ ### Fixed
11
+ - rubydoc.info: try includ all of lib/**/*.rb
12
+
9
13
  ## [4.4.1] - 2022-02-17
10
14
  ### Fixed
11
- - Try fix rubydoc.info missing class methods.
15
+ - rubydoc.info: try fix missing class methods.
12
16
 
13
17
  ## [4.4.0] - 2022-02-17
14
18
  ### Fixed
15
- - rubydoc.info not re-generating for patch versions?
19
+ - rubydoc.info: not re-generating for patch versions?
16
20
 
17
21
  ## [4.3.1] - 2022-02-17
18
22
  ### Fixed
19
- - Include .yardopts in gem for rubydoc.info
23
+ - rubydoc.info: Include .yardopts in gem
20
24
 
21
25
  ## [4.3.0] - 2022-02-17
22
26
  ### Fixed
23
- - Try fix rubydoc.info missing class methods.
27
+ - rubydoc.info: try fix missing class methods.
24
28
 
25
29
  ## [4.2.2] - 2022-02-12
26
30
  ### Fixed
@@ -2,5 +2,5 @@
2
2
 
3
3
  module NestedText
4
4
  # The version of this library.
5
- VERSION = '4.4.1'
5
+ VERSION = '4.4.2'
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nestedtext
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.4.1
4
+ version: 4.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Erik Westrup