cybrid_api_id_ruby 0.123.228 → 0.123.230

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 (120) 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/error_response_idp_model.rb +1 -1
  18. data/lib/cybrid_api_id_ruby/models/post_bank_application_idp_model.rb +1 -1
  19. data/lib/cybrid_api_id_ruby/models/post_customer_token_idp_model.rb +1 -1
  20. data/lib/cybrid_api_id_ruby/models/post_organization_application_idp_model.rb +1 -1
  21. data/lib/cybrid_api_id_ruby/models/post_user_idp_model.rb +1 -1
  22. data/lib/cybrid_api_id_ruby/models/user_idp_model.rb +1 -1
  23. data/lib/cybrid_api_id_ruby/models/user_list_idp_model.rb +1 -1
  24. data/lib/cybrid_api_id_ruby/version.rb +2 -2
  25. data/lib/cybrid_api_id_ruby.rb +1 -1
  26. data/spec/api/bank_applications_idp_api_spec.rb +1 -1
  27. data/spec/api/customer_tokens_idp_api_spec.rb +1 -1
  28. data/spec/api/organization_applications_idp_api_spec.rb +1 -1
  29. data/spec/api/users_idp_api_spec.rb +1 -1
  30. data/spec/api_client_spec.rb +1 -1
  31. data/spec/configuration_spec.rb +1 -1
  32. data/spec/models/application_idp_model_spec.rb +1 -1
  33. data/spec/models/application_list_idp_model_spec.rb +1 -1
  34. data/spec/models/application_with_secret_all_of_idp_model_spec.rb +1 -1
  35. data/spec/models/application_with_secret_idp_model_spec.rb +1 -1
  36. data/spec/models/customer_token_idp_model_spec.rb +1 -1
  37. data/spec/models/error_response_idp_model_spec.rb +1 -1
  38. data/spec/models/post_bank_application_idp_model_spec.rb +1 -1
  39. data/spec/models/post_customer_token_idp_model_spec.rb +1 -1
  40. data/spec/models/post_organization_application_idp_model_spec.rb +1 -1
  41. data/spec/models/post_user_idp_model_spec.rb +1 -1
  42. data/spec/models/user_idp_model_spec.rb +1 -1
  43. data/spec/models/user_list_idp_model_spec.rb +1 -1
  44. data/spec/spec_helper.rb +1 -1
  45. data/vendor/bundle/ruby/3.3.0/cache/diff-lcs-1.6.0.gem +0 -0
  46. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/byebug-11.1.3/gem_make.out +5 -5
  47. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/date-3.4.1/gem_make.out +5 -5
  48. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/jaro_winkler-1.5.6/gem_make.out +5 -5
  49. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/psych-5.2.3/gem_make.out +5 -5
  50. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/racc-1.8.1/gem_make.out +5 -5
  51. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/stringio-3.1.2/gem_make.out +5 -5
  52. data/vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.6.0/CHANGELOG.md +491 -0
  53. data/vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.6.0/CODE_OF_CONDUCT.md +128 -0
  54. data/vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.6.0/CONTRIBUTING.md +74 -0
  55. data/vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.6.0/CONTRIBUTORS.md +48 -0
  56. data/vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.6.0/Contributing.md +74 -0
  57. data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/Manifest.txt +7 -4
  58. data/vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.6.0/README.md +92 -0
  59. data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/Rakefile +12 -44
  60. data/vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.6.0/SECURITY.md +41 -0
  61. data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/docs/artistic.txt +1 -1
  62. data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/lib/diff/lcs/change.rb +1 -1
  63. data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/lib/diff/lcs/htmldiff.rb +2 -0
  64. data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/lib/diff/lcs/hunk.rb +38 -22
  65. data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/lib/diff/lcs/ldiff.rb +60 -50
  66. data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/lib/diff/lcs.rb +10 -9
  67. data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/spec/hunk_spec.rb +1 -1
  68. data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/spec/issues_spec.rb +32 -32
  69. data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/spec/ldiff_spec.rb +21 -10
  70. data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/spec/patch_spec.rb +1 -1
  71. data/vendor/bundle/ruby/3.3.0/specifications/{diff-lcs-1.5.1.gemspec → diff-lcs-1.6.0.gemspec} +11 -10
  72. metadata +66 -63
  73. data/vendor/bundle/ruby/3.3.0/cache/diff-lcs-1.5.1.gem +0 -0
  74. data/vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.5.1/Code-of-Conduct.md +0 -74
  75. data/vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.5.1/Contributing.md +0 -121
  76. data/vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.5.1/History.md +0 -431
  77. data/vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.5.1/README.rdoc +0 -84
  78. /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/.rspec +0 -0
  79. /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.5.1/License.md → diff-lcs-1.6.0/LICENCE.md} +0 -0
  80. /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/bin/htmldiff +0 -0
  81. /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/bin/ldiff +0 -0
  82. /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/docs/COPYING.txt +0 -0
  83. /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/lib/diff/lcs/array.rb +0 -0
  84. /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/lib/diff/lcs/backports.rb +0 -0
  85. /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/lib/diff/lcs/block.rb +0 -0
  86. /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/lib/diff/lcs/callbacks.rb +0 -0
  87. /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/lib/diff/lcs/internals.rb +0 -0
  88. /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/lib/diff/lcs/string.rb +0 -0
  89. /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/lib/diff-lcs.rb +0 -0
  90. /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/spec/change_spec.rb +0 -0
  91. /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/spec/diff_spec.rb +0 -0
  92. /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/spec/fixtures/aX +0 -0
  93. /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/spec/fixtures/bXaX +0 -0
  94. /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/spec/fixtures/ds1.csv +0 -0
  95. /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/spec/fixtures/ds2.csv +0 -0
  96. /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/spec/fixtures/ldiff/output.diff +0 -0
  97. /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/spec/fixtures/ldiff/output.diff-c +0 -0
  98. /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/spec/fixtures/ldiff/output.diff-e +0 -0
  99. /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/spec/fixtures/ldiff/output.diff-f +0 -0
  100. /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/spec/fixtures/ldiff/output.diff-u +0 -0
  101. /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/spec/fixtures/ldiff/output.diff.chef +0 -0
  102. /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/spec/fixtures/ldiff/output.diff.chef-c +0 -0
  103. /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/spec/fixtures/ldiff/output.diff.chef-e +0 -0
  104. /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/spec/fixtures/ldiff/output.diff.chef-f +0 -0
  105. /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/spec/fixtures/ldiff/output.diff.chef-u +0 -0
  106. /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/spec/fixtures/ldiff/output.diff.chef2 +0 -0
  107. /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/spec/fixtures/ldiff/output.diff.chef2-c +0 -0
  108. /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/spec/fixtures/ldiff/output.diff.chef2-d +0 -0
  109. /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/spec/fixtures/ldiff/output.diff.chef2-e +0 -0
  110. /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/spec/fixtures/ldiff/output.diff.chef2-f +0 -0
  111. /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/spec/fixtures/ldiff/output.diff.chef2-u +0 -0
  112. /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/spec/fixtures/new-chef +0 -0
  113. /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/spec/fixtures/new-chef2 +0 -0
  114. /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/spec/fixtures/old-chef +0 -0
  115. /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/spec/fixtures/old-chef2 +0 -0
  116. /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/spec/lcs_spec.rb +0 -0
  117. /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/spec/sdiff_spec.rb +0 -0
  118. /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/spec/spec_helper.rb +0 -0
  119. /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/spec/traverse_balanced_spec.rb +0 -0
  120. /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/spec/traverse_sequences_spec.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.123.228
