pingram 1.0.24 → 1.0.25

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 (88) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +2 -2
  3. data/lib/pingram/api/email_api.rb +5 -5
  4. data/lib/pingram/api/registrations_api.rb +209 -0
  5. data/lib/pingram/api_client.rb +1 -1
  6. data/lib/pingram/client_wrapper.rb +10 -0
  7. data/lib/pingram/models/account_get_response.rb +26 -4
  8. data/lib/pingram/models/billing_post_response_body.rb +23 -1
  9. data/lib/pingram/models/logs_get_response_logs_inner.rb +10 -10
  10. data/lib/pingram/models/ten_dlc_brand_admin_update_request.rb +378 -0
  11. data/lib/pingram/models/ten_dlc_brand_create_request.rb +41 -10
  12. data/lib/pingram/models/ten_dlc_brand_registration_details.rb +1 -0
  13. data/lib/pingram/models/ten_dlc_brand_update_request.rb +24 -38
  14. data/lib/pingram/version.rb +1 -1
  15. data/lib/pingram.rb +2 -1
  16. data/vendor/bundle/ruby/3.2.0/cache/psych-5.5.0.gem +0 -0
  17. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/byebug-13.0.0/gem_make.out +5 -5
  18. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/date-3.5.1/gem_make.out +5 -5
  19. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/io-console-0.9.2/gem_make.out +5 -5
  20. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/io-console-0.9.2/mkmf.log +3 -3
  21. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/jaro_winkler-1.5.6/gem_make.out +5 -5
  22. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/{psych-5.4.0 → psych-5.5.0}/gem_make.out +10 -10
  23. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-5.5.0/psych.so +0 -0
  24. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/racc-1.8.1/gem_make.out +5 -5
  25. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/stringio-3.2.0/gem_make.out +5 -5
  26. data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/README.md +53 -0
  27. data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/ext/psych/extconf.rb +22 -0
  28. data/vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/ext/psych/psych.c +68 -0
  29. data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/ext/psych/psych.h +4 -0
  30. data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/ext/psych/psych_emitter.c +4 -0
  31. data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/ext/psych/psych_parser.c +79 -18
  32. data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/lib/psych/class_loader.rb +1 -0
  33. data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/lib/psych/parser.rb +40 -1
  34. data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/lib/psych/scalar_scanner.rb +15 -3
  35. data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/lib/psych/versions.rb +1 -1
  36. data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/lib/psych/visitors/to_ruby.rb +20 -9
  37. data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/lib/psych/visitors/yaml_tree.rb +0 -3
  38. data/vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych.so +0 -0
  39. data/vendor/bundle/ruby/3.2.0/specifications/{psych-5.4.0.gemspec → psych-5.5.0.gemspec} +2 -2
  40. metadata +64 -63
  41. data/lib/pingram/models/delete_email_suppressions_response.rb +0 -192
  42. data/vendor/bundle/ruby/3.2.0/cache/psych-5.4.0.gem +0 -0
  43. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-5.4.0/psych.so +0 -0
  44. data/vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/ext/psych/psych.c +0 -36
  45. data/vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych.so +0 -0
  46. /data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/{psych-5.4.0 → psych-5.5.0}/gem.build_complete +0 -0
  47. /data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/{psych-5.4.0 → psych-5.5.0}/mkmf.log +0 -0
  48. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/CONTRIBUTING.md +0 -0
  49. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/LICENSE +0 -0
  50. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/ext/psych/Makefile +0 -0
  51. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/ext/psych/depend +0 -0
  52. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/ext/psych/psych_emitter.h +0 -0
  53. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/ext/psych/psych_parser.h +0 -0
  54. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/ext/psych/psych_to_ruby.c +0 -0
  55. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/ext/psych/psych_to_ruby.h +0 -0
  56. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/ext/psych/psych_yaml_tree.c +0 -0
  57. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/ext/psych/psych_yaml_tree.h +0 -0
  58. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/lib/psych/coder.rb +0 -0
  59. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/lib/psych/core_ext.rb +0 -0
  60. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/lib/psych/exception.rb +0 -0
  61. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/lib/psych/handler.rb +0 -0
  62. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/lib/psych/handlers/document_stream.rb +0 -0
  63. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/lib/psych/handlers/recorder.rb +0 -0
  64. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/lib/psych/json/ruby_events.rb +0 -0
  65. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/lib/psych/json/stream.rb +0 -0
  66. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/lib/psych/json/tree_builder.rb +0 -0
  67. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/lib/psych/json/yaml_events.rb +0 -0
  68. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/lib/psych/nodes/alias.rb +0 -0
  69. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/lib/psych/nodes/document.rb +0 -0
  70. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/lib/psych/nodes/mapping.rb +0 -0
  71. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/lib/psych/nodes/node.rb +0 -0
  72. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/lib/psych/nodes/scalar.rb +0 -0
  73. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/lib/psych/nodes/sequence.rb +0 -0
  74. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/lib/psych/nodes/stream.rb +0 -0
  75. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/lib/psych/nodes.rb +0 -0
  76. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/lib/psych/omap.rb +0 -0
  77. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/lib/psych/set.rb +0 -0
  78. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/lib/psych/stream.rb +0 -0
  79. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/lib/psych/streaming.rb +0 -0
  80. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/lib/psych/syntax_error.rb +0 -0
  81. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/lib/psych/tree_builder.rb +0 -0
  82. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/lib/psych/visitors/depth_first.rb +0 -0
  83. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/lib/psych/visitors/emitter.rb +0 -0
  84. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/lib/psych/visitors/json_tree.rb +0 -0
  85. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/lib/psych/visitors/visitor.rb +0 -0
  86. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/lib/psych/visitors.rb +0 -0
  87. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/lib/psych/y.rb +0 -0
  88. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/lib/psych.rb +0 -0
