parser 3.0.2.0 → 3.0.3.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.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Parser
4
- VERSION = '3.0.2.0'
4
+ VERSION = '3.0.3.0'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: parser
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.2.0
4
+ version: 3.0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - whitequark
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-07-08 00:00:00.000000000 Z
11
+ date: 2021-11-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ast
@@ -245,9 +245,9 @@ licenses:
245
245
  - MIT
246
246
  metadata:
247
247
  bug_tracker_uri: https://github.com/whitequark/parser/issues
248
- changelog_uri: https://github.com/whitequark/parser/blob/v3.0.2.0/CHANGELOG.md
249
- documentation_uri: https://www.rubydoc.info/gems/parser/3.0.2.0
250
- source_code_uri: https://github.com/whitequark/parser/tree/v3.0.2.0
248
+ changelog_uri: https://github.com/whitequark/parser/blob/v3.0.3.0/CHANGELOG.md
249
+ documentation_uri: https://www.rubydoc.info/gems/parser/3.0.3.0
250
+ source_code_uri: https://github.com/whitequark/parser/tree/v3.0.3.0
251
251
  post_install_message:
252
252
  rdoc_options: []
253
253
  require_paths:
@@ -263,7 +263,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
263
263
  - !ruby/object:Gem::Version
264
264
  version: '0'
265
265
  requirements: []
266
- rubygems_version: 3.0.6
266
+ rubygems_version: 3.2.3
267
267
  signing_key:
268
268
  specification_version: 4
269
269
  summary: A Ruby parser written in pure Ruby.