4
+ version: 0.123.230
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cybrid
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-02-12 00:00:00.000000000 Z
11
+ date: 2025-02-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -134,7 +134,7 @@ files:
134
134
  - vendor/bundle/ruby/3.3.0/cache/byebug-11.1.3.gem
135
135
  - vendor/bundle/ruby/3.3.0/cache/coderay-1.1.3.gem
136
136
  - vendor/bundle/ruby/3.3.0/cache/date-3.4.1.gem
137
- - vendor/bundle/ruby/3.3.0/cache/diff-lcs-1.5.1.gem
137
+ - vendor/bundle/ruby/3.3.0/cache/diff-lcs-1.6.0.gem
138
138
  - vendor/bundle/ruby/3.3.0/cache/ethon-0.16.0.gem
139
139
  - vendor/bundle/ruby/3.3.0/cache/ffi-1.17.1-x86_64-linux-gnu.gem
140
140
  - vendor/bundle/ruby/3.3.0/cache/jaro_winkler-1.5.6.gem
@@ -404,65 +404,68 @@ files:
404
404
  - vendor/bundle/ruby/3.3.0/gems/date-3.4.1/ext/date/zonetab.list
405
405
  - vendor/bundle/ruby/3.3.0/gems/date-3.4.1/lib/date.rb