@@ -24,6 +24,18 @@ module Psych
24
24
  |[-+]?(?:0|[1-9](?:[0-9]|,[0-9]|_[0-9])*) (?# base 10)
25
25
  |[-+]?0x[_,]*[0-9a-fA-F][0-9a-fA-F_,]* (?# base 16))$/x
26
26
 
27
+ # YAML 1.1 treats yes/no/on/off as booleans in addition to true/false,
28
+ # while YAML 1.2's core schema only recognizes true/false. The default
29
+ # libyaml backend keeps the 1.1 set for backward compatibility; the
30
+ # experimental libfyaml backend follows 1.2.
31
+ if defined?(Psych::BACKEND) && Psych::BACKEND == 'libfyaml'
32
+ BOOLEAN_TRUE = /^true$/i
33
+ BOOLEAN_FALSE = /^false$/i
34
+ else
35
+ BOOLEAN_TRUE = /^(yes|true|on)$/i
36
+ BOOLEAN_FALSE = /^(no|false|off)$/i
37
+ end
38
+
27
39
  attr_reader :class_loader
28
40
 
29
41
  # Create a new scanner
@@ -48,9 +60,9 @@ module Psych
48
60
  string
49
61
  elsif string == '~' || string.match?(/^null$/i)
50
62
  nil
51
- elsif string.match?(/^(yes|true|on)$/i)
63
+ elsif string.match?(BOOLEAN_TRUE)
52
64
  true
53
- elsif string.match?(/^(no|false|off)$/i)
65
+ elsif string.match?(BOOLEAN_FALSE)
54
66
  false
55
67
  else
56
68
  string
@@ -115,7 +127,7 @@ module Psych
115
127
  def parse_time string
116
128
  klass = class_loader.load 'Time'
117
129
 
118
- date, time = *(string.split(/[ tT]/, 2))
130
+ date, time = *(string.split(/[Tt]|\s+/, 2))
119
131
  (yy, m, dd) = date.match(/^(-?\d{4})-(\d{1,2})-(\d{1,2})/).captures.map { |x| x.to_i }
120
132
  md = time.match(/(\d+:\d+:\d+)(?:\.(\d*))?\s*(Z|[-+]\d+(:\d\d)?)?/)
121
133
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Psych
4
4
  # The version of Psych you are using
5
- VERSION = '5.4.0'
5
+ VERSION = '5.5.0'
6
6
 
7
7
  if RUBY_ENGINE == 'jruby'
8
8
  DEFAULT_SNAKEYAML_VERSION = '2.10'.freeze
@@ -72,7 +72,7 @@ module Psych
72
72
  when '!binary', 'tag:yaml.org,2002:binary'
73
73
  o.value.unpack('m').first
74
74
  when /^!(?:str|ruby\/string)(?::(.*))?$/, 'tag:yaml.org,2002:str'
75
- klass = resolve_class($1)
75
+ klass = resolve_subclass($1, String)
76
76
  if klass
77
77
  klass.allocate.replace o.value
78
78
  else
@@ -87,6 +87,7 @@ module Psych
87
87
  DateTime.civil(*t.to_a[0, 6].reverse, Rational(t.utc_offset, 86400)) +
88
88
  (t.subsec/86400)
89
89
  when '!ruby/encoding'
90
+ class_loader.encoding
90
91
  ::Encoding.find o.value
91
92
  when "!ruby/object:Complex"
92
93
  class_loader.complex
@@ -156,7 +157,7 @@ module Psych
156
157
  }
157
158
  map
158
159
  when /^!(?:seq|ruby\/array):(.*)$/
159
- klass = resolve_class($1)
160
+ klass = resolve_subclass($1, Array)
160
161
  list = register(o, klass.allocate)
161
162
  o.children.each { |c| list.push accept c }
162
163
  list
@@ -246,7 +247,7 @@ module Psych
246
247
  end
247
248
 
248
249
  when /^!(?:str|ruby\/string)(?::(.*))?$/, 'tag:yaml.org,2002:str'
249
- klass = resolve_class($1)
250
+ klass = resolve_subclass($1, String)
250
251
  members = {}
251
252
  string = nil
252
253
 
@@ -267,7 +268,7 @@ module Psych
267
268
  end
268
269
  init_with(string, members.map { |k,v| [k.to_s.sub(/^@/, ''),v] }, o)
269
270
  when /^!ruby\/array:(.*)$/
270
- klass = resolve_class($1)
271
+ klass = resolve_subclass($1, Array)
271
272
  list = register(o, klass.allocate)
272
273
 
273
274
  members = Hash[o.children.map { |c| accept c }.each_slice(2).to_a]
@@ -301,7 +302,7 @@ module Psych
301
302
  set
302
303
 
303
304
  when /^!ruby\/hash-with-ivars(?::(.*))?$/
304
- hash = $1 ? resolve_class($1).allocate : {}
305
+ hash = $1 ? resolve_subclass($1, Hash).allocate : {}
305
306
  register o, hash
306
307
  o.children.each_slice(2) do |key, value|
307
308
  case key.value
@@ -316,7 +317,7 @@ module Psych
316
317
  hash
317
318
 
318
319
  when /^!map:(.*)$/, /^!ruby\/hash:(.*)$/
319
- revive_hash register(o, resolve_class($1).allocate), o
320
+ revive_hash register(o, resolve_subclass($1, Hash).allocate), o
320
321
 
321
322
  when '!omap', 'tag:yaml.org,2002:omap'
322
323
  map = register(o, class_loader.psych_omap.new)
@@ -444,9 +445,6 @@ module Psych
444
445
  end
445
446
  end
446
447
 
447
- def merge_key hash, key, val
448
- end
449
-
450
448
  def revive klass, node
451
449
  s = register(node, klass.allocate)
452
450
  init_with(s, revive_hash({}, node, true), node)
@@ -468,6 +466,19 @@ module Psych
468
466
  def resolve_class klassname
469
467
  class_loader.load klassname
470
468
  end
469
+
470
+ # Resolve +klassname+ and ensure it is +parent+ or one of its
471
+ # subclasses. Tags such as !ruby/hash-with-ivars are only ever emitted
472
+ # for subclasses of a specific core class; without this check a crafted
473
+ # document could name an unrelated (but permitted) class and have its
474
+ # state populated directly, bypassing the class's own init_with.
475
+ def resolve_subclass klassname, parent
476
+ klass = resolve_class(klassname)
477
+ if klass && !(klass <= parent)
478
+ raise ArgumentError, "Invalid tag: expected a subclass of #{parent}, got #{klass}"
479
+ end
480
+ klass
481
+ end
471
482
  end
472
483
 
473
484
  class NoAliasRuby < ToRuby
@@ -496,9 +496,6 @@ module Psych
496
496
  end
497
497
  end
498
498
 
499
- def dump_list o
500
- end
501
-
502
499
  def dump_exception o, msg
503
500
  tag = ['!ruby/exception', o.class.name].join ':'
504
501
 
@@ -1,10 +1,10 @@
1
1
  # -*- encoding: utf-8 -*-
2
- # stub: psych 5.4.0 ruby lib
2
+ # stub: psych 5.5.0 ruby lib
3
3
  # stub: ext/psych/extconf.rb
4
4
 
5
5
  Gem::Specification.new do |s|
6
6
  s.name = "psych".freeze
7
- s.version = "5.4.0"
7
+ s.version = "5.5.0"
8
8
 
9
9
  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
10
10
  s.metadata = { "changelog_uri" => "https://github.com/ruby/psych/releases", "msys2_mingw_dependencies" => "libyaml" } if s.respond_to? :metadata=
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pingram
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.24
4
+ version: 1.0.25
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pingram
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-08-20 00:00:00.000000000 Z
11
+ date: 2026-08-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -79,6 +79,7 @@ files:
79
79
  - lib/pingram/api/members_api.rb
80
80
  - lib/pingram/api/numbers_api.rb
81
81
  - lib/pingram/api/profile_api.rb
82
+ - lib/pingram/api/registrations_api.rb
82
83
  - lib/pingram/api/sender_api.rb
83
84
  - lib/pingram/api/sms_api.rb
84
85
  - lib/pingram/api/templates_api.rb
@@ -135,7 +136,6 @@ files:
135
136
  - lib/pingram/models/create_voice_agent_response.rb
136
137
  - lib/pingram/models/custom.rb
137
138
  - lib/pingram/models/delete_account_request.rb
138
- - lib/pingram/models/delete_email_suppressions_response.rb
139
139
  - lib/pingram/models/delete_key_response.rb
140
140
  - lib/pingram/models/delete_user_response.rb
141
141
  - lib/pingram/models/delete_voice_agent_response.rb
@@ -343,6 +343,7 @@ files:
343
343
  - lib/pingram/models/template_patch_request_batch.rb
344
344
  - lib/pingram/models/template_patch_request_instant.rb
345
345
  - lib/pingram/models/template_post_request.rb
346
+ - lib/pingram/models/ten_dlc_brand_admin_update_request.rb
346
347
  - lib/pingram/models/ten_dlc_brand_create_request.rb
347
348
  - lib/pingram/models/ten_dlc_brand_registration.rb
348
349
  - lib/pingram/models/ten_dlc_brand_registration_details.rb
@@ -391,7 +392,7 @@ files:
391
392
  - vendor/bundle/ruby/3.2.0/cache/parser-3.3.12.0.gem
392
393
  - vendor/bundle/ruby/3.2.0/cache/pry-0.16.0.gem
393
394
  - vendor/bundle/ruby/3.2.0/cache/pry-byebug-3.12.0.gem
394
- - vendor/bundle/ruby/3.2.0/cache/psych-5.4.0.gem
395
+ - vendor/bundle/ruby/3.2.0/cache/psych-5.5.0.gem
395
396
  - vendor/bundle/ruby/3.2.0/cache/racc-1.8.1.gem
396
397
  - vendor/bundle/ruby/3.2.0/cache/rainbow-3.1.1.gem
397
398
  - vendor/bundle/ruby/3.2.0/cache/rake-13.0.6.gem
@@ -420,10 +421,10 @@ files:
420
421
  - vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/jaro_winkler-1.5.6/gem.build_complete
421
422
  - vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/jaro_winkler-1.5.6/gem_make.out
422
423
  - vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/jaro_winkler-1.5.6/jaro_winkler/jaro_winkler_ext.so
423
- - vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-5.4.0/gem.build_complete
424
- - vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-5.4.0/gem_make.out
425
- - vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-5.4.0/mkmf.log
426
- - vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-5.4.0/psych.so
424
+ - vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-5.5.0/gem.build_complete
425
+ - vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-5.5.0/gem_make.out
426
+ - vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-5.5.0/mkmf.log
427
+ - vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-5.5.0/psych.so
427
428
  - vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/racc-1.8.1/gem.build_complete
428
429
  - vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/racc-1.8.1/gem_make.out
429
430
  - vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/racc-1.8.1/racc/cparse.so
@@ -1267,60 +1268,60 @@ files:
1267
1268
  - vendor/bundle/ruby/3.2.0/gems/pry-byebug-3.12.0/lib/pry-byebug/pry_remote_ext.rb
1268
1269
  - vendor/bundle/ruby/3.2.0/gems/pry-byebug-3.12.0/lib/pry-byebug/version.rb
1269
1270
  - vendor/bundle/ruby/3.2.0/gems/pry-byebug-3.12.0/lib/pry/byebug/breakpoints.rb
1270
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/CONTRIBUTING.md
1271
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/LICENSE
1272
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/README.md
1273
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/ext/psych/Makefile
1274
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/ext/psych/depend
1275
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/ext/psych/extconf.rb
1276
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/ext/psych/psych.c
1277
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/ext/psych/psych.h
1278
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/ext/psych/psych_emitter.c
1279
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/ext/psych/psych_emitter.h
1280
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/ext/psych/psych_parser.c
1281
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/ext/psych/psych_parser.h
1282
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/ext/psych/psych_to_ruby.c
1283
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/ext/psych/psych_to_ruby.h
1284
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/ext/psych/psych_yaml_tree.c
1285
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/ext/psych/psych_yaml_tree.h
1286
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych.rb
1287
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych.so
1288
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych/class_loader.rb
1289
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych/coder.rb
1290
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych/core_ext.rb
1291
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych/exception.rb
1292
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych/handler.rb
1293
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych/handlers/document_stream.rb
1294
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych/handlers/recorder.rb
1295
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych/json/ruby_events.rb
1296
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych/json/stream.rb
1297
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych/json/tree_builder.rb
1298
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych/json/yaml_events.rb
1299
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych/nodes.rb
1300
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych/nodes/alias.rb
1301
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych/nodes/document.rb
1302
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych/nodes/mapping.rb
1303
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych/nodes/node.rb
1304
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych/nodes/scalar.rb
1305
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych/nodes/sequence.rb
1306
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych/nodes/stream.rb
1307
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych/omap.rb
1308
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych/parser.rb
1309
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych/scalar_scanner.rb
1310
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych/set.rb
1311
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych/stream.rb
1312
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych/streaming.rb
1313
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych/syntax_error.rb
1314
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych/tree_builder.rb
1315
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych/versions.rb
1316
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych/visitors.rb
1317
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych/visitors/depth_first.rb
1318
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych/visitors/emitter.rb
1319
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych/visitors/json_tree.rb
1320
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych/visitors/to_ruby.rb
1321
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych/visitors/visitor.rb
1322
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych/visitors/yaml_tree.rb
1323
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych/y.rb
1271
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/CONTRIBUTING.md
1272
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/LICENSE
1273
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/README.md
1274
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/ext/psych/Makefile
1275
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/ext/psych/depend
1276
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/ext/psych/extconf.rb
1277
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/ext/psych/psych.c
1278
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/ext/psych/psych.h
1279
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/ext/psych/psych_emitter.c
1280
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/ext/psych/psych_emitter.h
1281
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/ext/psych/psych_parser.c
1282
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/ext/psych/psych_parser.h
1283
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/ext/psych/psych_to_ruby.c
1284
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/ext/psych/psych_to_ruby.h
1285
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/ext/psych/psych_yaml_tree.c
1286
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/ext/psych/psych_yaml_tree.h
1287
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych.rb
1288
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych.so
1289
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych/class_loader.rb
1290
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych/coder.rb
1291
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych/core_ext.rb
1292
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych/exception.rb
1293
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych/handler.rb
1294
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych/handlers/document_stream.rb
1295
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych/handlers/recorder.rb
1296
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych/json/ruby_events.rb
1297
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych/json/stream.rb
1298
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych/json/tree_builder.rb
1299
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych/json/yaml_events.rb
1300
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych/nodes.rb
1301
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych/nodes/alias.rb
1302
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych/nodes/document.rb
1303
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych/nodes/mapping.rb
1304
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych/nodes/node.rb
1305
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych/nodes/scalar.rb
1306
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych/nodes/sequence.rb
1307
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych/nodes/stream.rb
1308
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych/omap.rb
1309
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych/parser.rb
1310
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych/scalar_scanner.rb
1311
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych/set.rb
1312
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych/stream.rb
1313
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych/streaming.rb
1314
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych/syntax_error.rb
1315
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych/tree_builder.rb
1316
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych/versions.rb
1317
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych/visitors.rb
1318
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych/visitors/depth_first.rb
1319
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych/visitors/emitter.rb
1320
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych/visitors/json_tree.rb
1321
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych/visitors/to_ruby.rb
1322
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych/visitors/visitor.rb
1323
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych/visitors/yaml_tree.rb
1324
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych/y.rb
1324
1325
  - vendor/bundle/ruby/3.2.0/gems/racc-1.8.1/BSDL
1325
1326
  - vendor/bundle/ruby/3.2.0/gems/racc-1.8.1/COPYING
1326
1327
  - vendor/bundle/ruby/3.2.0/gems/racc-1.8.1/ChangeLog
@@ -2435,7 +2436,7 @@ files:
2435
2436
  - vendor/bundle/ruby/3.2.0/specifications/parser-3.3.12.0.gemspec
2436
2437
  - vendor/bundle/ruby/3.2.0/specifications/pry-0.16.0.gemspec
2437
2438
  - vendor/bundle/ruby/3.2.0/specifications/pry-byebug-3.12.0.gemspec
2438
- - vendor/bundle/ruby/3.2.0/specifications/psych-5.4.0.gemspec
2439
+ - vendor/bundle/ruby/3.2.0/specifications/psych-5.5.0.gemspec
2439
2440
  - vendor/bundle/ruby/3.2.0/specifications/racc-1.8.1.gemspec
2440
2441
  - vendor/bundle/ruby/3.2.0/specifications/rainbow-3.1.1.gemspec
2441
2442
  - vendor/bundle/ruby/3.2.0/specifications/rake-13.0.6.gemspec
@@ -1,192 +0,0 @@
1
- =begin
2
- #Pingram
3
-
4
- #Internal API for notification delivery and management
5
-
6
- The version of the OpenAPI document: 1.0.0
7
-
8
- Generated by: https://openapi-generator.tech
9
- Generator version: 7.19.0
10
-
11
- =end
12
-
13
- require 'date'
14
- require 'time'
15
-
16
- module Pingram
17
- class DeleteEmailSuppressionsResponse < ApiModelBase
18
- # Number of users whose email suppression was removed.
19
- attr_accessor :removed
20
-
21
- # Number of suppressed users that did not match the requested reason.
22
- attr_accessor :skipped
23
-
24
- # Attribute mapping from ruby-style variable name to JSON key.
25
- def self.attribute_map
26
- {
27
- :'removed' => :'removed',
28
- :'skipped' => :'skipped'
29
- }
30
- end
31
-
32
- # Returns attribute mapping this model knows about
33
- def self.acceptable_attribute_map
34
- attribute_map
35
- end
36
-
37
- # Returns all the JSON keys this model knows about
38
- def self.acceptable_attributes
39
- acceptable_attribute_map.values
40
- end
41
-
42
- # Attribute type mapping.
43
- def self.openapi_types
44
- {
45
- :'removed' => :'Float',
46
- :'skipped' => :'Float'
47
- }
48
- end
49
-
50
- # List of attributes with nullable: true
51
- def self.openapi_nullable
52
- Set.new([
53
- ])
54
- end
55
-
56
- # Initializes the object
57
- # @param [Hash] attributes Model attributes in the form of hash
58
- def initialize(attributes = {})
59
- if (!attributes.is_a?(Hash))
60
- fail ArgumentError, "The input argument (attributes) must be a hash in `Pingram::DeleteEmailSuppressionsResponse` initialize method"
61
- end
62
-
63
- # check to see if the attribute exists and convert string to symbol for hash key
64
- acceptable_attribute_map = self.class.acceptable_attribute_map
65
- attributes = attributes.each_with_object({}) { |(k, v), h|
66
- if (!acceptable_attribute_map.key?(k.to_sym))
67
- fail ArgumentError, "`#{k}` is not a valid attribute in `Pingram::DeleteEmailSuppressionsResponse`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
68
- end
69
- h[k.to_sym] = v
70
- }
71
-
72
- if attributes.key?(:'removed')
73
- self.removed = attributes[:'removed']
74
- else
75
- self.removed = nil
76
- end
77
-
78
- if attributes.key?(:'skipped')
79
- self.skipped = attributes[:'skipped']
80
- else
81
- self.skipped = nil
82
- end
83
- end
84
-
85
- # Show invalid properties with the reasons. Usually used together with valid?
86
- # @return Array for valid properties with the reasons
87
- def list_invalid_properties
88
- warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
89
- invalid_properties = Array.new
90
- if @removed.nil?
91
- invalid_properties.push('invalid value for "removed", removed cannot be nil.')
92
- end
93
-
94
- if @skipped.nil?
95
- invalid_properties.push('invalid value for "skipped", skipped cannot be nil.')
96
- end
97
-
98
- invalid_properties
99
- end
100
-
101
- # Check to see if the all the properties in the model are valid
102
- # @return true if the model is valid
103
- def valid?
104
- warn '[DEPRECATED] the `valid?` method is obsolete'
105
- return false if @removed.nil?
106
- return false if @skipped.nil?
107
- true
108
- end
109
-
110
- # Custom attribute writer method with validation
111
- # @param [Object] removed Value to be assigned
112
- def removed=(removed)
113
- if removed.nil?
114
- fail ArgumentError, 'removed cannot be nil'
115
- end
116
-
117
- @removed = removed
118
- end
119
-
120
- # Custom attribute writer method with validation
121
- # @param [Object] skipped Value to be assigned
122
- def skipped=(skipped)
123
- if skipped.nil?
124
- fail ArgumentError, 'skipped cannot be nil'
125
- end
126
-
127
- @skipped = skipped
128
- end
129
-
130
- # Checks equality by comparing each attribute.
131
- # @param [Object] Object to be compared
132
- def ==(o)
133
- return true if self.equal?(o)
134
- self.class == o.class &&
135
- removed == o.removed &&
136
- skipped == o.skipped
137
- end
138
-
139
- # @see the `==` method
140
- # @param [Object] Object to be compared
141
- def eql?(o)
142
- self == o
143
- end
144
-
145
- # Calculates hash code according to all attributes.
146
- # @return [Integer] Hash code
147
- def hash
148
- [removed, skipped].hash
149
- end
150
-
151
- # Builds the object from hash
152
- # @param [Hash] attributes Model attributes in the form of hash
153
- # @return [Object] Returns the model itself
154
- def self.build_from_hash(attributes)
155
- return nil unless attributes.is_a?(Hash)
156
- attributes = attributes.transform_keys(&:to_sym)
157
- transformed_hash = {}
158
- openapi_types.each_pair do |key, type|
159
- if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
160
- transformed_hash["#{key}"] = nil
161
- elsif type =~ /\AArray<(.*)>/i
162
- # check to ensure the input is an array given that the attribute
163
- # is documented as an array but the input is not
164
- if attributes[attribute_map[key]].is_a?(Array)
165
- transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
166
- end
167
- elsif !attributes[attribute_map[key]].nil?
168
- transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
169
- end
170
- end
171
- new(transformed_hash)
172
- end
173
-
174
- # Returns the object in the form of hash
175
- # @return [Hash] Returns the object in the form of hash
176
- def to_hash
177
- hash = {}
178
- self.class.attribute_map.each_pair do |attr, param|
179
- value = self.send(attr)
180
- if value.nil?
181
- is_nullable = self.class.openapi_nullable.include?(attr)
182
- next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
183
- end
184
-
185
- hash[param] = _to_hash(value)
186
- end
187
- hash
188
- end
189
-
190
- end
191
-
192
- end
@@ -1,36 +0,0 @@
1
- #include <psych.h>
2
-
3
- /* call-seq: Psych.libyaml_version
4
- *
5
- * Returns the version of libyaml being used
6
- */
7
- static VALUE libyaml_version(VALUE module)
8
- {
9
- int major, minor, patch;
10
- VALUE list[3];
11
-
12
- yaml_get_version(&major, &minor, &patch);
13
-
14
- list[0] = INT2NUM(major);
15
- list[1] = INT2NUM(minor);
16
- list[2] = INT2NUM(patch);
17
-
18
- return rb_ary_new4((long)3, list);
19
- }
20
-
21
- VALUE mPsych;
22
-
23
- void Init_psych(void)
24
- {
25
- #ifdef HAVE_RB_EXT_RACTOR_SAFE
26
- RB_EXT_RACTOR_SAFE(true);
27
- #endif
28
- mPsych = rb_define_module("Psych");
29
-
30
- rb_define_singleton_method(mPsych, "libyaml_version", libyaml_version, 0);
31
-
32
- Init_psych_parser();
33
- Init_psych_emitter();
34
- Init_psych_to_ruby();
35
- Init_psych_yaml_tree();
36
- }