nestedtext 4.4.1 → 4.4.5

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: e7a2ffc7454c1fab3462c4d60cdd73bf2ccbdcc86f35ae4775a0bfd040b1c299
4
+ data.tar.gz: a5e075ad807b24c81025ec068e239a2e2c8646459f1cb2ae23e4b52dc7a16c75
5
5
  SHA512:
6
- metadata.gz: e81869accd1c6a905ee1a020b03f3f5745219e6df4267541995660f82fced4e744dee03d0a64434ee56d976a28874ab48c6c5901c3a5b8f9ebf756f7b7bdd984
7
- data.tar.gz: 3e23a0fd7253fdbc35e025de36cbc4916da7cf880fcc02884a92616a2375ee0200f0e96571da021a681a013ced87c7d07d243905991a292071c0066c9d808b1a
6
+ metadata.gz: af4e957a41f14ab08e14dbd86fd5a0cdcf4c245f9c29256d8c60d3858853b4693f74ed652c95276d5deda88a55cb8ddd05fc3d26911fd00c4a4c83dceb70edd2
7
+ data.tar.gz: 9461159283e0af153e8b04816000e9157d71ef2c35b2df5a3cf912db966d3faaffcaef5c5da3c353b4948a893276c117501fc27e18d4953ce0c823be8f5b50aa
data/CHANGELOG.md CHANGED
@@ -6,21 +6,37 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [4.4.5] - 2022-02-17
10
+ ### Fixed
11
+ - rubydoc.info: try remove unused module require.
12
+
13
+ ## [4.4.4] - 2022-02-17
14
+ ### Fixed
15
+ - rubydoc.info: revert reject instead of select
16
+
17
+ ## [4.4.3] - 2022-02-17
18
+ ### Fixed
19
+ - rubydoc.info: try building gem from git-ls | reject instead of select
20
+
21
+ ## [4.4.2] - 2022-02-17
22
+ ### Fixed
23
+ - rubydoc.info: try includ all of lib/**/*.rb
24
+
9
25
  ## [4.4.1] - 2022-02-17
10
26
  ### Fixed
11
- - Try fix rubydoc.info missing class methods.
27
+ - rubydoc.info: try fix missing class methods.
12
28
 
13
29
  ## [4.4.0] - 2022-02-17
14
30
  ### Fixed
15
- - rubydoc.info not re-generating for patch versions?
31
+ - rubydoc.info: not re-generating for patch versions?
16
32
 
17
33
  ## [4.3.1] - 2022-02-17
18
34
  ### Fixed
19
- - Include .yardopts in gem for rubydoc.info
35
+ - rubydoc.info: Include .yardopts in gem
20
36
 
21
37
  ## [4.3.0] - 2022-02-17
22
38
  ### Fixed
23
- - Try fix rubydoc.info missing class methods.
39
+ - rubydoc.info: try fix missing class methods.
24
40
 
25
41
  ## [4.2.2] - 2022-02-12
26
42
  ### Fixed
@@ -3,7 +3,6 @@
3
3
  require 'nestedtext/parser'
4
4
  require 'nestedtext/errors_internal'
5
5
 
6
- require 'logger'
7
6
  require 'stringio'
8
7
 
9
8
  module NestedText
@@ -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.5'
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.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Erik Westrup