rubycritic 4.3.1 → 4.3.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: c186eb7db1462cd6501a604f8cc93524e1d5da998222442faaaf7bca3ede3b5b
4
- data.tar.gz: 296c1f6cd2aefb743c0601ffbe3a48dea12394e5f9a2bab6462a51eea455f271
3
+ metadata.gz: ab394b4a8387f11c8c5a994c5e23aa59a49a57196c28501742947a4d375d9af7
4
+ data.tar.gz: 2010ea5086ad4f0b0f0dd967aa33605d2ebf240cb2fc1fc487d19935f60165bd
5
5
  SHA512:
6
- metadata.gz: d309b648fd4991f9dadbaebf8162b79912efb3668e0d4d7bd5af3876e0c97b3a14bb1b4607ffeec788310a14f54e595d879017dca7deba780452ee4e25dc071f
7
- data.tar.gz: 960a33db695702879fefa008c7744fd4bb0d9958080fb2761b688049ddc8ceeda4c18d96c3a49e9d91c50a3d8ad0338dc2591755e781c78eab23d9b3c842d748
6
+ metadata.gz: 02c8f325ebd8c28331147f46776ee1743a3b95ebbe59649a9246bf40831c9bcafc346ce75ae4bf084a2ec3fd22ad38b3a3d6dfe8ad3a76d4781366a1854339e2
7
+ data.tar.gz: 9e040206e4175574c45dfc19a17a31c62c7e79c14e67bc849e3dc7300307b1726af848f93fd0b668886ab2ed6c44aea7d1738a546f4a520c40b36c21d8a43586
data/CHANGELOG.md CHANGED
@@ -1,4 +1,8 @@
1
- # master [(unreleased)](https://github.com/whitesmith/rubycritic/compare/v4.3.1...master)
1
+ # master [(unreleased)](https://github.com/whitesmith/rubycritic/compare/v4.3.2...master)
2
+
3
+ # v4.3.2 / 2020-01-27 [(commits)](https://github.com/whitesmith/rubycritic/compare/v4.3.1...v4.3.2)
4
+
5
+ * [BUGFIX] Relax constraint on `parser` gem (by [@lloydwatkin][])
2
6
 
3
7
  # v4.3.1 / 2019-12-30 [(commits)](https://github.com/whitesmith/rubycritic/compare/v4.3.0...v4.3.1)
4
8
 
@@ -316,3 +320,4 @@
316
320
  [@cvoltz]: https://github.com/cvoltz
317
321
  [@Adre]: https://github.com/Adre
318
322
  [@GeoffTidey]: https://github.com/GeoffTidey
323
+ [@lloydwatkin]: https://github.com/lloydwatkin
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RubyCritic
4
- VERSION = '4.3.1'.freeze
4
+ VERSION = '4.3.2'.freeze
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubycritic
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.3.1
4
+ version: 4.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Guilherme Simoes
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-12-30 00:00:00.000000000 Z
11
+ date: 2020-01-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: flay
@@ -56,14 +56,14 @@ dependencies:
56
56
  name: parser
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - "~>"
59
+ - - ">="
60
60
  - !ruby/object:Gem::Version
61
61
  version: 2.6.0
62
62
  type: :runtime
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
- - - "~>"
66
+ - - ">="
67
67
  - !ruby/object:Gem::Version
68
68
  version: 2.6.0
69
69
  - !ruby/object:Gem::Dependency