406
406
  - vendor/bundle/ruby/3.3.0/gems/date-3.4.1/lib/date_core.so
407
- - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.5.1/.rspec
408
- - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.5.1/Code-of-Conduct.md
409
- - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.5.1/Contributing.md
410
- - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.5.1/History.md
411
- - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.5.1/License.md
412
- - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.5.1/Manifest.txt
413
- - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.5.1/README.rdoc
414
- - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.5.1/Rakefile
415
- - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.5.1/bin/htmldiff
416
- - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.5.1/bin/ldiff
417
- - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.5.1/docs/COPYING.txt
418
- - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.5.1/docs/artistic.txt
419
- - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.5.1/lib/diff-lcs.rb
420
- - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.5.1/lib/diff/lcs.rb
421
- - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.5.1/lib/diff/lcs/array.rb
422
- - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.5.1/lib/diff/lcs/backports.rb
423
- - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.5.1/lib/diff/lcs/block.rb
424
- - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.5.1/lib/diff/lcs/callbacks.rb
425
- - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.5.1/lib/diff/lcs/change.rb
426
- - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.5.1/lib/diff/lcs/htmldiff.rb
427
- - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.5.1/lib/diff/lcs/hunk.rb
428
- - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.5.1/lib/diff/lcs/internals.rb
429
- - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.5.1/lib/diff/lcs/ldiff.rb
430
- - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.5.1/lib/diff/lcs/string.rb
431
- - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.5.1/spec/change_spec.rb
432
- - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.5.1/spec/diff_spec.rb
433
- - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.5.1/spec/fixtures/aX
434
- - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.5.1/spec/fixtures/bXaX
435
- - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.5.1/spec/fixtures/ds1.csv
436
- - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.5.1/spec/fixtures/ds2.csv
437
- - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.5.1/spec/fixtures/ldiff/output.diff
438
- - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.5.1/spec/fixtures/ldiff/output.diff-c
439
- - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.5.1/spec/fixtures/ldiff/output.diff-e
440
- - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.5.1/spec/fixtures/ldiff/output.diff-f
441
- - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.5.1/spec/fixtures/ldiff/output.diff-u
442
- - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.5.1/spec/fixtures/ldiff/output.diff.chef
443
- - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.5.1/spec/fixtures/ldiff/output.diff.chef-c
444
- - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.5.1/spec/fixtures/ldiff/output.diff.chef-e
445
- - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.5.1/spec/fixtures/ldiff/output.diff.chef-f
446
- - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.5.1/spec/fixtures/ldiff/output.diff.chef-u
447
- - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.5.1/spec/fixtures/ldiff/output.diff.chef2
448
- - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.5.1/spec/fixtures/ldiff/output.diff.chef2-c
449
- - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.5.1/spec/fixtures/ldiff/output.diff.chef2-d
450
- - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.5.1/spec/fixtures/ldiff/output.diff.chef2-e
451
- - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.5.1/spec/fixtures/ldiff/output.diff.chef2-f
452
- - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.5.1/spec/fixtures/ldiff/output.diff.chef2-u
453
- - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.5.1/spec/fixtures/new-chef
454
- - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.5.1/spec/fixtures/new-chef2
455
- - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.5.1/spec/fixtures/old-chef
456
- - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.5.1/spec/fixtures/old-chef2
457
- - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.5.1/spec/hunk_spec.rb
458
- - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.5.1/spec/issues_spec.rb
459
- - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.5.1/spec/lcs_spec.rb
460
- - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.5.1/spec/ldiff_spec.rb
461
- - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.5.1/spec/patch_spec.rb
462
- - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.5.1/spec/sdiff_spec.rb
463
- - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.5.1/spec/spec_helper.rb
464
- - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.5.1/spec/traverse_balanced_spec.rb
465
- - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.5.1/spec/traverse_sequences_spec.rb
407
+ - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.6.0/.rspec
408
+ - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.6.0/CHANGELOG.md
409
+ - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.6.0/CODE_OF_CONDUCT.md
410
+ - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.6.0/CONTRIBUTING.md
411
+ - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.6.0/CONTRIBUTORS.md
412
+ - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.6.0/Contributing.md
413
+ - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.6.0/LICENCE.md
414
+ - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.6.0/Manifest.txt
415
+ - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.6.0/README.md
416
+ - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.6.0/Rakefile
417
+ - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.6.0/SECURITY.md
418
+ - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.6.0/bin/htmldiff
419
+ - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.6.0/bin/ldiff
420
+ - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.6.0/docs/COPYING.txt
421
+ - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.6.0/docs/artistic.txt
422
+ - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.6.0/lib/diff-lcs.rb
423
+ - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.6.0/lib/diff/lcs.rb
424
+ - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.6.0/lib/diff/lcs/array.rb
425
+ - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.6.0/lib/diff/lcs/backports.rb
426
+ - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.6.0/lib/diff/lcs/block.rb
427
+ - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.6.0/lib/diff/lcs/callbacks.rb
428
+ - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.6.0/lib/diff/lcs/change.rb
429
+ - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.6.0/lib/diff/lcs/htmldiff.rb
430
+ - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.6.0/lib/diff/lcs/hunk.rb
431
+ - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.6.0/lib/diff/lcs/internals.rb
432
+ - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.6.0/lib/diff/lcs/ldiff.rb
433
+ - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.6.0/lib/diff/lcs/string.rb
434
+ - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.6.0/spec/change_spec.rb
435
+ - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.6.0/spec/diff_spec.rb
436
+ - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.6.0/spec/fixtures/aX
437
+ - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.6.0/spec/fixtures/bXaX
438
+ - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.6.0/spec/fixtures/ds1.csv
439
+ - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.6.0/spec/fixtures/ds2.csv
440
+ - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.6.0/spec/fixtures/ldiff/output.diff
441
+ - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.6.0/spec/fixtures/ldiff/output.diff-c
442
+ - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.6.0/spec/fixtures/ldiff/output.diff-e
443
+ - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.6.0/spec/fixtures/ldiff/output.diff-f
444
+ - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.6.0/spec/fixtures/ldiff/output.diff-u
445
+ - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.6.0/spec/fixtures/ldiff/output.diff.chef
446
+ - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.6.0/spec/fixtures/ldiff/output.diff.chef-c
447
+ - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.6.0/spec/fixtures/ldiff/output.diff.chef-e
448
+ - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.6.0/spec/fixtures/ldiff/output.diff.chef-f
449
+ - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.6.0/spec/fixtures/ldiff/output.diff.chef-u
450
+ - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.6.0/spec/fixtures/ldiff/output.diff.chef2
451
+ - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.6.0/spec/fixtures/ldiff/output.diff.chef2-c
452
+ - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.6.0/spec/fixtures/ldiff/output.diff.chef2-d
453
+ - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.6.0/spec/fixtures/ldiff/output.diff.chef2-e
454
+ - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.6.0/spec/fixtures/ldiff/output.diff.chef2-f
455
+ - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.6.0/spec/fixtures/ldiff/output.diff.chef2-u
456
+ - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.6.0/spec/fixtures/new-chef
457
+ - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.6.0/spec/fixtures/new-chef2
458
+ - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.6.0/spec/fixtures/old-chef
459
+ - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.6.0/spec/fixtures/old-chef2
460
+ - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.6.0/spec/hunk_spec.rb
461
+ - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.6.0/spec/issues_spec.rb
462
+ - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.6.0/spec/lcs_spec.rb
463
+ - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.6.0/spec/ldiff_spec.rb
464
+ - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.6.0/spec/patch_spec.rb
465
+ - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.6.0/spec/sdiff_spec.rb
466
+ - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.6.0/spec/spec_helper.rb
467
+ - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.6.0/spec/traverse_balanced_spec.rb
468
+ - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.6.0/spec/traverse_sequences_spec.rb
466
469
  - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/.github/workflows/ruby.yml
