regexp_property_values 1.4.0-java → 1.5.0-java

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9aad0c3c1f944b7c75346dd9f789dfed8d13fcc91da62631a1a3e98365f0ca8a
4
- data.tar.gz: eda51e3a4a97d7c5101aec7b0c868b68105b30d6e06825873dfbdf0792f1910a
3
+ metadata.gz: fbc30f07e5a5ae32e98c4ff70e947028c2b5271bef65500fbe342137ce2fb8af
4
+ data.tar.gz: 959da3f06d8e4bac3f994fdf5aea8fe3f917e59baa22b13426ae0a60e2386490
5
5
  SHA512:
6
- metadata.gz: 7edb359fd4aed59738212aec9ec9e2747227df4d6df057a4c0e738e2f93b181bcbfad27b6eb52bc9a37dc6f5734ef6dbba3f331bd3774c07517aff6d779694f9
7
- data.tar.gz: 0e7bc02f520b6459928c3c84f012ca5157fceda81354c98feef5b04baeec4cb98cd44458ec67c96d93a51d0ecf312fa8a728189bbbe1dfa7a7d2490fa1fa3b1a
6
+ metadata.gz: f90f8fdb20d19aa20c0afdcfd493d01649b79018cb255d8a7e7bbede5ad8772b4dad8318d2b334749a1f8fb62d6c526d170c494c8d545c3572e548c873bc3c71
7
+ data.tar.gz: cdd8ece0c0e66af8b57153f5faf18bdda2e826629b660101ed8ebd22be970429582546af09c91f4283a9ef8510fcbe82024d13e6ee9a33da561bf21c803ca44a
data/CHANGELOG.md CHANGED
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
4
  The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
5
  and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
6
 
7
+ ## [1.5.0] - 2024-01-06
8
+
9
+ ### Added
10
+ - new properties of future Ruby 3.3.x / Unicode 15.1
11
+
7
12
  ## [1.4.0] - 2023-06-10
8
13
 
9
14
  ### Added
data/lib/aliases CHANGED
@@ -56,6 +56,7 @@ Elba;Elbasan
56
56
  Elym;Elymaic
57
57
  Ethi;Ethiopic
58
58
  Ext;Extender
59
+ ExtPict;Extended_Pictographic
59
60
  Geor;Georgian
60
61
  Glag;Glagolitic
61
62
  Gong;Gunjala_Gondi
@@ -83,6 +84,7 @@ IDC;ID_Continue
83
84
  IDS;ID_Start
84
85
  IDSB;IDS_Binary_Operator
85
86
  IDST;IDS_Trinary_Operator
87
+ IDSU;IDS_Unary_Operator
86
88
  Ideo;Ideographic
87
89
  Ital;Old_Italic
88
90
  Java;Javanese
@@ -1,3 +1,3 @@
1
1
  module RegexpPropertyValues
2
- VERSION = '1.4.0'
2
+ VERSION = '1.5.0'
3
3
  end
data/lib/values CHANGED
@@ -9,6 +9,7 @@ Age=12.1
9
9
  Age=13.0
10
10
  Age=14.0
11
11
  Age=15.0
12
+ Age=15.1
12
13
  Age=2.0
13
14
  Age=2.1
14
15
  Age=3.0
@@ -124,6 +125,9 @@ Hiragana
124
125
  Hyphen
125
126
  IDS_Binary_Operator
126
127
  IDS_Trinary_Operator
128
+ IDS_Unary_Operator
129
+ ID_Compat_Math_Continue
130
+ ID_Compat_Math_Start
127
131
  ID_Continue
128
132
  ID_Start
129
133
  Ideographic
@@ -181,6 +185,7 @@ In_CJK_Unified_Ideographs_Extension_E
181
185
  In_CJK_Unified_Ideographs_Extension_F
182
186
  In_CJK_Unified_Ideographs_Extension_G
183
187
  In_CJK_Unified_Ideographs_Extension_H
188
+ In_CJK_Unified_Ideographs_Extension_I
184
189
  In_Carian
185
190
  In_Caucasian_Albanian
186
191
  In_Chakma
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: regexp_property_values
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.5.0
5
5
  platform: java
6
6
  authors:
7
7
  - Janosch Müller
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-10 00:00:00.000000000 Z
11
+ date: 2024-01-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: range_compressor
@@ -74,7 +74,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
74
74
  - !ruby/object:Gem::Version
75
75
  version: '0'
76
76
  requirements: []
77
- rubygems_version: 3.4.10
77
+ rubygems_version: 3.5.0.dev
78
78
  signing_key:
79
79
  specification_version: 4
80
80
  summary: Inspect property values supported by Ruby's regex engine