cybrid_api_id_ruby 0.99.0 → 0.100.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (116) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +2 -2
  3. data/README.md +5 -5
  4. data/cybrid_api_id_ruby.gemspec +1 -1
  5. data/lib/cybrid_api_id_ruby/api/bank_applications_idp_api.rb +1 -1
  6. data/lib/cybrid_api_id_ruby/api/customer_tokens_idp_api.rb +1 -1
  7. data/lib/cybrid_api_id_ruby/api/organization_applications_idp_api.rb +1 -1
  8. data/lib/cybrid_api_id_ruby/api/users_idp_api.rb +1 -1
  9. data/lib/cybrid_api_id_ruby/api_client.rb +1 -1
  10. data/lib/cybrid_api_id_ruby/api_error.rb +1 -1
  11. data/lib/cybrid_api_id_ruby/configuration.rb +1 -1
  12. data/lib/cybrid_api_id_ruby/models/application_idp_model.rb +1 -1
  13. data/lib/cybrid_api_id_ruby/models/application_list_idp_model.rb +1 -1
  14. data/lib/cybrid_api_id_ruby/models/application_with_secret_all_of_idp_model.rb +1 -1
  15. data/lib/cybrid_api_id_ruby/models/application_with_secret_idp_model.rb +1 -1
  16. data/lib/cybrid_api_id_ruby/models/customer_token_idp_model.rb +1 -1
  17. data/lib/cybrid_api_id_ruby/models/post_bank_application_idp_model.rb +1 -1
  18. data/lib/cybrid_api_id_ruby/models/post_customer_token_idp_model.rb +1 -1
  19. data/lib/cybrid_api_id_ruby/models/post_organization_application_idp_model.rb +1 -1
  20. data/lib/cybrid_api_id_ruby/models/post_user_idp_model.rb +1 -1
  21. data/lib/cybrid_api_id_ruby/models/user_idp_model.rb +1 -1
  22. data/lib/cybrid_api_id_ruby/models/user_list_idp_model.rb +1 -1
  23. data/lib/cybrid_api_id_ruby/version.rb +2 -2
  24. data/lib/cybrid_api_id_ruby.rb +1 -1
  25. data/spec/api/bank_applications_idp_api_spec.rb +1 -1
  26. data/spec/api/customer_tokens_idp_api_spec.rb +1 -1
  27. data/spec/api/organization_applications_idp_api_spec.rb +1 -1
  28. data/spec/api/users_idp_api_spec.rb +1 -1
  29. data/spec/api_client_spec.rb +1 -1
  30. data/spec/configuration_spec.rb +1 -1
  31. data/spec/models/application_idp_model_spec.rb +1 -1
  32. data/spec/models/application_list_idp_model_spec.rb +1 -1
  33. data/spec/models/application_with_secret_all_of_idp_model_spec.rb +1 -1
  34. data/spec/models/application_with_secret_idp_model_spec.rb +1 -1
  35. data/spec/models/customer_token_idp_model_spec.rb +1 -1
  36. data/spec/models/post_bank_application_idp_model_spec.rb +1 -1
  37. data/spec/models/post_customer_token_idp_model_spec.rb +1 -1
  38. data/spec/models/post_organization_application_idp_model_spec.rb +1 -1
  39. data/spec/models/post_user_idp_model_spec.rb +1 -1
  40. data/spec/models/user_idp_model_spec.rb +1 -1
  41. data/spec/models/user_list_idp_model_spec.rb +1 -1
  42. data/spec/spec_helper.rb +1 -1
  43. data/vendor/bundle/ruby/3.2.0/cache/psych-5.1.1.gem +0 -0
  44. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/byebug-11.1.3/gem_make.out +5 -5
  45. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/ffi-1.16.3/gem_make.out +5 -5
  46. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/jaro_winkler-1.5.6/gem_make.out +5 -5
  47. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/{psych-5.1.0 → psych-5.1.1}/gem_make.out +18 -18
  48. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/{psych-5.1.0 → psych-5.1.1}/psych.so +0 -0
  49. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/racc-1.7.1/gem_make.out +5 -5
  50. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/stringio-3.0.8/gem_make.out +5 -5
  51. data/vendor/bundle/ruby/3.2.0/gems/psych-5.1.1/CONTRIBUTING.md +24 -0
  52. data/vendor/bundle/ruby/3.2.0/gems/{psych-5.1.0 → psych-5.1.1}/lib/psych/versions.rb +2 -2
  53. data/vendor/bundle/ruby/3.2.0/gems/{psych-5.1.0 → psych-5.1.1}/lib/psych.rb +23 -19
  54. data/vendor/bundle/ruby/3.2.0/gems/{psych-5.1.0 → psych-5.1.1}/lib/psych.so +0 -0
  55. data/vendor/bundle/ruby/3.2.0/specifications/{psych-5.1.0.gemspec → psych-5.1.1.gemspec} +4 -4
  56. metadata +62 -68
  57. data/vendor/bundle/ruby/3.2.0/cache/psych-5.1.0.gem +0 -0
  58. data/vendor/bundle/ruby/3.2.0/gems/psych-5.1.0/.gitignore +0 -16
  59. data/vendor/bundle/ruby/3.2.0/gems/psych-5.1.0/Gemfile +0 -9
  60. data/vendor/bundle/ruby/3.2.0/gems/psych-5.1.0/Mavenfile +0 -7
  61. data/vendor/bundle/ruby/3.2.0/gems/psych-5.1.0/Rakefile +0 -41
  62. data/vendor/bundle/ruby/3.2.0/gems/psych-5.1.0/bin/console +0 -7
  63. data/vendor/bundle/ruby/3.2.0/gems/psych-5.1.0/bin/setup +0 -6
  64. data/vendor/bundle/ruby/3.2.0/gems/psych-5.1.0/psych.gemspec +0 -67
  65. /data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/{psych-5.1.0 → psych-5.1.1}/gem.build_complete +0 -0
  66. /data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/{psych-5.1.0 → psych-5.1.1}/mkmf.log +0 -0
  67. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.1.0 → psych-5.1.1}/LICENSE +0 -0
  68. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.1.0 → psych-5.1.1}/README.md +0 -0
  69. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.1.0 → psych-5.1.1}/ext/psych/Makefile +0 -0
  70. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.1.0 → psych-5.1.1}/ext/psych/depend +0 -0
  71. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.1.0 → psych-5.1.1}/ext/psych/extconf.rb +0 -0
  72. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.1.0 → psych-5.1.1}/ext/psych/psych.c +0 -0
  73. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.1.0 → psych-5.1.1}/ext/psych/psych.h +0 -0
  74. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.1.0 → psych-5.1.1}/ext/psych/psych_emitter.c +0 -0
  75. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.1.0 → psych-5.1.1}/ext/psych/psych_emitter.h +0 -0
  76. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.1.0 → psych-5.1.1}/ext/psych/psych_parser.c +0 -0
  77. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.1.0 → psych-5.1.1}/ext/psych/psych_parser.h +0 -0
  78. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.1.0 → psych-5.1.1}/ext/psych/psych_to_ruby.c +0 -0
  79. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.1.0 → psych-5.1.1}/ext/psych/psych_to_ruby.h +0 -0
  80. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.1.0 → psych-5.1.1}/ext/psych/psych_yaml_tree.c +0 -0
  81. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.1.0 → psych-5.1.1}/ext/psych/psych_yaml_tree.h +0 -0
  82. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.1.0 → psych-5.1.1}/lib/psych/class_loader.rb +0 -0
  83. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.1.0 → psych-5.1.1}/lib/psych/coder.rb +0 -0
  84. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.1.0 → psych-5.1.1}/lib/psych/core_ext.rb +0 -0
  85. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.1.0 → psych-5.1.1}/lib/psych/exception.rb +0 -0
  86. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.1.0 → psych-5.1.1}/lib/psych/handler.rb +0 -0
  87. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.1.0 → psych-5.1.1}/lib/psych/handlers/document_stream.rb +0 -0
  88. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.1.0 → psych-5.1.1}/lib/psych/handlers/recorder.rb +0 -0
  89. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.1.0 → psych-5.1.1}/lib/psych/json/ruby_events.rb +0 -0
  90. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.1.0 → psych-5.1.1}/lib/psych/json/stream.rb +0 -0
  91. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.1.0 → psych-5.1.1}/lib/psych/json/tree_builder.rb +0 -0
  92. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.1.0 → psych-5.1.1}/lib/psych/json/yaml_events.rb +0 -0
  93. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.1.0 → psych-5.1.1}/lib/psych/nodes/alias.rb +0 -0
  94. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.1.0 → psych-5.1.1}/lib/psych/nodes/document.rb +0 -0
  95. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.1.0 → psych-5.1.1}/lib/psych/nodes/mapping.rb +0 -0
  96. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.1.0 → psych-5.1.1}/lib/psych/nodes/node.rb +0 -0
  97. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.1.0 → psych-5.1.1}/lib/psych/nodes/scalar.rb +0 -0
  98. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.1.0 → psych-5.1.1}/lib/psych/nodes/sequence.rb +0 -0
  99. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.1.0 → psych-5.1.1}/lib/psych/nodes/stream.rb +0 -0
  100. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.1.0 → psych-5.1.1}/lib/psych/nodes.rb +0 -0
  101. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.1.0 → psych-5.1.1}/lib/psych/omap.rb +0 -0
  102. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.1.0 → psych-5.1.1}/lib/psych/parser.rb +0 -0
  103. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.1.0 → psych-5.1.1}/lib/psych/scalar_scanner.rb +0 -0
  104. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.1.0 → psych-5.1.1}/lib/psych/set.rb +0 -0
  105. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.1.0 → psych-5.1.1}/lib/psych/stream.rb +0 -0
  106. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.1.0 → psych-5.1.1}/lib/psych/streaming.rb +0 -0
  107. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.1.0 → psych-5.1.1}/lib/psych/syntax_error.rb +0 -0
  108. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.1.0 → psych-5.1.1}/lib/psych/tree_builder.rb +0 -0
  109. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.1.0 → psych-5.1.1}/lib/psych/visitors/depth_first.rb +0 -0
  110. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.1.0 → psych-5.1.1}/lib/psych/visitors/emitter.rb +0 -0
  111. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.1.0 → psych-5.1.1}/lib/psych/visitors/json_tree.rb +0 -0
  112. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.1.0 → psych-5.1.1}/lib/psych/visitors/to_ruby.rb +0 -0
  113. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.1.0 → psych-5.1.1}/lib/psych/visitors/visitor.rb +0 -0
  114. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.1.0 → psych-5.1.1}/lib/psych/visitors/yaml_tree.rb +0 -0
  115. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.1.0 → psych-5.1.1}/lib/psych/visitors.rb +0 -0
  116. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.1.0 → psych-5.1.1}/lib/psych/y.rb +0 -0
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cybrid_api_id_ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.99.0
4
+ version: 0.100.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cybrid
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-10-10 00:00:00.000000000 Z
11
+ date: 2023-10-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -139,7 +139,7 @@ files:
139
139
  - vendor/bundle/ruby/3.2.0/cache/parser-3.2.2.4.gem