467
470
  - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/.gitignore
468
471
  - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/.rspec
@@ -2158,7 +2161,7 @@ files:
2158
2161
  - vendor/bundle/ruby/3.3.0/specifications/byebug-11.1.3.gemspec
2159
2162
  - vendor/bundle/ruby/3.3.0/specifications/coderay-1.1.3.gemspec
2160
2163
  - vendor/bundle/ruby/3.3.0/specifications/date-3.4.1.gemspec
2161
- - vendor/bundle/ruby/3.3.0/specifications/diff-lcs-1.5.1.gemspec
2164
+ - vendor/bundle/ruby/3.3.0/specifications/diff-lcs-1.6.0.gemspec
2162
2165
  - vendor/bundle/ruby/3.3.0/specifications/ethon-0.16.0.gemspec
2163
2166
  - vendor/bundle/ruby/3.3.0/specifications/ffi-1.17.1-x86_64-linux-gnu.gemspec
2164
2167
  - vendor/bundle/ruby/3.3.0/specifications/jaro_winkler-1.5.6.gemspec
@@ -1,74 +0,0 @@
1
- # Contributor Covenant Code of Conduct
2
-
3
- ## Our Pledge
4
-
5
- In the interest of fostering an open and welcoming environment, we as
6
- contributors and maintainers pledge to making participation in our project and
7
- our community a harassment-free experience for everyone, regardless of age, body
8
- size, disability, ethnicity, gender identity and expression, level of experience,
9
- nationality, personal appearance, race, religion, or sexual identity and
10
- orientation.
11
-
12
- ## Our Standards
13
-
14
- Examples of behavior that contributes to creating a positive environment
15
- include:
16
-
17
- * Using welcoming and inclusive language
18
- * Being respectful of differing viewpoints and experiences
19
- * Gracefully accepting constructive criticism
20
- * Focusing on what is best for the community
21
- * Showing empathy towards other community members
22
-
23
- Examples of unacceptable behavior by participants include:
24
-
25
- * The use of sexualized language or imagery and unwelcome sexual attention or
26
- advances
27
- * Trolling, insulting/derogatory comments, and personal or political attacks
28
- * Public or private harassment
29
- * Publishing others' private information, such as a physical or electronic
30
- address, without explicit permission
31
- * Other conduct which could reasonably be considered inappropriate in a
32
- professional setting
33
-
34
- ## Our Responsibilities
35
-
36
- Project maintainers are responsible for clarifying the standards of acceptable
37
- behavior and are expected to take appropriate and fair corrective action in
38
- response to any instances of unacceptable behavior.
39
-
40
- Project maintainers have the right and responsibility to remove, edit, or
41
- reject comments, commits, code, wiki edits, issues, and other contributions
42
- that are not aligned to this Code of Conduct, or to ban temporarily or
43
- permanently any contributor for other behaviors that they deem inappropriate,
44
- threatening, offensive, or harmful.
45
-
46
- ## Scope
47
-
48
- This Code of Conduct applies both within project spaces and in public spaces
49
- when an individual is representing the project or its community. Examples of
50
- representing a project or community include using an official project e-mail
51
- address, posting via an official social media account, or acting as an appointed
52
- representative at an online or offline event. Representation of a project may be
53
- further defined and clarified by project maintainers.
54
-
55
- ## Enforcement
56
-
57
- Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
- reported by contacting the project team at [INSERT EMAIL ADDRESS]. All
59
- complaints will be reviewed and investigated and will result in a response that
60
- is deemed necessary and appropriate to the circumstances. The project team is
61
- obligated to maintain confidentiality with regard to the reporter of an incident.
62
- Further details of specific enforcement policies may be posted separately.
63
-
64
- Project maintainers who do not follow or enforce the Code of Conduct in good
65
- faith may face temporary or permanent repercussions as determined by other
66
- members of the project's leadership.
67
-
68
- ## Attribution
69
-
70
- This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71
- available at [http://contributor-covenant.org/version/1/4][version]
72
-
73
- [homepage]: http://contributor-covenant.org
74
- [version]: http://contributor-covenant.org/version/1/4/
@@ -1,121 +0,0 @@
1
- ## Contributing
2
-
3
- I value any contribution to Diff::LCS you can provide: a bug report, a
4
- feature request, or code contributions. Code contributions to Diff::LCS are
5
- especially <del>welcome</del>encouraged. Because Diff::LCS is a complex
6
- codebase, there are a few guidelines:
7
-
8
- - Code changes _will not_ be accepted without tests. The test suite is
9
- written with [RSpec][].
10
- - Match my coding style.
11
- - Use a thoughtfully-named topic branch that contains your change. Rebase
12
- your commits into logical chunks as necessary.
13
- - Use [quality commit messages][].
14
- - Do not change the version number; when your patch is accepted and a release
15
- is made, the version will be updated at that point.
16
- - Submit a GitHub pull request with your changes.
17
- - New or changed behaviours require appropriate documentation.
18
-
19
- ### Test Dependencies
20
-
21
- Diff::LCS uses Ryan Davis’s [Hoe][] to manage the release process, and it
22
- adds a number of rake tasks. You will mostly be interested in:
23
-
24
- ```sh
25
- $ rake
26
- ```
27
-
28
- which runs the tests the same way that:
29
-
30
- ```sh
31
- $ rake spec
32
- ```
33
-
34
- will do.
35
-
36
- To assist with the installation of the development dependencies, I have
37
- provided a Gemfile pointing to the (generated) `diff-lcs.gemspec` file. This
38
- will permit you to do:
39
-
40
- ```sh
41
- $ bundle install
42
- ```
43
-
44
- to get the development dependencies. If you aleady have `hoe` installed, you
45
- can accomplish the same thing with:
46
-
47
- ```sh
48
- $ rake newb
49
- ```
50
-
51
- This task will install any missing dependencies, run the tests/specs, and
52
- generate the RDoc.
53
-
54
- You can run tests with code coverage analysis by running:
55
-
56
- ```sh
57
- $ rake spec:coverage
58
- ```
59
-
60
- ### Workflow
61
-
62
- Here's the most direct way to get your work merged into the project:
63
-
64
- - Fork the project.
65
- - Clone down your fork (`git clone git://github.com/<username>/diff-lcs.git`).
66
- - Create a topic branch to contain your change (`git checkout -b my_awesome_feature`).
67
- - Hack away, add tests. Not necessarily in that order.
68
- - Make sure everything still passes by running `rake`.
69
- - If necessary, rebase your commits into logical chunks, without errors.
70
- - Push the branch up (`git push origin my_awesome_feature`).
71
- - Create a pull request against halostatue/diff-lcs and describe what your
72
- change does and the why you think it should be merged.
73
-
74
- ### Contributors
75
-
76
- - Austin Ziegler created Diff::LCS.
77
-
78
- Thanks to everyone else who has contributed code or bug reports to Diff::LCS:
79
-
80
- - @ginriki
81
- - @joshbronson
82
- - @kevinmook
83
- - @mckaz
84
- - Akinori Musha
85
- - Artem Ignatyev
86
- - Brandon Fish
87
- - Camille Drapier
88
- - Cédric Boutillier
89
- - Gregg Kellogg
90
- - Jagdeep Singh
91
- - Jason Gladish
92
- - Jon Rowe
93
- - Josef Strzibny
94
- - Josep (@apuratepp)
95
- - Josh Bronson
96
- - Jun Aruga
97
- - Justin Steele
98
- - Kenichi Kamiya
99
- - Kensuke Nagae
100
- - Kevin Ansfield
101
- - Koichi Ito
102
- - Mark Friedgan
103
- - Michael Granger
104
- - Myron Marston
105
- - Nicolas Leger
106
- - Oleg Orlov
107
- - Paul Kunysch
108
- - Pete Higgins
109
- - Peter Goldstein
110
- - Peter Wagenet
111
- - Philippe Lafoucrière
112
- - Ryan Lovelett
113
- - Scott Steele
114
- - Simon Courtois
115
- - Tien (@tiendo1011)
116
- - Tomas Jura
117
- - Vít Ondruch
118
-
119
- [rspec]: http://rspec.info/documentation/
120
- [quality commit messages]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
121
- [hoe]: https://github.com/seattlerb/hoe