yarp 0.10.0 → 0.11.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.
data/yarp.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "yarp"
5
- spec.version = "0.10.0"
5
+ spec.version = "0.11.0"
6
6
  spec.authors = ["Shopify"]
7
7
  spec.email = ["ruby@shopify.com"]
8
8
 
@@ -65,8 +65,11 @@ Gem::Specification.new do |spec|
65
65
  "lib/yarp/mutation_visitor.rb",
66
66
  "lib/yarp/node.rb",
67
67
  "lib/yarp/pack.rb",
68
+ "lib/yarp/pattern.rb",
68
69
  "lib/yarp/ripper_compat.rb",
69
70
  "lib/yarp/serialize.rb",
71
+ "lib/yarp/parse_result/comments.rb",
72
+ "lib/yarp/parse_result/newlines.rb",
70
73
  "src/diagnostic.c",
71
74
  "src/enc/yp_big5.c",
72
75
  "src/enc/yp_euc_jp.c",
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yarp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.11.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shopify
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-09-01 00:00:00.000000000 Z
11
+ date: 2023-09-08 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email:
@@ -70,6 +70,9 @@ files:
70
70
  - lib/yarp/mutation_visitor.rb
71
71
  - lib/yarp/node.rb
72
72
  - lib/yarp/pack.rb
73
+ - lib/yarp/parse_result/comments.rb
74
+ - lib/yarp/parse_result/newlines.rb
75
+ - lib/yarp/pattern.rb
73
76
  - lib/yarp/ripper_compat.rb
74
77
  - lib/yarp/serialize.rb
75
78
  - src/diagnostic.c
@@ -120,7 +123,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
120
123
  - !ruby/object:Gem::Version
121
124
  version: '0'
122
125
  requirements: []
123
- rubygems_version: 3.4.1
126
+ rubygems_version: 3.4.10
124
127
  signing_key:
125
128
  specification_version: 4
126
129
  summary: Yet Another Ruby Parser