140
140
  - vendor/bundle/ruby/3.2.0/cache/pry-0.14.2.gem
141
141
  - vendor/bundle/ruby/3.2.0/cache/pry-byebug-3.10.1.gem
142
- - vendor/bundle/ruby/3.2.0/cache/psych-5.1.0.gem
142
+ - vendor/bundle/ruby/3.2.0/cache/psych-5.1.1.gem
143
143
  - vendor/bundle/ruby/3.2.0/cache/racc-1.7.1.gem
144
144
  - vendor/bundle/ruby/3.2.0/cache/rainbow-3.1.1.gem
145
145
  - vendor/bundle/ruby/3.2.0/cache/rake-13.0.6.gem
@@ -163,10 +163,10 @@ files:
163
163
  - vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/jaro_winkler-1.5.6/gem.build_complete
164
164
  - vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/jaro_winkler-1.5.6/gem_make.out
165
165
  - vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/jaro_winkler-1.5.6/jaro_winkler/jaro_winkler_ext.so
166
- - vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-5.1.0/gem.build_complete
167
- - vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-5.1.0/gem_make.out
168
- - vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-5.1.0/mkmf.log
169
- - vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-5.1.0/psych.so
166
+ - vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-5.1.1/gem.build_complete
167
+ - vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-5.1.1/gem_make.out
168
+ - vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-5.1.1/mkmf.log
169
+ - vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-5.1.1/psych.so
170
170
  - vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/racc-1.7.1/gem.build_complete
