m2m_keygen 0.4.9 → 0.5.1

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.
Files changed (174) hide show
  1. checksums.yaml +4 -4
  2. data/.overcommit.yml +4 -7
  3. data/.rubocop.yml +19 -16
  4. data/.ruby-version +1 -1
  5. data/.streerc +1 -0
  6. data/.tool-versions +1 -1
  7. data/CHANGELOG.md +70 -1
  8. data/Gemfile +2 -2
  9. data/Gemfile.lock +135 -158
  10. data/README.md +64 -78
  11. data/docs/MIGRATING.md +69 -0
  12. data/docs/SPEC.md +245 -0
  13. data/examples/nonce_store/postgres.rb +40 -0
  14. data/examples/nonce_store/redis.rb +23 -0
  15. data/gemfiles/rack_2.gemfile +5 -0
  16. data/gemfiles/rack_3.gemfile +5 -0
  17. data/lib/m2m_keygen/canonicalizer.rb +57 -0
  18. data/lib/m2m_keygen/nonce_store/disabled.rb +19 -0
  19. data/lib/m2m_keygen/nonce_store/memory.rb +64 -0
  20. data/lib/m2m_keygen/nonce_store.rb +18 -0
  21. data/lib/m2m_keygen/rack_validator.rb +86 -19
  22. data/lib/m2m_keygen/request_signer/signed_request.rb +10 -0
  23. data/lib/m2m_keygen/request_signer.rb +118 -0
  24. data/lib/m2m_keygen/signature.rb +41 -39
  25. data/lib/m2m_keygen/types/params_type.rb +6 -17
  26. data/lib/m2m_keygen/version.rb +1 -1
  27. data/lib/m2m_keygen.rb +6 -0
  28. data/m2m_keygen.gemspec +12 -14
  29. data/sorbet/config +1 -0
  30. data/sorbet/rbi/gems/.gitattributes +1 -0
  31. data/sorbet/rbi/gems/{ast@2.4.2.rbi → ast@2.4.3.rbi} +45 -79
  32. data/sorbet/rbi/gems/{benchmark@0.2.0.rbi → benchmark@0.5.0.rbi} +91 -58
  33. data/sorbet/rbi/gems/bundler-audit@0.9.3.rbi +397 -0
  34. data/sorbet/rbi/gems/byebug@13.0.0.rbi +3651 -0
  35. data/sorbet/rbi/gems/childprocess@5.1.0.rbi +336 -0
  36. data/sorbet/rbi/gems/concurrent-ruby@1.3.7.rbi +384 -0
  37. data/sorbet/rbi/gems/{diff-lcs@1.5.0.rbi → diff-lcs@1.6.2.rbi} +189 -199
  38. data/sorbet/rbi/gems/{docile@1.4.0.rbi → docile@1.4.1.rbi} +147 -147
  39. data/sorbet/rbi/gems/dotenv@3.2.0.rbi +267 -0
  40. data/sorbet/rbi/gems/erubi@1.13.1.rbi +155 -0
  41. data/sorbet/rbi/gems/{faker@2.22.0.rbi → faker@3.8.0.rbi} +8468 -3829
  42. data/sorbet/rbi/gems/{ffi@1.15.5.rbi → ffi@1.17.4.rbi} +1 -0
  43. data/sorbet/rbi/gems/{formatador@1.1.0.rbi → formatador@1.2.3.rbi} +1 -0
  44. data/sorbet/rbi/gems/{guard@2.18.0.rbi → guard@2.20.1.rbi} +1 -0
  45. data/sorbet/rbi/gems/{i18n@1.12.0.rbi → i18n@1.15.2.rbi} +687 -827
  46. data/sorbet/rbi/gems/io-console@0.8.2.rbi +9 -0
  47. data/sorbet/rbi/gems/{json@2.6.2.rbi → json@2.20.0.rbi} +994 -252
  48. data/sorbet/rbi/gems/language_server-protocol@3.17.0.5.rbi +9 -0
  49. data/sorbet/rbi/gems/lint_roller@1.1.0.rbi +189 -0
  50. data/sorbet/rbi/gems/listen@3.10.0.rbi +9 -0
  51. data/sorbet/rbi/gems/logger@1.7.0.rbi +896 -0
  52. data/sorbet/rbi/gems/{lumberjack@1.2.8.rbi → lumberjack@1.4.2.rbi} +1 -0
  53. data/sorbet/rbi/gems/{method_source@1.0.0.rbi → method_source@1.1.0.rbi} +111 -90
  54. data/sorbet/rbi/gems/{overcommit@0.59.1.rbi → overcommit@0.71.0.rbi} +503 -647
  55. data/sorbet/rbi/gems/parallel@2.1.0.rbi +321 -0
  56. data/sorbet/rbi/gems/parser@3.3.11.1.rbi +5229 -0
  57. data/sorbet/rbi/gems/prettier_print@1.2.1.rbi +878 -0
  58. data/sorbet/rbi/gems/prism@1.9.0.rbi +42224 -0
  59. data/sorbet/rbi/gems/pry-byebug@3.12.0.rbi +481 -0
  60. data/sorbet/rbi/gems/{pry@0.14.1.rbi → pry@0.16.0.rbi} +2567 -3550
  61. data/sorbet/rbi/gems/{racc@1.6.0.rbi → racc@1.8.1.rbi} +54 -40
  62. data/sorbet/rbi/gems/rack@3.2.6.rbi +4653 -0
  63. data/sorbet/rbi/gems/{rake@13.0.6.rbi → rake@13.4.2.rbi} +963 -732
  64. data/sorbet/rbi/gems/{rb-inotify@0.10.1.rbi → rb-inotify@0.11.1.rbi} +1 -0
  65. data/sorbet/rbi/gems/rbi@0.3.14.rbi +5519 -0
  66. data/sorbet/rbi/gems/rbs@4.0.3.rbi +6908 -0
  67. data/sorbet/rbi/gems/regexp_parser@2.12.0.rbi +3398 -0
  68. data/sorbet/rbi/gems/reline@0.6.3.rbi +2446 -0
  69. data/sorbet/rbi/gems/require-hooks@0.4.0.rbi +152 -0
  70. data/sorbet/rbi/gems/{rexml@3.2.5.rbi → rexml@3.4.4.rbi} +1085 -894
  71. data/sorbet/rbi/gems/rspec-core@3.13.6.rbi +9475 -0
  72. data/sorbet/rbi/gems/rspec-expectations@3.13.5.rbi +6108 -0
  73. data/sorbet/rbi/gems/rspec-mocks@3.13.8.rbi +4787 -0
  74. data/sorbet/rbi/gems/rspec-support@3.13.7.rbi +1274 -0
  75. data/sorbet/rbi/gems/rspec@3.13.2.rbi +15 -0
  76. data/sorbet/rbi/gems/rspec_in_context@1.2.2.rbi +294 -0
  77. data/sorbet/rbi/gems/rubocop-ast@1.49.1.rbi +7140 -0
  78. data/sorbet/rbi/gems/rubocop-faker@1.3.0.rbi +88 -0
  79. data/sorbet/rbi/gems/rubocop-performance@1.26.1.rbi +3403 -0
  80. data/sorbet/rbi/gems/rubocop-sorbet@0.12.0.rbi +2448 -0
  81. data/sorbet/rbi/gems/rubocop@1.88.1.rbi +63103 -0
  82. data/sorbet/rbi/gems/ruby-lsp@0.26.9.rbi +28 -0
  83. data/sorbet/rbi/gems/ruby-progressbar@1.13.0.rbi +988 -0
  84. data/sorbet/rbi/gems/rubydex@0.2.7.rbi +836 -0
  85. data/sorbet/rbi/gems/simplecov-html@0.13.2.rbi +90 -0
  86. data/sorbet/rbi/gems/{simplecov@0.21.2.rbi → simplecov@0.22.0.rbi} +438 -578
  87. data/sorbet/rbi/gems/spoom@1.8.2.rbi +6691 -0
  88. data/sorbet/rbi/gems/syntax_tree@6.3.0.rbi +22090 -0
  89. data/sorbet/rbi/gems/tapioca@0.19.2.rbi +3597 -0
  90. data/sorbet/rbi/gems/{thor@1.2.1.rbi → thor@1.5.0.rbi} +1085 -1171
  91. data/sorbet/rbi/gems/tsort@0.2.0.rbi +389 -0
  92. data/sorbet/rbi/gems/unicode-display_width@3.2.0.rbi +130 -0
  93. data/sorbet/rbi/gems/unicode-emoji@4.2.0.rbi +332 -0
  94. data/sorbet/rbi/gems/{yard-sorbet@0.7.0.rbi → yard-sorbet@0.9.0.rbi} +142 -99
  95. data/sorbet/rbi/gems/{yard@0.9.28.rbi → yard@0.9.44.rbi} +5350 -6316
  96. data/sorbet/rbi/gems/zeitwerk@2.8.2.rbi +1178 -0
  97. metadata +105 -111
  98. data/.prettierrc.js +0 -4
  99. data/docs/M2mKeygen/Error.html +0 -135
  100. data/docs/M2mKeygen/ParamsEncoder.html +0 -321
  101. data/docs/M2mKeygen/RackValidator.html +0 -533
  102. data/docs/M2mKeygen/Signature.html +0 -680
  103. data/docs/M2mKeygen/Types.html +0 -147
  104. data/docs/M2mKeygen.html +0 -157
  105. data/docs/_index.html +0 -182
  106. data/docs/class_list.html +0 -51
  107. data/docs/css/common.css +0 -1
  108. data/docs/css/full_list.css +0 -58
  109. data/docs/css/style.css +0 -497
  110. data/docs/file.README.html +0 -230
  111. data/docs/file_list.html +0 -56
  112. data/docs/frames.html +0 -17
  113. data/docs/index.html +0 -230
  114. data/docs/js/app.js +0 -314
  115. data/docs/js/full_list.js +0 -216
  116. data/docs/js/jquery.js +0 -4
  117. data/docs/method_list.html +0 -139
  118. data/docs/top-level-namespace.html +0 -110
  119. data/lib/m2m_keygen/params_encoder.rb +0 -56
  120. data/package.json +0 -12
  121. data/sig/m2m_keygen.rbs +0 -4
  122. data/sorbet/rbi/gems/activesupport@7.0.3.1.rbi +0 -18608
  123. data/sorbet/rbi/gems/backport@1.2.0.rbi +0 -522
  124. data/sorbet/rbi/gems/bundler-audit@0.9.1.rbi +0 -308
  125. data/sorbet/rbi/gems/byebug@11.1.3.rbi +0 -3603
  126. data/sorbet/rbi/gems/childprocess@4.1.0.rbi +0 -401
  127. data/sorbet/rbi/gems/concurrent-ruby@1.1.10.rbi +0 -11581
  128. data/sorbet/rbi/gems/dotenv@2.8.1.rbi +0 -234
  129. data/sorbet/rbi/gems/e2mmap@0.1.0.rbi +0 -8
  130. data/sorbet/rbi/gems/haml@5.2.2.rbi +0 -3190
  131. data/sorbet/rbi/gems/jaro_winkler@1.5.4.rbi +0 -19
  132. data/sorbet/rbi/gems/kramdown-parser-gfm@1.1.0.rbi +0 -133
  133. data/sorbet/rbi/gems/kramdown@2.4.0.rbi +0 -3261
  134. data/sorbet/rbi/gems/listen@3.7.1.rbi +0 -1181
  135. data/sorbet/rbi/gems/minitest@5.16.3.rbi +0 -1459
  136. data/sorbet/rbi/gems/nokogiri@1.13.8.rbi +0 -6514
  137. data/sorbet/rbi/gems/parallel@1.22.1.rbi +0 -277
  138. data/sorbet/rbi/gems/parser@3.1.2.1.rbi +0 -6826
  139. data/sorbet/rbi/gems/prettier@3.2.0.rbi +0 -22
  140. data/sorbet/rbi/gems/prettier_print@0.1.0.rbi +0 -8
  141. data/sorbet/rbi/gems/pry-byebug@3.10.1.rbi +0 -1222
  142. data/sorbet/rbi/gems/rack@2.2.4.rbi +0 -5630
  143. data/sorbet/rbi/gems/rbi@0.0.15.rbi +0 -3007
  144. data/sorbet/rbi/gems/rbs@2.6.0.rbi +0 -8
  145. data/sorbet/rbi/gems/regexp_parser@2.5.0.rbi +0 -3366
  146. data/sorbet/rbi/gems/reverse_markdown@2.1.1.rbi +0 -389
  147. data/sorbet/rbi/gems/rspec-core@3.11.0.rbi +0 -10786
  148. data/sorbet/rbi/gems/rspec-expectations@3.11.0.rbi +0 -8170
  149. data/sorbet/rbi/gems/rspec-mocks@3.11.1.rbi +0 -5385
  150. data/sorbet/rbi/gems/rspec-support@3.11.0.rbi +0 -1746
  151. data/sorbet/rbi/gems/rspec@3.11.0.rbi +0 -187
  152. data/sorbet/rbi/gems/rspec_in_context@1.1.0.3.rbi +0 -1113
  153. data/sorbet/rbi/gems/rubocop-ast@1.21.0.rbi +0 -7044
  154. data/sorbet/rbi/gems/rubocop-faker@1.1.0.rbi +0 -106
  155. data/sorbet/rbi/gems/rubocop-performance@1.14.3.rbi +0 -2982
  156. data/sorbet/rbi/gems/rubocop-sorbet@0.6.11.rbi +0 -990
  157. data/sorbet/rbi/gems/rubocop@1.35.1.rbi +0 -52002
  158. data/sorbet/rbi/gems/ruby-progressbar@1.11.0.rbi +0 -1239
  159. data/sorbet/rbi/gems/simplecov-html@0.12.3.rbi +0 -219
  160. data/sorbet/rbi/gems/solargraph@0.46.0.rbi +0 -9075
  161. data/sorbet/rbi/gems/spoom@1.1.12.rbi +0 -2369
  162. data/sorbet/rbi/gems/syntax_tree-haml@1.3.1.rbi +0 -8
  163. data/sorbet/rbi/gems/syntax_tree-rbs@0.5.0.rbi +0 -8
  164. data/sorbet/rbi/gems/syntax_tree@3.5.0.rbi +0 -8
  165. data/sorbet/rbi/gems/tapioca@0.9.4.rbi +0 -2946
  166. data/sorbet/rbi/gems/temple@0.8.2.rbi +0 -1712
  167. data/sorbet/rbi/gems/tilt@2.0.11.rbi +0 -742
  168. data/sorbet/rbi/gems/tzinfo@2.0.5.rbi +0 -5914
  169. data/sorbet/rbi/gems/unicode-display_width@2.2.0.rbi +0 -48
  170. data/sorbet/rbi/gems/unparser@0.6.5.rbi +0 -4529
  171. data/sorbet/rbi/gems/webrick@1.7.0.rbi +0 -2553
  172. data/sorbet/rbi/gems/zeitwerk@2.6.0.rbi +0 -867
  173. data/sorbet/rbi/manual.rbi +0 -7
  174. data/yarn.lock +0 -20