171
171
  - vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/racc-1.7.1/gem_make.out
172
172
  - vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/racc-1.7.1/mkmf.log
@@ -1449,66 +1449,60 @@ files:
1449
1449
  - vendor/bundle/ruby/3.2.0/gems/pry-byebug-3.10.1/lib/pry-byebug/pry_remote_ext.rb
1450
1450
  - vendor/bundle/ruby/3.2.0/gems/pry-byebug-3.10.1/lib/pry-byebug/version.rb
1451
1451
  - vendor/bundle/ruby/3.2.0/gems/pry-byebug-3.10.1/lib/pry/byebug/breakpoints.rb
1452
- - vendor/bundle/ruby/3.2.0/gems/psych-5.1.0/.gitignore
1453
- - vendor/bundle/ruby/3.2.0/gems/psych-5.1.0/Gemfile
1454
- - vendor/bundle/ruby/3.2.0/gems/psych-5.1.0/LICENSE
1455
- - vendor/bundle/ruby/3.2.0/gems/psych-5.1.0/Mavenfile
1456
- - vendor/bundle/ruby/3.2.0/gems/psych-5.1.0/README.md
1457
- - vendor/bundle/ruby/3.2.0/gems/psych-5.1.0/Rakefile
1458
- - vendor/bundle/ruby/3.2.0/gems/psych-5.1.0/bin/console
1459
- - vendor/bundle/ruby/3.2.0/gems/psych-5.1.0/bin/setup
1460
- - vendor/bundle/ruby/3.2.0/gems/psych-5.1.0/ext/psych/Makefile
1461
- - vendor/bundle/ruby/3.2.0/gems/psych-5.1.0/ext/psych/depend
1462
- - vendor/bundle/ruby/3.2.0/gems/psych-5.1.0/ext/psych/extconf.rb
1463
- - vendor/bundle/ruby/3.2.0/gems/psych-5.1.0/ext/psych/psych.c
1464
- - vendor/bundle/ruby/3.2.0/gems/psych-5.1.0/ext/psych/psych.h
1465
- - vendor/bundle/ruby/3.2.0/gems/psych-5.1.0/ext/psych/psych_emitter.c
1466
- - vendor/bundle/ruby/3.2.0/gems/psych-5.1.0/ext/psych/psych_emitter.h
1467
- - vendor/bundle/ruby/3.2.0/gems/psych-5.1.0/ext/psych/psych_parser.c
1468
- - vendor/bundle/ruby/3.2.0/gems/psych-5.1.0/ext/psych/psych_parser.h
1469
- - vendor/bundle/ruby/3.2.0/gems/psych-5.1.0/ext/psych/psych_to_ruby.c
1470
- - vendor/bundle/ruby/3.2.0/gems/psych-5.1.0/ext/psych/psych_to_ruby.h
1471
- - vendor/bundle/ruby/3.2.0/gems/psych-5.1.0/ext/psych/psych_yaml_tree.c
1472
- - vendor/bundle/ruby/3.2.0/gems/psych-5.1.0/ext/psych/psych_yaml_tree.h
1473
- - vendor/bundle/ruby/3.2.0/gems/psych-5.1.0/lib/psych.rb
1474
- - vendor/bundle/ruby/3.2.0/gems/psych-5.1.0/lib/psych.so
1475
- - vendor/bundle/ruby/3.2.0/gems/psych-5.1.0/lib/psych/class_loader.rb
1476
- - vendor/bundle/ruby/3.2.0/gems/psych-5.1.0/lib/psych/coder.rb
1477
- - vendor/bundle/ruby/3.2.0/gems/psych-5.1.0/lib/psych/core_ext.rb
1478
- - vendor/bundle/ruby/3.2.0/gems/psych-5.1.0/lib/psych/exception.rb
1479
- - vendor/bundle/ruby/3.2.0/gems/psych-5.1.0/lib/psych/handler.rb
1480
- - vendor/bundle/ruby/3.2.0/gems/psych-5.1.0/lib/psych/handlers/document_stream.rb
1481
- - vendor/bundle/ruby/3.2.0/gems/psych-5.1.0/lib/psych/handlers/recorder.rb
1482
- - vendor/bundle/ruby/3.2.0/gems/psych-5.1.0/lib/psych/json/ruby_events.rb
1483
- - vendor/bundle/ruby/3.2.0/gems/psych-5.1.0/lib/psych/json/stream.rb
1484
- - vendor/bundle/ruby/3.2.0/gems/psych-5.1.0/lib/psych/json/tree_builder.rb
1485
- - vendor/bundle/ruby/3.2.0/gems/psych-5.1.0/lib/psych/json/yaml_events.rb
1486
- - vendor/bundle/ruby/3.2.0/gems/psych-5.1.0/lib/psych/nodes.rb
1487
- - vendor/bundle/ruby/3.2.0/gems/psych-5.1.0/lib/psych/nodes/alias.rb
1488
- - vendor/bundle/ruby/3.2.0/gems/psych-5.1.0/lib/psych/nodes/document.rb
1489
- - vendor/bundle/ruby/3.2.0/gems/psych-5.1.0/lib/psych/nodes/mapping.rb
1490
- - vendor/bundle/ruby/3.2.0/gems/psych-5.1.0/lib/psych/nodes/node.rb
1491
- - vendor/bundle/ruby/3.2.0/gems/psych-5.1.0/lib/psych/nodes/scalar.rb
1492
- - vendor/bundle/ruby/3.2.0/gems/psych-5.1.0/lib/psych/nodes/sequence.rb
1493
- - vendor/bundle/ruby/3.2.0/gems/psych-5.1.0/lib/psych/nodes/stream.rb
1494
- - vendor/bundle/ruby/3.2.0/gems/psych-5.1.0/lib/psych/omap.rb
1495
- - vendor/bundle/ruby/3.2.0/gems/psych-5.1.0/lib/psych/parser.rb
1496
- - vendor/bundle/ruby/3.2.0/gems/psych-5.1.0/lib/psych/scalar_scanner.rb
1497
- - vendor/bundle/ruby/3.2.0/gems/psych-5.1.0/lib/psych/set.rb
1498
- - vendor/bundle/ruby/3.2.0/gems/psych-5.1.0/lib/psych/stream.rb
1499
- - vendor/bundle/ruby/3.2.0/gems/psych-5.1.0/lib/psych/streaming.rb
1500
- - vendor/bundle/ruby/3.2.0/gems/psych-5.1.0/lib/psych/syntax_error.rb
1501
- - vendor/bundle/ruby/3.2.0/gems/psych-5.1.0/lib/psych/tree_builder.rb
1502
- - vendor/bundle/ruby/3.2.0/gems/psych-5.1.0/lib/psych/versions.rb
1503
- - vendor/bundle/ruby/3.2.0/gems/psych-5.1.0/lib/psych/visitors.rb
1504
- - vendor/bundle/ruby/3.2.0/gems/psych-5.1.0/lib/psych/visitors/depth_first.rb
1505
- - vendor/bundle/ruby/3.2.0/gems/psych-5.1.0/lib/psych/visitors/emitter.rb
1506
- - vendor/bundle/ruby/3.2.0/gems/psych-5.1.0/lib/psych/visitors/json_tree.rb
1507
- - vendor/bundle/ruby/3.2.0/gems/psych-5.1.0/lib/psych/visitors/to_ruby.rb
1508
- - vendor/bundle/ruby/3.2.0/gems/psych-5.1.0/lib/psych/visitors/visitor.rb
1509
- - vendor/bundle/ruby/3.2.0/gems/psych-5.1.0/lib/psych/visitors/yaml_tree.rb
1510
- - vendor/bundle/ruby/3.2.0/gems/psych-5.1.0/lib/psych/y.rb
1511
- - vendor/bundle/ruby/3.2.0/gems/psych-5.1.0/psych.gemspec
1452
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.1.1/CONTRIBUTING.md
1453
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.1.1/LICENSE
1454
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.1.1/README.md
1455
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.1.1/ext/psych/Makefile
1456
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.1.1/ext/psych/depend
1457
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.1.1/ext/psych/extconf.rb
1458
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.1.1/ext/psych/psych.c
1459
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.1.1/ext/psych/psych.h
1460
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.1.1/ext/psych/psych_emitter.c
1461
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.1.1/ext/psych/psych_emitter.h
1462
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.1.1/ext/psych/psych_parser.c
1463
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.1.1/ext/psych/psych_parser.h
1464
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.1.1/ext/psych/psych_to_ruby.c
1465
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.1.1/ext/psych/psych_to_ruby.h
1466
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.1.1/ext/psych/psych_yaml_tree.c
1467
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.1.1/ext/psych/psych_yaml_tree.h
1468
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.1.1/lib/psych.rb
1469
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.1.1/lib/psych.so
1470
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.1.1/lib/psych/class_loader.rb
1471
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.1.1/lib/psych/coder.rb
1472
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.1.1/lib/psych/core_ext.rb
1473
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.1.1/lib/psych/exception.rb
1474
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.1.1/lib/psych/handler.rb
1475
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.1.1/lib/psych/handlers/document_stream.rb
1476
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.1.1/lib/psych/handlers/recorder.rb
1477
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.1.1/lib/psych/json/ruby_events.rb
1478
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.1.1/lib/psych/json/stream.rb
1479
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.1.1/lib/psych/json/tree_builder.rb
1480
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.1.1/lib/psych/json/yaml_events.rb
1481
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.1.1/lib/psych/nodes.rb
1482
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.1.1/lib/psych/nodes/alias.rb
1483
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.1.1/lib/psych/nodes/document.rb
1484
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.1.1/lib/psych/nodes/mapping.rb
1485
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.1.1/lib/psych/nodes/node.rb
1486
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.1.1/lib/psych/nodes/scalar.rb
1487
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.1.1/lib/psych/nodes/sequence.rb
1488
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.1.1/lib/psych/nodes/stream.rb
1489
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.1.1/lib/psych/omap.rb
1490
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.1.1/lib/psych/parser.rb
1491
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.1.1/lib/psych/scalar_scanner.rb
1492
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.1.1/lib/psych/set.rb
1493
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.1.1/lib/psych/stream.rb
1494
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.1.1/lib/psych/streaming.rb
1495
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.1.1/lib/psych/syntax_error.rb
1496
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.1.1/lib/psych/tree_builder.rb
1497
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.1.1/lib/psych/versions.rb
1498
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.1.1/lib/psych/visitors.rb
1499
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.1.1/lib/psych/visitors/depth_first.rb
1500
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.1.1/lib/psych/visitors/emitter.rb
1501
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.1.1/lib/psych/visitors/json_tree.rb
1502
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.1.1/lib/psych/visitors/to_ruby.rb
1503
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.1.1/lib/psych/visitors/visitor.rb
1504
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.1.1/lib/psych/visitors/yaml_tree.rb
1505
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.1.1/lib/psych/y.rb
1512
1506
  - vendor/bundle/ruby/3.2.0/gems/racc-1.7.1/COPYING