@@ -0,0 +1,332 @@
1
+ # typed: true
2
+
3
+ # DO NOT EDIT MANUALLY
4
+ # This is an autogenerated file for types exported from the `unicode-emoji` gem.
5
+ # Please instead update this file by running `bin/tapioca gem unicode-emoji`.
6
+
7
+
8
+ # This file was generated by a script, please do not edit it by hand.
9
+ # See `$ rake generate_constants` and data/generate_constants.rb for more info.
10
+ # This file was generated by a script, please do not edit it by hand.
11
+ # See `$ rake generate_constants` and data/generate_constants.rb for more info.
12
+ # This file was generated by a script, please do not edit it by hand.
13
+ # See `$ rake generate_constants` and data/generate_constants.rb for more info.
14
+ # This file was generated by a script, please do not edit it by hand.
15
+ # See `$ rake generate_constants` and data/generate_constants.rb for more info.
16
+ # This file was generated by a script, please do not edit it by hand.
17
+ # See `$ rake generate_constants` and data/generate_constants.rb for more info.
18
+ # This file was generated by a script, please do not edit it by hand.
19
+ # See `$ rake generate_constants` and data/generate_constants.rb for more info.
20
+ # This file was generated by a script, please do not edit it by hand.
21
+ # See `$ rake generate_constants` and data/generate_constants.rb for more info.
22
+ # This file was generated by a script, please do not edit it by hand.
23
+ # See `$ rake generate_constants` and data/generate_constants.rb for more info.
24
+ # This file was generated by a script, please do not edit it by hand.
25
+ # See `$ rake generate_constants` and data/generate_constants.rb for more info.
26
+ # This file was generated by a script, please do not edit it by hand.
27
+ # See `$ rake generate_constants` and data/generate_constants.rb for more info.
28
+ # This file was generated by a script, please do not edit it by hand.
29
+ # See `$ rake generate_constants` and data/generate_constants.rb for more info.
30
+ # This file was generated by a script, please do not edit it by hand.
31
+ # See `$ rake generate_constants` and data/generate_constants.rb for more info.
32
+ # This file was generated by a script, please do not edit it by hand.
33
+ # See `$ rake generate_constants` and data/generate_constants.rb for more info.
34
+ # This file was generated by a script, please do not edit it by hand.
35
+ # See `$ rake generate_constants` and data/generate_constants.rb for more info.
36
+ # This file was generated by a script, please do not edit it by hand.
37
+ # See `$ rake generate_constants` and data/generate_constants.rb for more info.
38
+ # This file was generated by a script, please do not edit it by hand.
39
+ # See `$ rake generate_constants` and data/generate_constants.rb for more info.
40
+ # This file was generated by a script, please do not edit it by hand.
41
+ # See `$ rake generate_constants` and data/generate_constants.rb for more info.
42
+ # This file was generated by a script, please do not edit it by hand.
43
+ # See `$ rake generate_constants` and data/generate_constants.rb for more info.
44
+ # This file was generated by a script, please do not edit it by hand.
45
+ # See `$ rake generate_constants` and data/generate_constants.rb for more info.
46
+ # This file was generated by a script, please do not edit it by hand.
47
+ # See `$ rake generate_constants` and data/generate_constants.rb for more info.
48
+ # This file was generated by a script, please do not edit it by hand.
49
+ # See `$ rake generate_constants` and data/generate_constants.rb for more info.
50
+ # This file was generated by a script, please do not edit it by hand.
51
+ # See `$ rake generate_constants` and data/generate_constants.rb for more info.
52
+ # This file was generated by a script, please do not edit it by hand.
53
+ # See `$ rake generate_constants` and data/generate_constants.rb for more info.
54
+ # This file was generated by a script, please do not edit it by hand.
55
+ # See `$ rake generate_constants` and data/generate_constants.rb for more info.
56
+ # This file was generated by a script, please do not edit it by hand.
57
+ # See `$ rake generate_constants` and data/generate_constants.rb for more info.
58
+ # This file was generated by a script, please do not edit it by hand.
59
+ # See `$ rake generate_constants` and data/generate_constants.rb for more info.
60
+ # This file was generated by a script, please do not edit it by hand.
61
+ # See `$ rake generate_constants` and data/generate_constants.rb for more info.
62
+ # This file was generated by a script, please do not edit it by hand.
63
+ # See `$ rake generate_constants` and data/generate_constants.rb for more info.
64
+ # This file was generated by a script, please do not edit it by hand.
65
+ # See `$ rake generate_constants` and data/generate_constants.rb for more info.
66
+ # This file was generated by a script, please do not edit it by hand.
67
+ # See `$ rake generate_constants` and data/generate_constants.rb for more info.
68
+ # This file was generated by a script, please do not edit it by hand.
69
+ # See `$ rake generate_constants` and data/generate_constants.rb for more info.
70
+ # This file was generated by a script, please do not edit it by hand.
71
+ # See `$ rake generate_constants` and data/generate_constants.rb for more info.
72
+ # This file was generated by a script, please do not edit it by hand.
73
+ # See `$ rake generate_constants` and data/generate_constants.rb for more info.
74
+ # This file was generated by a script, please do not edit it by hand.
75
+ # See `$ rake generate_constants` and data/generate_constants.rb for more info.
76
+ # This file was generated by a script, please do not edit it by hand.
77
+ # See `$ rake generate_constants` and data/generate_constants.rb for more info.
78
+ # This file was generated by a script, please do not edit it by hand.
79
+ # See `$ rake generate_constants` and data/generate_constants.rb for more info.
80
+ # This file was generated by a script, please do not edit it by hand.
81
+ # See `$ rake generate_constants` and data/generate_constants.rb for more info.
82
+ # This file was generated by a script, please do not edit it by hand.
83
+ # See `$ rake generate_constants` and data/generate_constants.rb for more info.
84
+ # This file was generated by a script, please do not edit it by hand.
85
+ # See `$ rake generate_constants` and data/generate_constants.rb for more info.
86
+ # This file was generated by a script, please do not edit it by hand.
87
+ # See `$ rake generate_constants` and data/generate_constants.rb for more info.
88
+ #
89
+ # pkg:gem/unicode-emoji#lib/unicode/emoji/constants.rb:3
90
+ module Unicode; end
91
+
92
+ # pkg:gem/unicode-emoji#lib/unicode/emoji/constants.rb:4
93
+ module Unicode::Emoji
94
+ class << self
95
+ # Returns ordered list of Emoji, categorized in a three-level deep Hash structure
96
+ #
97
+ # pkg:gem/unicode-emoji#lib/unicode/emoji.rb:80
98
+ def list(key = T.unsafe(nil), sub_key = T.unsafe(nil)); end
99
+
100
+ # Return Emoji properties of character as an Array or nil
101
+ # See PROPERTY_NAMES constant for possible properties
102
+ #
103
+ # Source: see https://www.unicode.org/Public/16.0.0/ucd/emoji/emoji-data.txt
104
+ #
105
+ # pkg:gem/unicode-emoji#lib/unicode/emoji.rb:68
106
+ def properties(char); end
107
+
108
+ private
109
+
110
+ # pkg:gem/unicode-emoji#lib/unicode/emoji.rb:88
111
+ def get_codepoint_value(char); end
112
+ end
113
+ end
114
+
115
+ # Last codepoint of tag-based subdivision flags
116
+ #
117
+ # pkg:gem/unicode-emoji#lib/unicode/emoji/constants.rb:32
118
+ Unicode::Emoji::CANCEL_TAG = T.let(T.unsafe(nil), Integer)
119
+
120
+ # pkg:gem/unicode-emoji#lib/unicode/emoji/constants.rb:8
121
+ Unicode::Emoji::CLDR_VERSION = T.let(T.unsafe(nil), String)
122
+
123
+ # pkg:gem/unicode-emoji#lib/unicode/emoji/constants.rb:9
124
+ Unicode::Emoji::DATA_DIRECTORY = T.let(T.unsafe(nil), String)
125
+
126
+ # The current list of codepoints with the "Emoji" property
127
+ # Same characters as \p{Emoji}
128
+ # (Emoji version of this gem might be more recent than Ruby's Emoji version)
129
+ #
130
+ # pkg:gem/unicode-emoji#lib/unicode/emoji/lazy_constants.rb:8
131
+ Unicode::Emoji::EMOJI_CHAR = T.let(T.unsafe(nil), Array)
132
+
133
+ # The current list of codepoints with the "Emoji_Component" property
134
+ # Same characters as \p{Emoji Component} or \p{EComp}
135
+ # (Emoji version of this gem might be more recent than Ruby's Emoji version)
136
+ #
137
+ # pkg:gem/unicode-emoji#lib/unicode/emoji/lazy_constants.rb:21
138
+ Unicode::Emoji::EMOJI_COMPONENT = T.let(T.unsafe(nil), Array)
139
+
140
+ # The list of characters that can be used as base for keycap sequences
141
+ #
142
+ # pkg:gem/unicode-emoji#lib/unicode/emoji/lazy_constants.rb:42
143
+ Unicode::Emoji::EMOJI_KEYCAPS = T.let(T.unsafe(nil), Array)
144
+
145
+ # Combining Enclosing Keycap character
146
+ #
147
+ # pkg:gem/unicode-emoji#lib/unicode/emoji/constants.rb:38
148
+ Unicode::Emoji::EMOJI_KEYCAP_SUFFIX = T.let(T.unsafe(nil), Integer)
149
+
150
+ # The current list of codepoints with the "Emoji_Modifier" property
151
+ # Same characters as \p{Emoji Modifier} or \p{EMod}
152
+ # (Emoji version of this gem might be more recent than Ruby's Emoji version)
153
+ #
154
+ # pkg:gem/unicode-emoji#lib/unicode/emoji/lazy_constants.rb:31
155
+ Unicode::Emoji::EMOJI_MODIFIERS = T.let(T.unsafe(nil), Array)
156
+
157
+ # The current list of codepoints with the "Emoji_Modifier_Base" property
158
+ # Same characters as \p{Emoji Modifier Base} or \p{EBase}
159
+ # (Emoji version of this gem might be more recent than Ruby's Emoji version)
160
+ #
161
+ # pkg:gem/unicode-emoji#lib/unicode/emoji/lazy_constants.rb:26
162
+ Unicode::Emoji::EMOJI_MODIFIER_BASES = T.let(T.unsafe(nil), Array)
163
+
164
+ # The current list of codepoints with the "Emoji_Presentation" property
165
+ # Same characters as \p{Emoji Presentation} or \p{EPres}
166
+ # (Emoji version of this gem might be more recent than Ruby's Emoji version)
167
+ #
168
+ # pkg:gem/unicode-emoji#lib/unicode/emoji/lazy_constants.rb:13
169
+ Unicode::Emoji::EMOJI_PRESENTATION = T.let(T.unsafe(nil), Array)
170
+
171
+ # First codepoint of tag-based subdivision flags
172
+ #
173
+ # pkg:gem/unicode-emoji#lib/unicode/emoji/constants.rb:29
174
+ Unicode::Emoji::EMOJI_TAG_BASE_FLAG = T.let(T.unsafe(nil), Integer)
175
+
176
+ # Variation Selector 16 (VS16), enables emoji presentation mode for preceding codepoint
177
+ #
178
+ # pkg:gem/unicode-emoji#lib/unicode/emoji/constants.rb:23
179
+ Unicode::Emoji::EMOJI_VARIATION_SELECTOR = T.let(T.unsafe(nil), Integer)
180
+
181
+ # pkg:gem/unicode-emoji#lib/unicode/emoji/constants.rb:6
182
+ Unicode::Emoji::EMOJI_VERSION = T.let(T.unsafe(nil), String)
183
+
184
+ # The current list of codepoints with the "Extended_Pictographic" property
185
+ # Same characters as \p{Extended Pictographic} or \p{ExtPict}
186
+ # (Emoji version of this gem might be more recent than Ruby's Emoji version)
187
+ #
188
+ # pkg:gem/unicode-emoji#lib/unicode/emoji/lazy_constants.rb:36
189
+ Unicode::Emoji::EXTENDED_PICTOGRAPHIC = T.let(T.unsafe(nil), Array)
190
+
191
+ # The current list of codepoints with the "Extended_Pictographic" property that don't have the "Emoji" property
192
+ #
193
+ # pkg:gem/unicode-emoji#lib/unicode/emoji/lazy_constants.rb:39
194
+ Unicode::Emoji::EXTENDED_PICTOGRAPHIC_NO_EMOJI = T.let(T.unsafe(nil), Array)
195
+
196
+ # pkg:gem/unicode-emoji#lib/unicode/emoji/index.rb:11
197
+ Unicode::Emoji::INDEX = T.let(T.unsafe(nil), Hash)
198
+
199
+ # pkg:gem/unicode-emoji#lib/unicode/emoji/constants.rb:10
200
+ Unicode::Emoji::INDEX_FILENAME = T.let(T.unsafe(nil), String)
201
+
202
+ # Contains an ordered and group list of all currently recommended Emoji (RGI/FQE)
203
+ #
204
+ # pkg:gem/unicode-emoji#lib/unicode/emoji/list.rb:6
205
+ Unicode::Emoji::LIST = T.let(T.unsafe(nil), Hash)
206
+
207
+ # Sometimes, categories change, we issue a warning in these cases
208
+ #
209
+ # pkg:gem/unicode-emoji#lib/unicode/emoji/list.rb:9
210
+ Unicode::Emoji::LIST_REMOVED_KEYS = T.let(T.unsafe(nil), Array)
211
+
212
+ # Unicode properties, see https://www.unicode.org/Public/16.0.0/ucd/emoji/emoji-data.txt
213
+ #
214
+ # pkg:gem/unicode-emoji#lib/unicode/emoji/constants.rb:13
215
+ Unicode::Emoji::PROPERTY_NAMES = T.let(T.unsafe(nil), Hash)
216
+
217
+ # The list RGI tag sequence flags
218
+ #
219
+ # pkg:gem/unicode-emoji#lib/unicode/emoji/lazy_constants.rb:51
220
+ Unicode::Emoji::RECOMMENDED_SUBDIVISION_FLAGS = T.let(T.unsafe(nil), Array)
221
+
222
+ # The list of fully-qualified RGI Emoji ZWJ sequences
223
+ #
224
+ # pkg:gem/unicode-emoji#lib/unicode/emoji/lazy_constants.rb:54
225
+ Unicode::Emoji::RECOMMENDED_ZWJ_SEQUENCES = T.let(T.unsafe(nil), Array)
226
+
227
+ # pkg:gem/unicode-emoji#lib/unicode/emoji/generated/regex.rb:6
228
+ Unicode::Emoji::REGEX = T.let(T.unsafe(nil), Regexp)
229
+
230
+ # pkg:gem/unicode-emoji#lib/unicode/emoji/generated/regex_basic.rb:6
231
+ Unicode::Emoji::REGEX_BASIC = T.let(T.unsafe(nil), Regexp)
232
+
233
+ # pkg:gem/unicode-emoji#lib/unicode/emoji/generated/regex_emoji_keycap.rb:6
234
+ Unicode::Emoji::REGEX_EMOJI_KEYCAP = T.let(T.unsafe(nil), Regexp)
235
+
236
+ # pkg:gem/unicode-emoji#lib/unicode/emoji/generated/regex_include_mqe.rb:6
237
+ Unicode::Emoji::REGEX_INCLUDE_MQE = T.let(T.unsafe(nil), Regexp)
238
+
239
+ # pkg:gem/unicode-emoji#lib/unicode/emoji/generated/regex_include_mqe_uqe.rb:6
240
+ Unicode::Emoji::REGEX_INCLUDE_MQE_UQE = T.let(T.unsafe(nil), Regexp)
241
+
242
+ # pkg:gem/unicode-emoji#lib/unicode/emoji/generated/regex_include_text.rb:6
243
+ Unicode::Emoji::REGEX_INCLUDE_TEXT = T.let(T.unsafe(nil), Regexp)
244
+
245
+ # pkg:gem/unicode-emoji#lib/unicode/emoji/generated/regex_picto.rb:6
246
+ Unicode::Emoji::REGEX_PICTO = T.let(T.unsafe(nil), Regexp)
247
+
248
+ # pkg:gem/unicode-emoji#lib/unicode/emoji/generated/regex_picto_no_emoji.rb:6
249
+ Unicode::Emoji::REGEX_PICTO_NO_EMOJI = T.let(T.unsafe(nil), Regexp)
250
+
251
+ # pkg:gem/unicode-emoji#lib/unicode/emoji/generated/regex_possible.rb:6
252
+ Unicode::Emoji::REGEX_POSSIBLE = T.let(T.unsafe(nil), Regexp)
253
+
254
+ # pkg:gem/unicode-emoji#lib/unicode/emoji/generated/regex_prop_component.rb:6
255
+ Unicode::Emoji::REGEX_PROP_COMPONENT = T.let(T.unsafe(nil), Regexp)
256
+
257
+ # pkg:gem/unicode-emoji#lib/unicode/emoji/generated/regex_prop_emoji.rb:6
258
+ Unicode::Emoji::REGEX_PROP_EMOJI = T.let(T.unsafe(nil), Regexp)
259
+
260
+ # pkg:gem/unicode-emoji#lib/unicode/emoji/generated/regex_prop_modifier.rb:6
261
+ Unicode::Emoji::REGEX_PROP_MODIFIER = T.let(T.unsafe(nil), Regexp)
262
+
263
+ # pkg:gem/unicode-emoji#lib/unicode/emoji/generated/regex_prop_modifier_base.rb:6
264
+ Unicode::Emoji::REGEX_PROP_MODIFIER_BASE = T.let(T.unsafe(nil), Regexp)
265
+
266
+ # pkg:gem/unicode-emoji#lib/unicode/emoji/generated/regex_prop_presentation.rb:6
267
+ Unicode::Emoji::REGEX_PROP_PRESENTATION = T.let(T.unsafe(nil), Regexp)
268
+
269
+ # pkg:gem/unicode-emoji#lib/unicode/emoji/generated/regex_text.rb:6
270
+ Unicode::Emoji::REGEX_TEXT = T.let(T.unsafe(nil), Regexp)
271
+
272
+ # pkg:gem/unicode-emoji#lib/unicode/emoji/generated/regex_text_presentation.rb:6
273
+ Unicode::Emoji::REGEX_TEXT_PRESENTATION = T.let(T.unsafe(nil), Regexp)
274
+
275
+ # pkg:gem/unicode-emoji#lib/unicode/emoji/generated/regex_valid.rb:6
276
+ Unicode::Emoji::REGEX_VALID = T.let(T.unsafe(nil), Regexp)
277
+
278
+ # pkg:gem/unicode-emoji#lib/unicode/emoji/generated/regex_valid_include_text.rb:6
279
+ Unicode::Emoji::REGEX_VALID_INCLUDE_TEXT = T.let(T.unsafe(nil), Regexp)
280
+
281
+ # pkg:gem/unicode-emoji#lib/unicode/emoji/generated/regex_well_formed.rb:6
282
+ Unicode::Emoji::REGEX_WELL_FORMED = T.let(T.unsafe(nil), Regexp)
283
+
284
+ # pkg:gem/unicode-emoji#lib/unicode/emoji/generated/regex_well_formed_include_text.rb:6
285
+ Unicode::Emoji::REGEX_WELL_FORMED_INCLUDE_TEXT = T.let(T.unsafe(nil), Regexp)
286
+
287
+ # Two regional indicators make up a region
288
+ #
289
+ # pkg:gem/unicode-emoji#lib/unicode/emoji/constants.rb:44
290
+ Unicode::Emoji::REGIONAL_INDICATORS = T.let(T.unsafe(nil), Array)
291
+
292
+ # Tags characters allowed in tag-based subdivision flags
293
+ #
294
+ # pkg:gem/unicode-emoji#lib/unicode/emoji/constants.rb:35
295
+ Unicode::Emoji::SPEC_TAGS = T.let(T.unsafe(nil), Array)
296
+
297
+ # The current list of codepoints with the "Emoji" property that lack the "Emoji Presentation" property
298
+ #
299
+ # pkg:gem/unicode-emoji#lib/unicode/emoji/lazy_constants.rb:16
300
+ Unicode::Emoji::TEXT_PRESENTATION = T.let(T.unsafe(nil), Array)
301
+
302
+ # Variation Selector 15 (VS15), enables text presentation mode for preceding codepoint
303
+ #
304
+ # pkg:gem/unicode-emoji#lib/unicode/emoji/constants.rb:26
305
+ Unicode::Emoji::TEXT_VARIATION_SELECTOR = T.let(T.unsafe(nil), Integer)
306
+
307
+ # pkg:gem/unicode-emoji#lib/unicode/emoji/constants.rb:7
308
+ Unicode::Emoji::UNICODE_VERSION = T.let(T.unsafe(nil), String)
309
+
310
+ # The list of valid regions
311
+ #
312
+ # pkg:gem/unicode-emoji#lib/unicode/emoji/lazy_constants.rb:45
313
+ Unicode::Emoji::VALID_REGION_FLAGS = T.let(T.unsafe(nil), Array)
314
+
315
+ # The list of valid subdivisions in regex character class syntax
316
+ #
317
+ # pkg:gem/unicode-emoji#lib/unicode/emoji/lazy_constants.rb:48
318
+ Unicode::Emoji::VALID_SUBDIVISIONS = T.let(T.unsafe(nil), Array)
319
+
320
+ # pkg:gem/unicode-emoji#lib/unicode/emoji/constants.rb:5
321
+ Unicode::Emoji::VERSION = T.let(T.unsafe(nil), String)
322
+
323
+ # The current list of Emoji components that should have a visual representation
324
+ # Currently skin tone modifiers + hair components
325
+ #
326
+ # pkg:gem/unicode-emoji#lib/unicode/emoji/constants.rb:48
327
+ Unicode::Emoji::VISUAL_COMPONENT = T.let(T.unsafe(nil), Array)
328
+
329
+ # Zero-width-joiner to enable combination of multiple Emoji in a sequence
330
+ #
331
+ # pkg:gem/unicode-emoji#lib/unicode/emoji/constants.rb:41
332
+ Unicode::Emoji::ZWJ = T.let(T.unsafe(nil), Integer)