1513
1507
  - vendor/bundle/ruby/3.2.0/gems/racc-1.7.1/ChangeLog
1514
1508
  - vendor/bundle/ruby/3.2.0/gems/racc-1.7.1/README.ja.rdoc
@@ -2638,7 +2632,7 @@ files:
2638
2632
  - vendor/bundle/ruby/3.2.0/specifications/parser-3.2.2.4.gemspec
2639
2633
  - vendor/bundle/ruby/3.2.0/specifications/pry-0.14.2.gemspec
2640
2634
  - vendor/bundle/ruby/3.2.0/specifications/pry-byebug-3.10.1.gemspec
2641
- - vendor/bundle/ruby/3.2.0/specifications/psych-5.1.0.gemspec
2635
+ - vendor/bundle/ruby/3.2.0/specifications/psych-5.1.1.gemspec
2642
2636
  - vendor/bundle/ruby/3.2.0/specifications/racc-1.7.1.gemspec
2643
2637
  - vendor/bundle/ruby/3.2.0/specifications/rainbow-3.1.1.gemspec
2644
2638
  - vendor/bundle/ruby/3.2.0/specifications/rake-13.0.6.gemspec
@@ -1,16 +0,0 @@
1
- *.swp
2
- *.bundle
3
- *.so
4
- *.jar
5
- *.class
6
- .mvn
7
- /.bundle/
8
- /.yardoc
9
- /Gemfile.lock
10
- /_yardoc/
11
- /coverage/
12
- /doc/
13
- /pkg/
14
- /spec/reports/
15
- /tmp/
16
- /vendor
@@ -1,9 +0,0 @@
1
- source 'https://rubygems.org'
2
-
3
- gemspec
4
-
5
- group :development do
6
- gem 'rake-compiler', ">= 0.4.1"
7
- gem 'test-unit'
8
- gem 'ruby-maven', :platforms => :jruby
9
- end
@@ -1,7 +0,0 @@
1
- #-*- mode: ruby -*-
2
-
3
- jar 'org.snakeyaml:snakeyaml-engine:${snakeyaml.version}'
4
-
5
- plugin :dependency, '2.8', :outputFile => 'pkg/classpath'
6
-
7
- # vim: syntax=Ruby
@@ -1,41 +0,0 @@
1
- require "bundler"
2
- Bundler::GemHelper.install_tasks
3
-
4
- require "rake/testtask"
5
- Rake::TestTask.new(:test) do |t|
6
- t.libs << "test/lib" << "test"
7
- t.ruby_opts << "-rhelper"
8
- t.test_files = FileList['test/**/test_*.rb']
9
- t.verbose = true
10
- t.warning = true
11
- end
12
-
13
- if RUBY_PLATFORM =~ /java/
14
- require 'rake/javaextensiontask'
15
- Rake::JavaExtensionTask.new("psych") do |ext|
16
- require 'maven/ruby/maven'
17
- # force load of versions to overwrite constants with values from repo.
18
- load './lib/psych/versions.rb'
19
- # uses Mavenfile to write classpath into pkg/classpath
20
- # and tell maven via system properties the snakeyaml version
21
- # this is basically the same as running from the commandline:
22
- # rmvn dependency:build-classpath -Dsnakeyaml.version='use version from Psych::DEFAULT_SNAKEYAML_VERSION here'
23
- Maven::Ruby::Maven.new.exec('dependency:build-classpath', "-Dsnakeyaml.version=#{Psych::DEFAULT_SNAKEYAML_VERSION}", '-Dverbose=true')
24
- ext.source_version = '1.8'
25
- ext.target_version = '1.8'
26
- ext.classpath = File.read('pkg/classpath')
27
- ext.ext_dir = 'ext/java'
28
- end
29
- else
30
- require 'rake/extensiontask'
31
- Rake::ExtensionTask.new("psych")
32
- end
33
-
34
- task :sync_tool do
35
- require 'fileutils'
36
- FileUtils.cp "../ruby/tool/lib/core_assertions.rb", "./test/lib"
37
- FileUtils.cp "../ruby/tool/lib/envutil.rb", "./test/lib"
38
- FileUtils.cp "../ruby/tool/lib/find_executable.rb", "./test/lib"
39
- end
40
-
41
- task :default => [:compile, :test]
@@ -1,7 +0,0 @@
1
- #!/usr/bin/env ruby
2
-
3
- require "bundler/setup"
4
- require "psych"
5
-
6
- require "irb"
7
- IRB.start
@@ -1,6 +0,0 @@
1
- #!/usr/bin/env bash
2
- set -euo pipefail
3
- IFS=$'\n\t'
4
- set -vx
5
-
6
- bundle install
@@ -1,67 +0,0 @@
1
- # -*- encoding: utf-8 -*-
2
- # frozen_string_literal: true
3
-
4
- version_module = Module.new do
5
- version_rb = File.join(__dir__, "lib/psych/versions.rb")
6
- module_eval(File.read(version_rb), version_rb)
7
- end
8
-
9
- Gem::Specification.new do |s|
10
- s.name = "psych"
11
- s.version = version_module::Psych::VERSION
12
- s.authors = ["Aaron Patterson", "SHIBATA Hiroshi", "Charles Oliver Nutter"]
13
- s.email = ["aaron@tenderlovemaking.com", "hsbt@ruby-lang.org", "headius@headius.com"]
14
- s.summary = "Psych is a YAML parser and emitter"
15
- s.description = <<-DESCRIPTION
16
- Psych is a YAML parser and emitter. Psych leverages libyaml[https://pyyaml.org/wiki/LibYAML]
17
- for its YAML parsing and emitting capabilities. In addition to wrapping libyaml,
18
- Psych also knows how to serialize and de-serialize most Ruby objects to and from the YAML format.
19
- DESCRIPTION
20
- s.homepage = "https://github.com/ruby/psych"
21
- s.licenses = ["MIT"]
22
- s.require_paths = ["lib"]
23
-
24
- # for ruby core repository. It was generated by `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
25
- s.files = [
26
- ".gitignore", "Gemfile", "LICENSE", "Mavenfile", "README.md", "Rakefile", "bin/console",
27
- "bin/setup", "ext/psych/depend", "ext/psych/extconf.rb", "ext/psych/psych.c", "ext/psych/psych.h",
28
- "ext/psych/psych_emitter.c", "ext/psych/psych_emitter.h", "ext/psych/psych_parser.c", "ext/psych/psych_parser.h",
29
- "ext/psych/psych_to_ruby.c", "ext/psych/psych_to_ruby.h", "ext/psych/psych_yaml_tree.c", "ext/psych/psych_yaml_tree.h",
30
- "lib/psych.rb", "lib/psych/class_loader.rb", "lib/psych/coder.rb", "lib/psych/core_ext.rb", "lib/psych/exception.rb",
31
- "lib/psych/handler.rb", "lib/psych/handlers/document_stream.rb", "lib/psych/handlers/recorder.rb",
32
- "lib/psych/json/ruby_events.rb", "lib/psych/json/stream.rb", "lib/psych/json/tree_builder.rb",
33
- "lib/psych/json/yaml_events.rb", "lib/psych/nodes.rb", "lib/psych/nodes/alias.rb", "lib/psych/nodes/document.rb",
34
- "lib/psych/nodes/mapping.rb", "lib/psych/nodes/node.rb", "lib/psych/nodes/scalar.rb", "lib/psych/nodes/sequence.rb",
35
- "lib/psych/nodes/stream.rb", "lib/psych/omap.rb", "lib/psych/parser.rb", "lib/psych/scalar_scanner.rb",
36
- "lib/psych/set.rb", "lib/psych/stream.rb", "lib/psych/streaming.rb", "lib/psych/syntax_error.rb",
37
- "lib/psych/tree_builder.rb", "lib/psych/versions.rb", "lib/psych/visitors.rb","lib/psych/visitors/depth_first.rb",
38
- "lib/psych/visitors/emitter.rb", "lib/psych/visitors/json_tree.rb", "lib/psych/visitors/to_ruby.rb",
39
- "lib/psych/visitors/visitor.rb", "lib/psych/visitors/yaml_tree.rb", "lib/psych/y.rb", "psych.gemspec"
40
- ]
41
-
42
- s.rdoc_options = ["--main", "README.md"]
43
- s.extra_rdoc_files = ["README.md"]
44
-
45
- s.required_ruby_version = Gem::Requirement.new(">= 2.4.0")
46
- s.required_rubygems_version = Gem::Requirement.new(">= 0")
47
-
48
- if RUBY_ENGINE == 'jruby'
49
- s.platform = 'java'
50
- s.files.concat [
51
- "ext/java/org/jruby/ext/psych/PsychEmitter.java",
52
- "ext/java/org/jruby/ext/psych/PsychLibrary.java",
53
- "ext/java/org/jruby/ext/psych/PsychParser.java",
54
- "ext/java/org/jruby/ext/psych/PsychToRuby.java",
55
- "lib/psych_jars.rb",
56
- "lib/psych.jar"
57
- ]
58
- s.requirements = "jar org.snakeyaml:snakeyaml-engine, #{version_module::Psych::DEFAULT_SNAKEYAML_VERSION}"
59
- s.add_dependency 'jar-dependencies', '>= 0.1.7'
60
- else
61
- s.extensions = ["ext/psych/extconf.rb"]
62
- s.add_dependency 'stringio'
63
- end
64
-
65
- s.metadata['msys2_mingw_dependencies'] = 'libyaml'
66
-
67
- end