gettext_i18n_rails_js 3.0.0 → 3.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +11 -0
- data/README.md +6 -6
- data/lib/gettext_i18n_rails_js/parser/javascript.rb +2 -0
- data/lib/gettext_i18n_rails_js/version.rb +1 -1
- data/lib/tasks/gettext_i18n_rails_js_tasks.rake +2 -0
- data/vendor/bundle/ruby/4.0.0/cache/action_text-trix-2.1.16.gem +0 -0
- data/vendor/bundle/ruby/4.0.0/cache/ffi-1.17.3-x86_64-linux-gnu.gem +0 -0
- data/vendor/bundle/ruby/4.0.0/cache/po_to_json-3.0.0.gem +0 -0
- data/vendor/bundle/ruby/4.0.0/cache/thor-1.5.0.gem +0 -0
- data/vendor/bundle/ruby/4.0.0/gems/{action_text-trix-2.1.15 → action_text-trix-2.1.16}/app/assets/javascripts/trix.js +583 -504
- data/vendor/bundle/ruby/4.0.0/gems/action_text-trix-2.1.16/lib/action_text/trix/version.rb +3 -0
- data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/CHANGELOG.md +25 -0
- data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/Gemfile +7 -4
- data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/README.md +1 -0
- data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/Rakefile +7 -4
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.3-x86_64-linux-gnu/Steepfile +8 -0
- data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/ffi.gemspec +4 -5
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.3-x86_64-linux-gnu/lib/3.0/ffi_c.so +0 -0
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.3-x86_64-linux-gnu/lib/3.1/ffi_c.so +0 -0
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.3-x86_64-linux-gnu/lib/3.2/ffi_c.so +0 -0
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.3-x86_64-linux-gnu/lib/3.3/ffi_c.so +0 -0
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.3-x86_64-linux-gnu/lib/3.4/ffi_c.so +0 -0
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.3-x86_64-linux-gnu/lib/4.0/ffi_c.so +0 -0
- data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/autopointer.rb +6 -0
- data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/compat.rb +11 -0
- data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/function.rb +23 -0
- data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/library.rb +19 -3
- data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/struct_by_reference.rb +1 -1
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.3-x86_64-linux-gnu/lib/ffi/version.rb +3 -0
- data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/samples/hello_ractor.rb +9 -1
- data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/samples/qsort_ractor.rb +9 -1
- data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/sig/ffi/auto_pointer.rbs +1 -1
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.3-x86_64-linux-gnu/sig/ffi/errno.rbs +8 -0
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.3-x86_64-linux-gnu/sig/ffi/platform.rbs +49 -0
- data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/sig/ffi/struct.rbs +2 -2
- data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/sig/ffi/struct_by_reference.rbs +1 -1
- data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/sig/ffi.rbs +4 -1
- data/vendor/bundle/ruby/4.0.0/gems/{po_to_json-2.2.1 → po_to_json-3.0.0}/CHANGELOG.md +7 -0
- data/vendor/bundle/ruby/4.0.0/gems/{po_to_json-2.2.1 → po_to_json-3.0.0}/README.md +2 -2
- data/vendor/bundle/ruby/4.0.0/gems/{po_to_json-2.2.1 → po_to_json-3.0.0}/lib/po_to_json/version.rb +1 -1
- data/vendor/bundle/ruby/4.0.0/gems/{thor-1.4.0 → thor-1.5.0}/CONTRIBUTING.md +17 -0
- data/vendor/bundle/ruby/4.0.0/gems/{thor-1.4.0 → thor-1.5.0}/README.md +1 -2
- data/vendor/bundle/ruby/4.0.0/gems/{thor-1.4.0 → thor-1.5.0}/lib/thor/actions/inject_into_file.rb +35 -2
- data/vendor/bundle/ruby/4.0.0/gems/{thor-1.4.0 → thor-1.5.0}/lib/thor/base.rb +2 -1
- data/vendor/bundle/ruby/4.0.0/gems/{thor-1.4.0 → thor-1.5.0}/lib/thor/shell/basic.rb +14 -6
- data/vendor/bundle/ruby/4.0.0/gems/{thor-1.4.0 → thor-1.5.0}/lib/thor/shell/color.rb +2 -0
- data/vendor/bundle/ruby/4.0.0/gems/thor-1.5.0/lib/thor/version.rb +3 -0
- data/vendor/bundle/ruby/4.0.0/gems/{thor-1.4.0 → thor-1.5.0}/lib/thor.rb +34 -1
- data/vendor/bundle/ruby/4.0.0/gems/{thor-1.4.0 → thor-1.5.0}/thor.gemspec +3 -3
- data/vendor/bundle/ruby/4.0.0/specifications/{action_text-trix-2.1.15.gemspec → action_text-trix-2.1.16.gemspec} +4 -4
- data/vendor/bundle/ruby/4.0.0/specifications/ffi-1.17.3-x86_64-linux-gnu.gemspec +24 -0
- data/vendor/bundle/ruby/4.0.0/specifications/{po_to_json-2.2.1.gemspec → po_to_json-3.0.0.gemspec} +3 -3
- data/vendor/bundle/ruby/4.0.0/specifications/{thor-1.4.0.gemspec → thor-1.5.0.gemspec} +5 -5
- metadata +197 -690
- data/vendor/bundle/ruby/4.0.0/cache/action_text-trix-2.1.15.gem +0 -0
- data/vendor/bundle/ruby/4.0.0/cache/ffi-1.17.2.gem +0 -0
- data/vendor/bundle/ruby/4.0.0/cache/po_to_json-2.2.1.gem +0 -0
- data/vendor/bundle/ruby/4.0.0/cache/thor-1.4.0.gem +0 -0
- data/vendor/bundle/ruby/4.0.0/extensions/x86_64-linux/4.0.0/ffi-1.17.2/ffi_c.so +0 -0
- data/vendor/bundle/ruby/4.0.0/extensions/x86_64-linux/4.0.0/ffi-1.17.2/gem.build_complete +0 -0
- data/vendor/bundle/ruby/4.0.0/extensions/x86_64-linux/4.0.0/ffi-1.17.2/gem_make.out +0 -48
- data/vendor/bundle/ruby/4.0.0/extensions/x86_64-linux/4.0.0/ffi-1.17.2/mkmf.log +0 -272
- data/vendor/bundle/ruby/4.0.0/gems/action_text-trix-2.1.15/lib/action_text/trix/version.rb +0 -3
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/AbstractMemory.c +0 -1129
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/AbstractMemory.h +0 -176
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/ArrayType.c +0 -198
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/ArrayType.h +0 -60
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/Buffer.c +0 -417
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/Call.c +0 -504
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/Call.h +0 -108
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/ClosurePool.c +0 -333
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/ClosurePool.h +0 -59
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/DynamicLibrary.c +0 -397
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/DynamicLibrary.h +0 -98
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/Function.c +0 -1081
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/Function.h +0 -84
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/FunctionInfo.c +0 -322
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/LastError.c +0 -243
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/LastError.h +0 -47
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/LongDouble.c +0 -65
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/LongDouble.h +0 -47
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/Makefile +0 -273
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/MappedType.c +0 -211
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/MappedType.h +0 -57
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/MemoryPointer.c +0 -219
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/MemoryPointer.h +0 -49
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/MethodHandle.c +0 -350
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/MethodHandle.h +0 -56
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/Platform.c +0 -78
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/Platform.h +0 -45
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/Pointer.c +0 -549
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/Pointer.h +0 -60
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/Struct.c +0 -904
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/Struct.h +0 -115
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/StructByValue.c +0 -177
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/StructByValue.h +0 -55
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/StructLayout.c +0 -769
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/Thread.c +0 -129
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/Thread.h +0 -76
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/Type.c +0 -448
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/Type.h +0 -63
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/Types.c +0 -144
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/Types.h +0 -87
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/Variadic.c +0 -348
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/compat.h +0 -82
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/extconf.h +0 -8
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/extconf.rb +0 -115
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/ffi.c +0 -97
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/ChangeLog.old +0 -7407
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/LICENSE +0 -21
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/LICENSE-BUILDTOOLS +0 -353
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/Makefile.am +0 -158
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/Makefile.in +0 -2107
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/README.md +0 -548
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/acinclude.m4 +0 -383
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/autogen.sh +0 -2
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/compile +0 -348
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/config.guess +0 -1812
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/config.sub +0 -1973
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/configure +0 -22807
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/configure.ac +0 -452
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/configure.host +0 -332
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/doc/Makefile.am +0 -3
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/doc/Makefile.in +0 -819
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/doc/libffi.texi +0 -1046
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/doc/version.texi +0 -4
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/fficonfig.h.in +0 -188
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/generate-darwin-source-and-headers.py +0 -312
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/include/Makefile.am +0 -9
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/include/Makefile.in +0 -610
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/include/ffi.h.in +0 -518
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/include/ffi_cfi.h +0 -78
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/include/ffi_common.h +0 -201
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/include/tramp.h +0 -45
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/install-sh +0 -541
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/libffi.map.in +0 -81
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/libffi.pc.in +0 -11
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/libffi.xcodeproj/project.pbxproj +0 -997
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/libtool-ldflags +0 -106
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/libtool-version +0 -29
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/ltmain.sh +0 -11436
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/m4/asmcfi.m4 +0 -13
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/m4/ax_append_flag.m4 +0 -50
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/m4/ax_cc_maxopt.m4 +0 -198
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/m4/ax_cflags_warn_all.m4 +0 -158
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/m4/ax_check_compile_flag.m4 +0 -53
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/m4/ax_compiler_vendor.m4 +0 -119
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/m4/ax_configure_args.m4 +0 -49
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/m4/ax_enable_builddir.m4 +0 -302
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/m4/ax_gcc_archflag.m4 +0 -267
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/m4/ax_gcc_x86_cpuid.m4 +0 -89
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/m4/ax_prepend_flag.m4 +0 -51
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/m4/ax_require_defined.m4 +0 -37
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/make_sunver.pl +0 -333
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/man/Makefile.am +0 -8
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/man/Makefile.in +0 -566
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/man/ffi.3 +0 -41
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/man/ffi_call.3 +0 -103
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/man/ffi_prep_cif.3 +0 -68
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/man/ffi_prep_cif_var.3 +0 -73
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/missing +0 -215
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/msvc_build/aarch64/Ffi_staticLib.sln +0 -33
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/msvc_build/aarch64/Ffi_staticLib.vcxproj +0 -130
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/msvc_build/aarch64/Ffi_staticLib.vcxproj.filters +0 -57
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/msvc_build/aarch64/Ffi_staticLib.vcxproj.user +0 -4
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/msvc_build/aarch64/aarch64_include/ffi.h +0 -511
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/msvc_build/aarch64/aarch64_include/fficonfig.h +0 -219
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/msvcc.sh +0 -353
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/aarch64/ffi.c +0 -1145
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/aarch64/ffitarget.h +0 -97
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/aarch64/internal.h +0 -146
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/aarch64/sysv.S +0 -699
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/aarch64/win64_armasm.S +0 -506
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/alpha/ffi.c +0 -521
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/alpha/ffitarget.h +0 -57
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/alpha/internal.h +0 -23
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/alpha/osf.S +0 -282
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/arc/arcompact.S +0 -210
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/arc/ffi.c +0 -447
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/arc/ffitarget.h +0 -67
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/arm/ffi.c +0 -921
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/arm/ffitarget.h +0 -89
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/arm/internal.h +0 -17
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/arm/sysv.S +0 -456
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/arm/sysv_msvc_arm32.S +0 -311
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/avr32/ffi.c +0 -423
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/avr32/ffitarget.h +0 -55
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/avr32/sysv.S +0 -208
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/bfin/ffi.c +0 -196
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/bfin/ffitarget.h +0 -43
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/bfin/sysv.S +0 -179
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/closures.c +0 -1107
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/cris/ffi.c +0 -386
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/cris/ffitarget.h +0 -56
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/cris/sysv.S +0 -215
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/csky/ffi.c +0 -395
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/csky/ffitarget.h +0 -63
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/csky/sysv.S +0 -371
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/debug.c +0 -64
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/dlmalloc.c +0 -5172
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/frv/eabi.S +0 -128
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/frv/ffi.c +0 -292
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/frv/ffitarget.h +0 -62
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/ia64/ffi.c +0 -616
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/ia64/ffitarget.h +0 -56
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/ia64/ia64_flags.h +0 -40
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/ia64/unix.S +0 -585
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/java_raw_api.c +0 -374
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/kvx/asm.h +0 -5
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/kvx/ffi.c +0 -273
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/kvx/ffitarget.h +0 -75
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/kvx/sysv.S +0 -127
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/loongarch64/ffi.c +0 -624
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/loongarch64/ffitarget.h +0 -82
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/loongarch64/sysv.S +0 -327
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/m32r/ffi.c +0 -249
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/m32r/ffitarget.h +0 -53
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/m32r/sysv.S +0 -121
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/m68k/ffi.c +0 -362
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/m68k/ffitarget.h +0 -54
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/m68k/sysv.S +0 -357
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/m88k/ffi.c +0 -400
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/m88k/ffitarget.h +0 -49
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/m88k/obsd.S +0 -209
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/metag/ffi.c +0 -330
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/metag/ffitarget.h +0 -53
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/metag/sysv.S +0 -311
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/microblaze/ffi.c +0 -321
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/microblaze/ffitarget.h +0 -53
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/microblaze/sysv.S +0 -302
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/mips/ffi.c +0 -1317
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/mips/ffitarget.h +0 -249
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/mips/n32.S +0 -827
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/mips/o32.S +0 -565
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/moxie/eabi.S +0 -101
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/moxie/ffi.c +0 -310
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/moxie/ffitarget.h +0 -52
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/or1k/ffi.c +0 -341
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/or1k/ffitarget.h +0 -58
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/or1k/sysv.S +0 -107
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/pa/ffi.c +0 -673
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/pa/ffi64.c +0 -614
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/pa/ffitarget.h +0 -94
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/pa/hpux32.S +0 -417
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/pa/hpux64.S +0 -681
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/pa/linux.S +0 -427
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/powerpc/aix.S +0 -566
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/powerpc/aix_closure.S +0 -694
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/powerpc/asm.h +0 -125
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/powerpc/darwin.S +0 -378
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/powerpc/darwin_closure.S +0 -571
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/powerpc/ffi.c +0 -188
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/powerpc/ffi_darwin.c +0 -1464
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/powerpc/ffi_linux64.c +0 -1160
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/powerpc/ffi_powerpc.h +0 -105
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/powerpc/ffi_sysv.c +0 -933
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/powerpc/ffitarget.h +0 -204
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/powerpc/internal.h +0 -10
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/powerpc/linux64.S +0 -293
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/powerpc/linux64_closure.S +0 -613
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/powerpc/ppc_closure.S +0 -421
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/powerpc/sysv.S +0 -173
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/powerpc/t-aix +0 -5
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/prep_cif.c +0 -280
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/raw_api.c +0 -267
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/riscv/ffi.c +0 -514
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/riscv/ffitarget.h +0 -69
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/riscv/sysv.S +0 -293
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/s390/ffi.c +0 -783
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/s390/ffitarget.h +0 -70
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/s390/internal.h +0 -22
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/s390/sysv.S +0 -363
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/sh/ffi.c +0 -717
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/sh/ffitarget.h +0 -54
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/sh/sysv.S +0 -850
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/sh64/ffi.c +0 -469
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/sh64/ffitarget.h +0 -58
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/sh64/sysv.S +0 -539
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/sparc/ffi.c +0 -484
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/sparc/ffi64.c +0 -630
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/sparc/ffitarget.h +0 -81
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/sparc/internal.h +0 -26
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/sparc/v8.S +0 -443
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/sparc/v9.S +0 -440
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/tile/ffi.c +0 -355
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/tile/ffitarget.h +0 -65
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/tile/tile.S +0 -360
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/tramp.c +0 -716
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/types.c +0 -106
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/vax/elfbsd.S +0 -195
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/vax/ffi.c +0 -276
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/vax/ffitarget.h +0 -49
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/wasm32/ffi.c +0 -695
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/wasm32/ffitarget.h +0 -62
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/x86/asmnames.h +0 -30
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/x86/ffi.c +0 -835
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/x86/ffi64.c +0 -953
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/x86/ffitarget.h +0 -164
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/x86/ffiw64.c +0 -361
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/x86/internal.h +0 -43
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/x86/internal64.h +0 -36
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/x86/sysv.S +0 -1272
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/x86/sysv_intel.S +0 -998
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/x86/unix64.S +0 -711
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/x86/win64.S +0 -254
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/x86/win64_intel.S +0 -238
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/xtensa/ffi.c +0 -306
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/xtensa/ffitarget.h +0 -57
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/xtensa/sysv.S +0 -268
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/stamp-h.in +0 -1
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/Makefile.am +0 -88
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/Makefile.in +0 -618
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/config/default.exp +0 -1
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/emscripten/build-tests.sh +0 -34
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/emscripten/build.sh +0 -46
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/emscripten/conftest.py +0 -86
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/emscripten/node-tests.sh +0 -23
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/emscripten/test.html +0 -7
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/emscripten/test_libffi.py +0 -51
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/lib/libffi.exp +0 -682
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/lib/target-libpath.exp +0 -283
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/lib/wrapper.exp +0 -45
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.bhaible/Makefile +0 -28
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.bhaible/README +0 -78
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.bhaible/alignof.h +0 -50
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.bhaible/bhaible.exp +0 -63
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.bhaible/test-call.c +0 -1746
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.bhaible/test-callback.c +0 -2885
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.bhaible/testcases.c +0 -747
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/align_mixed.c +0 -46
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/align_stdcall.c +0 -46
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/bpo_38748.c +0 -41
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/call.exp +0 -54
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/callback.c +0 -99
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/callback2.c +0 -108
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/callback3.c +0 -114
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/callback4.c +0 -119
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/err_bad_typedef.c +0 -26
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/ffitest.h +0 -163
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/float.c +0 -59
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/float1.c +0 -60
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/float2.c +0 -61
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/float3.c +0 -74
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/float4.c +0 -62
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/float_va.c +0 -110
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/many.c +0 -59
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/many2.c +0 -57
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/many_double.c +0 -70
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/many_mixed.c +0 -78
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/negint.c +0 -52
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/offsets.c +0 -46
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/overread.c +0 -54
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/pr1172638.c +0 -127
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/promotion.c +0 -59
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/pyobjc_tc.c +0 -114
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl.c +0 -36
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl1.c +0 -43
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl2.c +0 -42
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/return_fl.c +0 -35
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/return_fl1.c +0 -36
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/return_fl2.c +0 -49
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/return_fl3.c +0 -42
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/return_ldl.c +0 -34
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/return_ll.c +0 -41
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/return_ll1.c +0 -48
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/return_sc.c +0 -36
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/return_sl.c +0 -42
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/return_uc.c +0 -38
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/return_ul.c +0 -42
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/s55.c +0 -60
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/strlen.c +0 -43
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/strlen2.c +0 -49
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/strlen3.c +0 -49
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/strlen4.c +0 -55
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/struct1.c +0 -67
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/struct10.c +0 -57
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/struct2.c +0 -67
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/struct3.c +0 -60
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/struct4.c +0 -64
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/struct5.c +0 -66
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/struct6.c +0 -64
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/struct7.c +0 -74
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/struct8.c +0 -81
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/struct9.c +0 -68
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_2.c +0 -63
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_3.c +0 -65
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_3f.c +0 -65
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_4.c +0 -67
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_4f.c +0 -67
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_big.c +0 -93
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_small.c +0 -61
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/struct_int_float.c +0 -88
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/struct_return_2H.c +0 -63
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/struct_return_8H.c +0 -90
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/uninitialized.c +0 -61
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/va_1.c +0 -78
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/va_2.c +0 -220
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/va_3.c +0 -154
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/va_struct1.c +0 -134
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/va_struct2.c +0 -135
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/va_struct3.c +0 -141
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/x32.c +0 -31
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/closure.exp +0 -67
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn0.c +0 -90
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn1.c +0 -83
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn2.c +0 -83
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn3.c +0 -102
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn4.c +0 -91
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn5.c +0 -94
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn6.c +0 -92
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/closure_loc_fn0.c +0 -96
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/closure_simple.c +0 -61
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/cls_12byte.c +0 -112
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/cls_16byte.c +0 -117
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/cls_18byte.c +0 -120
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/cls_19byte.c +0 -131
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/cls_1_1byte.c +0 -93
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/cls_20byte.c +0 -109
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/cls_20byte1.c +0 -113
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/cls_24byte.c +0 -145
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/cls_2byte.c +0 -103
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/cls_3_1byte.c +0 -114
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/cls_3byte1.c +0 -103
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/cls_3byte2.c +0 -103
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/cls_3float.c +0 -113
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/cls_4_1byte.c +0 -120
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/cls_4byte.c +0 -103
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/cls_5_1_byte.c +0 -137
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/cls_5byte.c +0 -116
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/cls_64byte.c +0 -148
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/cls_6_1_byte.c +0 -140
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/cls_6byte.c +0 -121
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/cls_7_1_byte.c +0 -155
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/cls_7byte.c +0 -121
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/cls_8byte.c +0 -102
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/cls_9byte1.c +0 -103
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/cls_9byte2.c +0 -103
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_double.c +0 -111
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_float.c +0 -109
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_longdouble.c +0 -111
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_longdouble_split.c +0 -147
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_longdouble_split2.c +0 -152
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_pointer.c +0 -113
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_sint16.c +0 -108
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_sint32.c +0 -106
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_sint64.c +0 -109
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_uint16.c +0 -108
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_uint32.c +0 -109
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_uint64.c +0 -111
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/cls_dbls_struct.c +0 -68
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/cls_double.c +0 -43
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/cls_double_va.c +0 -69
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/cls_float.c +0 -46
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/cls_longdouble.c +0 -115
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/cls_longdouble_va.c +0 -80
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/cls_many_mixed_args.c +0 -70
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/cls_many_mixed_float_double.c +0 -55
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_schar.c +0 -78
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_sshort.c +0 -79
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_sshortchar.c +0 -94
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_uchar.c +0 -99
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_ushort.c +0 -78
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_ushortchar.c +0 -94
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/cls_pointer.c +0 -79
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/cls_pointer_stack.c +0 -152
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/cls_schar.c +0 -47
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/cls_sint.c +0 -44
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/cls_sshort.c +0 -45
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/cls_struct_va1.c +0 -125
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/cls_uchar.c +0 -45
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/cls_uint.c +0 -47
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/cls_uint_va.c +0 -49
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/cls_ulong_va.c +0 -49
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/cls_ulonglong.c +0 -49
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/cls_ushort.c +0 -46
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/err_bad_abi.c +0 -36
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/ffitest.h +0 -1
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/huge_struct.c +0 -343
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct.c +0 -175
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct1.c +0 -161
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct10.c +0 -146
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct11.c +0 -137
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct12.c +0 -86
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct13.c +0 -115
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct2.c +0 -119
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct3.c +0 -120
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct4.c +0 -120
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct5.c +0 -121
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct6.c +0 -142
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct7.c +0 -120
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct8.c +0 -142
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct9.c +0 -142
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/problem1.c +0 -90
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/single_entry_structs1.c +0 -86
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/single_entry_structs2.c +0 -102
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/single_entry_structs3.c +0 -101
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/stret_large.c +0 -145
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/stret_large2.c +0 -148
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/stret_medium.c +0 -124
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/stret_medium2.c +0 -125
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/testclosure.c +0 -75
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/unwindtest.cc +0 -118
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/unwindtest_ffi_call.cc +0 -55
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex.inc +0 -91
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex_double.c +0 -10
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex_float.c +0 -10
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex_longdouble.c +0 -10
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex.inc +0 -42
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_double.c +0 -10
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_float.c +0 -10
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_longdouble.c +0 -10
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct.inc +0 -71
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct_double.c +0 -10
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct_float.c +0 -10
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct_longdouble.c +0 -10
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va.inc +0 -80
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va_double.c +0 -10
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va_float.c +0 -16
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va_longdouble.c +0 -10
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.complex/complex.exp +0 -36
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.complex/complex.inc +0 -51
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.complex/complex_defs_double.inc +0 -7
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.complex/complex_defs_float.inc +0 -7
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.complex/complex_defs_longdouble.inc +0 -7
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.complex/complex_double.c +0 -10
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.complex/complex_float.c +0 -10
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.complex/complex_int.c +0 -86
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.complex/complex_longdouble.c +0 -10
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.complex/ffitest.h +0 -1
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex.inc +0 -78
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex_double.c +0 -10
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex_float.c +0 -10
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex_longdouble.c +0 -10
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex.inc +0 -37
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1.inc +0 -41
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1_double.c +0 -10
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1_float.c +0 -10
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1_longdouble.c +0 -10
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2.inc +0 -44
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2_double.c +0 -10
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2_float.c +0 -10
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2_longdouble.c +0 -10
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex_double.c +0 -10
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex_float.c +0 -10
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex_longdouble.c +0 -10
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.go/aa-direct.c +0 -34
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.go/closure1.c +0 -28
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.go/ffitest.h +0 -1
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.go/go.exp +0 -36
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.go/static-chain.h +0 -19
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi.bsd.mk +0 -40
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi.darwin.mk +0 -105
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi.gnu.mk +0 -32
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi.mk +0 -18
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi.vc.mk +0 -26
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/libffi.vc64.mk +0 -26
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/rbffi.h +0 -55
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/ext/ffi_c/rbffi_endian.h +0 -59
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/lib/ffi/tools/types_generator.rb +0 -137
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/lib/ffi/version.rb +0 -3
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/lib/ffi_c.so +0 -0
- data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.2/rakelib/ffi_gem_helper.rb +0 -65
- data/vendor/bundle/ruby/4.0.0/gems/thor-1.4.0/lib/thor/version.rb +0 -3
- data/vendor/bundle/ruby/4.0.0/specifications/ffi-1.17.2.gemspec +0 -34
- /data/vendor/bundle/ruby/4.0.0/gems/{action_text-trix-2.1.15 → action_text-trix-2.1.16}/LICENSE +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{action_text-trix-2.1.15 → action_text-trix-2.1.16}/app/assets/stylesheets/trix.css +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{action_text-trix-2.1.15 → action_text-trix-2.1.16}/lib/action_text/trix/engine.rb +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{action_text-trix-2.1.15 → action_text-trix-2.1.16}/lib/action_text/trix.rb +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/COPYING +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/LICENSE +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/LICENSE.SPECS +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/abstract_memory.rb +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/buffer.rb +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/callback.rb +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/data_converter.rb +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/dynamic_library.rb +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/enum.rb +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/errno.rb +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/ffi.rb +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/io.rb +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/library_path.rb +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/managedstruct.rb +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/memorypointer.rb +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/platform/aarch64-darwin/types.conf +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/platform/aarch64-freebsd/types.conf +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/platform/aarch64-freebsd12/types.conf +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/platform/aarch64-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/platform/aarch64-openbsd/types.conf +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/platform/aarch64-windows/types.conf +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/platform/arm-freebsd/types.conf +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/platform/arm-freebsd12/types.conf +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/platform/arm-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/platform/hppa1.1-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/platform/hppa2.0-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/platform/i386-cygwin/types.conf +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/platform/i386-darwin/types.conf +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/platform/i386-freebsd/types.conf +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/platform/i386-freebsd12/types.conf +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/platform/i386-gnu/types.conf +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/platform/i386-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/platform/i386-netbsd/types.conf +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/platform/i386-openbsd/types.conf +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/platform/i386-solaris/types.conf +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/platform/i386-windows/types.conf +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/platform/ia64-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/platform/loongarch64-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/platform/mips-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/platform/mips64-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/platform/mips64el-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/platform/mipsel-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/platform/mipsisa32r6-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/platform/mipsisa32r6el-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/platform/mipsisa64r6-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/platform/mipsisa64r6el-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/platform/powerpc-aix/types.conf +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/platform/powerpc-darwin/types.conf +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/platform/powerpc-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/platform/powerpc-openbsd/types.conf +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/platform/powerpc64-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/platform/powerpc64le-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/platform/riscv64-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/platform/s390-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/platform/s390x-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/platform/sparc-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/platform/sparc-solaris/types.conf +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/platform/sparcv9-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/platform/sparcv9-openbsd/types.conf +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/platform/sparcv9-solaris/types.conf +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/platform/sw_64-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/platform/x86_64-cygwin/types.conf +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/platform/x86_64-darwin/types.conf +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/platform/x86_64-dragonflybsd/types.conf +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/platform/x86_64-freebsd/types.conf +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/platform/x86_64-freebsd12/types.conf +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/platform/x86_64-haiku/types.conf +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/platform/x86_64-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/platform/x86_64-msys/types.conf +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/platform/x86_64-netbsd/types.conf +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/platform/x86_64-openbsd/types.conf +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/platform/x86_64-solaris/types.conf +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/platform/x86_64-windows/types.conf +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/platform.rb +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/pointer.rb +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/struct.rb +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/struct_layout.rb +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/struct_layout_builder.rb +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/tools/const_generator.rb +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/tools/generator.rb +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/tools/generator_task.rb +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/tools/struct_generator.rb +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/types.rb +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/union.rb +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/variadic.rb +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi.rb +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/samples/getlogin.rb +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/samples/getpid.rb +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/samples/gettimeofday.rb +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/samples/hello.rb +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/samples/inotify.rb +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/samples/pty.rb +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/samples/qsort.rb +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/sig/ffi/abstract_memory.rbs +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/sig/ffi/buffer.rbs +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/sig/ffi/data_converter.rbs +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/sig/ffi/dynamic_library.rbs +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/sig/ffi/enum.rbs +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/sig/ffi/function.rbs +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/sig/ffi/library.rbs +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/sig/ffi/native_type.rbs +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/sig/ffi/pointer.rbs +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/sig/ffi/struct_by_value.rbs +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/sig/ffi/struct_layout.rbs +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/sig/ffi/struct_layout_builder.rbs +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/sig/ffi/type.rbs +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{po_to_json-2.2.1 → po_to_json-3.0.0}/LICENSE +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{po_to_json-2.2.1 → po_to_json-3.0.0}/lib/po_to_json.rb +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{thor-1.4.0 → thor-1.5.0}/LICENSE.md +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{thor-1.4.0 → thor-1.5.0}/bin/thor +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{thor-1.4.0 → thor-1.5.0}/lib/thor/actions/create_file.rb +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{thor-1.4.0 → thor-1.5.0}/lib/thor/actions/create_link.rb +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{thor-1.4.0 → thor-1.5.0}/lib/thor/actions/directory.rb +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{thor-1.4.0 → thor-1.5.0}/lib/thor/actions/empty_directory.rb +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{thor-1.4.0 → thor-1.5.0}/lib/thor/actions/file_manipulation.rb +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{thor-1.4.0 → thor-1.5.0}/lib/thor/actions.rb +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{thor-1.4.0 → thor-1.5.0}/lib/thor/command.rb +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{thor-1.4.0 → thor-1.5.0}/lib/thor/core_ext/hash_with_indifferent_access.rb +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{thor-1.4.0 → thor-1.5.0}/lib/thor/error.rb +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{thor-1.4.0 → thor-1.5.0}/lib/thor/group.rb +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{thor-1.4.0 → thor-1.5.0}/lib/thor/invocation.rb +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{thor-1.4.0 → thor-1.5.0}/lib/thor/line_editor/basic.rb +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{thor-1.4.0 → thor-1.5.0}/lib/thor/line_editor/readline.rb +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{thor-1.4.0 → thor-1.5.0}/lib/thor/line_editor.rb +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{thor-1.4.0 → thor-1.5.0}/lib/thor/nested_context.rb +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{thor-1.4.0 → thor-1.5.0}/lib/thor/parser/argument.rb +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{thor-1.4.0 → thor-1.5.0}/lib/thor/parser/arguments.rb +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{thor-1.4.0 → thor-1.5.0}/lib/thor/parser/option.rb +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{thor-1.4.0 → thor-1.5.0}/lib/thor/parser/options.rb +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{thor-1.4.0 → thor-1.5.0}/lib/thor/parser.rb +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{thor-1.4.0 → thor-1.5.0}/lib/thor/rake_compat.rb +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{thor-1.4.0 → thor-1.5.0}/lib/thor/runner.rb +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{thor-1.4.0 → thor-1.5.0}/lib/thor/shell/column_printer.rb +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{thor-1.4.0 → thor-1.5.0}/lib/thor/shell/html.rb +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{thor-1.4.0 → thor-1.5.0}/lib/thor/shell/lcs_diff.rb +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{thor-1.4.0 → thor-1.5.0}/lib/thor/shell/table_printer.rb +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{thor-1.4.0 → thor-1.5.0}/lib/thor/shell/terminal.rb +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{thor-1.4.0 → thor-1.5.0}/lib/thor/shell/wrapped_printer.rb +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{thor-1.4.0 → thor-1.5.0}/lib/thor/shell.rb +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{thor-1.4.0 → thor-1.5.0}/lib/thor/util.rb +0 -0
|
@@ -1,3 +1,28 @@
|
|
|
1
|
+
1.17.3 / 2025-12-29
|
|
2
|
+
-------------------
|
|
3
|
+
|
|
4
|
+
Fixed:
|
|
5
|
+
* Opt-in for MFA requirement explicitly. #1159
|
|
6
|
+
* Fix type signature for FFI::AutoPointer#initialize, FFI::StructByReference#native_type and FFI::Struct#auto_ptr . #1158
|
|
7
|
+
* Fix function signature of function_call in FFI trampoline. #1154
|
|
8
|
+
It failed on `aarch64-mingw-ucrt`.
|
|
9
|
+
* Add workaround for segmentation faults on `aarch64-mingw-ucrt`. #1154
|
|
10
|
+
* Call super in `Library#freeze` . #1154
|
|
11
|
+
* Deny duplication of AutoPointer per #dup and #clone . #1173
|
|
12
|
+
They led to double free before.
|
|
13
|
+
|
|
14
|
+
Added:
|
|
15
|
+
* Add binary gems for Ruby-4.0, now providing binary gems for Ruby-3.0 to 4.0.
|
|
16
|
+
* Add msys2_mingw_dependencies for Windows Mingw for automatic installation of libffi. #1143
|
|
17
|
+
* Mark callback dispatcher thread as fork safe for Puma. #1156
|
|
18
|
+
* Add missing FFI::Platform module and LastError signatures. #1169
|
|
19
|
+
|
|
20
|
+
Removed:
|
|
21
|
+
* Drop fat binary gems for Ruby-2.7
|
|
22
|
+
* Remove `FFI::TypesGenerator` from distributed gems. #1164
|
|
23
|
+
* Remove libffi build dir after install, safing some install space. #1157
|
|
24
|
+
|
|
25
|
+
|
|
1
26
|
1.17.2 / 2025-04-15
|
|
2
27
|
-------------------
|
|
3
28
|
|
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
source 'https://rubygems.org'
|
|
2
2
|
|
|
3
|
+
gemspec
|
|
4
|
+
|
|
3
5
|
group :development do
|
|
4
6
|
gem 'benchmark' # necessary on ruby-3.5+
|
|
5
7
|
gem 'bigdecimal' # necessary on ruby-3.3+
|
|
6
|
-
gem 'bundler', '>= 1.16', '<
|
|
7
|
-
gem 'fiddle'
|
|
8
|
+
gem 'bundler', '>= 1.16', '< 5.dev'
|
|
9
|
+
gem 'fiddle' # necessary on ruby-4.0+
|
|
8
10
|
gem 'rake', '~> 13.0'
|
|
9
11
|
gem 'rake-compiler', '~> 1.1'
|
|
10
|
-
gem 'rake-compiler-dock', '~> 1.
|
|
12
|
+
gem 'rake-compiler-dock', '~> 1.11.0'
|
|
11
13
|
gem 'rspec', '~> 3.0'
|
|
12
14
|
end
|
|
13
15
|
|
|
@@ -17,7 +19,8 @@ group :doc do
|
|
|
17
19
|
end
|
|
18
20
|
|
|
19
21
|
group :type_check do
|
|
20
|
-
if RUBY_VERSION >= "
|
|
22
|
+
if RUBY_VERSION >= "3.0" && %w[ ruby truffleruby ].include?(RUBY_ENGINE)
|
|
21
23
|
gem 'rbs', '~> 3.0'
|
|
24
|
+
gem 'steep', '~> 1.6'
|
|
22
25
|
end
|
|
23
26
|
end
|
|
@@ -33,6 +33,7 @@ MyLib.puts 'Hello, World using libc!'
|
|
|
33
33
|
|
|
34
34
|
For less minimalistic and more examples you may look at:
|
|
35
35
|
|
|
36
|
+
* The [documentation](https://www.rubydoc.info/gems/ffi)
|
|
36
37
|
* the `samples/` folder
|
|
37
38
|
* the examples on the [wiki](https://github.com/ffi/ffi/wiki)
|
|
38
39
|
* the projects using FFI listed on the wiki: https://github.com/ffi/ffi/wiki/projects-using-ffi
|
|
@@ -97,6 +97,7 @@ Bundler::GemHelper.instance.cross_platforms = %w[
|
|
|
97
97
|
arm-linux-musl
|
|
98
98
|
aarch64-linux-gnu
|
|
99
99
|
aarch64-linux-musl
|
|
100
|
+
aarch64-mingw-ucrt
|
|
100
101
|
x86_64-darwin
|
|
101
102
|
arm64-darwin
|
|
102
103
|
]
|
|
@@ -111,6 +112,8 @@ if RUBY_ENGINE == 'ruby' || RUBY_ENGINE == 'rbx'
|
|
|
111
112
|
ext.cross_platform = Bundler::GemHelper.instance.cross_platforms
|
|
112
113
|
ext.cross_compiling do |spec|
|
|
113
114
|
spec.files.reject! { |path| File.fnmatch?('ext/*', path) }
|
|
115
|
+
# Binary gems don't need libffi header+lib files
|
|
116
|
+
spec.metadata.delete("msys2_mingw_dependencies")
|
|
114
117
|
end
|
|
115
118
|
# Enable debug info for 'rake compile' but not for 'gem install'
|
|
116
119
|
ext.config_options << "--enable-debug"
|
|
@@ -126,7 +129,7 @@ end
|
|
|
126
129
|
namespace "gem" do
|
|
127
130
|
task 'prepare' do
|
|
128
131
|
require 'rake_compiler_dock'
|
|
129
|
-
sh "bundle package
|
|
132
|
+
sh "bundle package"
|
|
130
133
|
end
|
|
131
134
|
|
|
132
135
|
Bundler::GemHelper.instance.cross_platforms.each do |plat|
|
|
@@ -137,8 +140,8 @@ namespace "gem" do
|
|
|
137
140
|
task plat => ['prepare', 'build'] do
|
|
138
141
|
RakeCompilerDock.sh <<-EOT, platform: plat
|
|
139
142
|
sudo apt-get update && sudo apt-get install -y libltdl-dev &&
|
|
140
|
-
bundle --local &&
|
|
141
|
-
rake native:#{plat} pkg/#{gem_spec.full_name}-#{plat}.gem MAKE='nice make -j`nproc`' RUBY_CC_VERSION=#{RakeCompilerDock.ruby_cc_version("~>
|
|
143
|
+
bundle install --local &&
|
|
144
|
+
rake native:#{plat} pkg/#{gem_spec.full_name}-#{plat}.gem MAKE='nice make -j`nproc`' RUBY_CC_VERSION=#{RakeCompilerDock.ruby_cc_version("~>4.0", "~>3.0")}
|
|
142
145
|
EOT
|
|
143
146
|
end
|
|
144
147
|
end
|
|
@@ -180,7 +183,7 @@ logfile = File.join(File.dirname(__FILE__), 'types_log')
|
|
|
180
183
|
|
|
181
184
|
task types_conf do |task|
|
|
182
185
|
require 'fileutils'
|
|
183
|
-
require_relative "
|
|
186
|
+
require_relative "rakelib/types_generator"
|
|
184
187
|
options = {}
|
|
185
188
|
FileUtils.mkdir_p(File.dirname(task.name), mode: 0755 )
|
|
186
189
|
File.open(task.name, File::CREAT|File::TRUNC|File::RDWR, 0644) do |f|
|
|
@@ -15,9 +15,10 @@ Gem::Specification.new do |s|
|
|
|
15
15
|
s.metadata['wiki_uri'] = 'https://github.com/ffi/ffi/wiki'
|
|
16
16
|
s.metadata['source_code_uri'] = 'https://github.com/ffi/ffi/'
|
|
17
17
|
s.metadata['mailing_list_uri'] = 'http://groups.google.com/group/ruby-ffi'
|
|
18
|
+
s.metadata['rubygems_mfa_required'] = 'true'
|
|
18
19
|
end
|
|
19
20
|
s.files = `git ls-files -z`.split("\x0").reject do |f|
|
|
20
|
-
f =~ /^(\.|bench|gen|libtest|nbproject|spec)/
|
|
21
|
+
f =~ /^(\.|bench|gen|libtest|nbproject|spec|rakelib)/
|
|
21
22
|
end
|
|
22
23
|
|
|
23
24
|
# Add libffi git files
|
|
@@ -35,8 +36,6 @@ Gem::Specification.new do |s|
|
|
|
35
36
|
s.license = 'BSD-3-Clause'
|
|
36
37
|
s.require_paths << 'ext/ffi_c'
|
|
37
38
|
s.required_ruby_version = '>= 2.5'
|
|
38
|
-
|
|
39
|
-
s.
|
|
40
|
-
s.add_development_dependency 'rake-compiler-dock', '~> 1.0'
|
|
41
|
-
s.add_development_dependency 'rspec', '~> 2.14.1'
|
|
39
|
+
|
|
40
|
+
s.metadata['msys2_mingw_dependencies'] = 'libffi'
|
|
42
41
|
end
|
data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/compat.rb
RENAMED
|
@@ -40,4 +40,15 @@ module FFI
|
|
|
40
40
|
obj.freeze
|
|
41
41
|
end
|
|
42
42
|
end
|
|
43
|
+
|
|
44
|
+
if defined?(Ractor.shareable_proc)
|
|
45
|
+
# This is for FFI internal use only.
|
|
46
|
+
def self.shareable_proc(**kwargs, &block)
|
|
47
|
+
Ractor.shareable_proc(**kwargs, &block)
|
|
48
|
+
end
|
|
49
|
+
else
|
|
50
|
+
def self.shareable_proc(**_kwargs, &block)
|
|
51
|
+
block
|
|
52
|
+
end
|
|
53
|
+
end
|
|
43
54
|
end
|
data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/function.rb
RENAMED
|
@@ -51,6 +51,29 @@ module FFI
|
|
|
51
51
|
end
|
|
52
52
|
end
|
|
53
53
|
|
|
54
|
+
if RUBY_PLATFORM == 'aarch64-mingw-ucrt'
|
|
55
|
+
# Use a workaround for https://github.com/libffi/libffi/issues/905
|
|
56
|
+
def attach(mod, name)
|
|
57
|
+
this = self
|
|
58
|
+
body = proc do |*args, &block|
|
|
59
|
+
this.call(*args, &block)
|
|
60
|
+
end
|
|
61
|
+
|
|
62
|
+
mod.define_method(name, body)
|
|
63
|
+
mod.define_singleton_method(name, body)
|
|
64
|
+
|
|
65
|
+
# Store function Proc's for re-definition as Ractor-shareable in Library#freeze
|
|
66
|
+
funcs = mod.instance_variable_get("@ffi_function_procs")
|
|
67
|
+
unless funcs
|
|
68
|
+
funcs = {}
|
|
69
|
+
mod.instance_variable_set("@ffi_function_procs", funcs)
|
|
70
|
+
end
|
|
71
|
+
funcs[name] = self
|
|
72
|
+
|
|
73
|
+
self
|
|
74
|
+
end
|
|
75
|
+
end
|
|
76
|
+
|
|
54
77
|
# Stash the Function in a module variable so it can be inspected by attached_functions.
|
|
55
78
|
# On CRuby it also ensures that it does not get garbage collected.
|
|
56
79
|
module RegisterAttach
|
data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/lib/ffi/library.rb
RENAMED
|
@@ -287,7 +287,7 @@ module FFI
|
|
|
287
287
|
if type.is_a?(Class) && type < FFI::Struct
|
|
288
288
|
# If it is a global struct, just attach directly to the pointer
|
|
289
289
|
s = s = type.new(address) # Assigning twice to suppress unused variable warning
|
|
290
|
-
self.module_eval
|
|
290
|
+
self.module_eval(<<-code, __FILE__, __LINE__)
|
|
291
291
|
@ffi_gsvars = {} unless defined?(@ffi_gsvars)
|
|
292
292
|
@ffi_gsvars[#{mname.inspect}] = s
|
|
293
293
|
def self.#{mname}
|
|
@@ -302,7 +302,7 @@ module FFI
|
|
|
302
302
|
#
|
|
303
303
|
# Attach to this module as mname/mname=
|
|
304
304
|
#
|
|
305
|
-
self.module_eval
|
|
305
|
+
self.module_eval(<<-code, __FILE__, __LINE__)
|
|
306
306
|
@ffi_gvars = {} unless defined?(@ffi_gvars)
|
|
307
307
|
@ffi_gvars[#{mname.inspect}] = s
|
|
308
308
|
def self.#{mname}
|
|
@@ -564,12 +564,28 @@ module FFI
|
|
|
564
564
|
# Freeze all definitions of the module
|
|
565
565
|
#
|
|
566
566
|
# This freezes the module's definitions, so that it can be used in a Ractor.
|
|
567
|
-
# No further
|
|
567
|
+
# No further functions or variables can be attached and no further enums or typedefs can be created in this module afterwards.
|
|
568
568
|
def freeze
|
|
569
|
+
# @ffi_function_procs is only used on aarch64-mingw-ucrt
|
|
570
|
+
instance_variable_get("@ffi_function_procs")&.each do |name, func|
|
|
571
|
+
# Redefine attached functions as Ractor-shareable.
|
|
572
|
+
# The function Proc can't be shareable from the beginning, since it references enums and typedefs.
|
|
573
|
+
this = FFI.make_shareable(func)
|
|
574
|
+
body = FFI.shareable_proc(self: nil) do |*args, &block|
|
|
575
|
+
this.call(*args, &block)
|
|
576
|
+
end
|
|
577
|
+
undef_method(name)
|
|
578
|
+
singleton_class.undef_method(name)
|
|
579
|
+
|
|
580
|
+
define_method(name, body)
|
|
581
|
+
define_singleton_method(name, body)
|
|
582
|
+
end
|
|
583
|
+
|
|
569
584
|
instance_variables.each do |name|
|
|
570
585
|
var = instance_variable_get(name)
|
|
571
586
|
FFI.make_shareable(var)
|
|
572
587
|
end
|
|
588
|
+
super
|
|
573
589
|
nil
|
|
574
590
|
end
|
|
575
591
|
end
|
|
@@ -1,5 +1,13 @@
|
|
|
1
|
+
# See the ffi wiki for how to use FFI with Ractors:
|
|
2
|
+
# https://github.com/ffi/ffi/wiki/Ractors
|
|
3
|
+
|
|
1
4
|
require 'ffi'
|
|
2
5
|
|
|
6
|
+
class Ractor
|
|
7
|
+
# compat with Ruby-3.4 and older
|
|
8
|
+
alias value take unless method_defined? :value
|
|
9
|
+
end
|
|
10
|
+
|
|
3
11
|
module Foo
|
|
4
12
|
extend FFI::Library
|
|
5
13
|
ffi_lib FFI::Library::LIBC
|
|
@@ -8,4 +16,4 @@ module Foo
|
|
|
8
16
|
end
|
|
9
17
|
Ractor.new do
|
|
10
18
|
Foo.cputs("Hello, World via libc puts using FFI in a Ractor")
|
|
11
|
-
end.
|
|
19
|
+
end.value
|
|
@@ -1,5 +1,13 @@
|
|
|
1
|
+
# See the ffi wiki for how to use FFI with Ractors:
|
|
2
|
+
# https://github.com/ffi/ffi/wiki/Ractors
|
|
3
|
+
|
|
1
4
|
require 'ffi'
|
|
2
5
|
|
|
6
|
+
class Ractor
|
|
7
|
+
# compat with Ruby-3.4 and older
|
|
8
|
+
alias value take unless method_defined? :value
|
|
9
|
+
end
|
|
10
|
+
|
|
3
11
|
module LibC
|
|
4
12
|
extend FFI::Library
|
|
5
13
|
ffi_lib FFI::Library::LIBC
|
|
@@ -23,6 +31,6 @@ res = Ractor.new(p) do |p|
|
|
|
23
31
|
i1 < i2 ? -1 : i1 > i2 ? 1 : 0
|
|
24
32
|
end
|
|
25
33
|
puts "After qsort #{p.get_array_of_int32(0, 3).join(', ')}"
|
|
26
|
-
end.
|
|
34
|
+
end.value
|
|
27
35
|
|
|
28
36
|
puts "After ractor termination #{p.get_array_of_int32(0, 3).join(', ')}"
|
|
@@ -12,7 +12,7 @@ module FFI
|
|
|
12
12
|
def release: (Pointer ptr) -> void
|
|
13
13
|
end
|
|
14
14
|
|
|
15
|
-
def initialize: (Pointer pointer, Method | ^(
|
|
15
|
+
def initialize: (Pointer pointer, Method | ^(instance) -> void | Releaser::_Proc[instance] callable) -> self
|
|
16
16
|
| (Pointer pointer) -> self # where class < `def self.release: (instance pointer) -> void`
|
|
17
17
|
|
|
18
18
|
extend DataConverter[Pointer, instance, nil]
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
module FFI
|
|
2
|
+
class PlatformError < LoadError
|
|
3
|
+
end
|
|
4
|
+
|
|
5
|
+
module Platform
|
|
6
|
+
OS: String
|
|
7
|
+
|
|
8
|
+
OSVERSION: Integer
|
|
9
|
+
|
|
10
|
+
CPU: String
|
|
11
|
+
|
|
12
|
+
ARCH: String
|
|
13
|
+
|
|
14
|
+
IS_GNU: bool
|
|
15
|
+
IS_LINUX: bool
|
|
16
|
+
IS_MAC: bool
|
|
17
|
+
IS_FREEBSD: bool
|
|
18
|
+
IS_NETBSD: bool
|
|
19
|
+
IS_OPENBSD: bool
|
|
20
|
+
IS_DRAGONFLYBSD: bool
|
|
21
|
+
IS_SOLARIS: bool
|
|
22
|
+
IS_WINDOWS: bool
|
|
23
|
+
IS_BSD: bool
|
|
24
|
+
|
|
25
|
+
NAME: String
|
|
26
|
+
|
|
27
|
+
CONF_DIR: String
|
|
28
|
+
|
|
29
|
+
LIBPREFIX: String
|
|
30
|
+
|
|
31
|
+
LIBSUFFIX: String
|
|
32
|
+
|
|
33
|
+
LIBC: String
|
|
34
|
+
|
|
35
|
+
LITTLE_ENDIAN: Integer
|
|
36
|
+
|
|
37
|
+
BIG_ENDIAN: Integer
|
|
38
|
+
|
|
39
|
+
def self.bsd?: () -> bool
|
|
40
|
+
def self.windows?: () -> bool
|
|
41
|
+
def self.mac?: () -> bool
|
|
42
|
+
def self.solaris?: () -> bool
|
|
43
|
+
def self.unix?: () -> bool
|
|
44
|
+
|
|
45
|
+
private
|
|
46
|
+
|
|
47
|
+
def self.is_os: (String os) -> bool
|
|
48
|
+
end
|
|
49
|
+
end
|
data/vendor/bundle/ruby/4.0.0/gems/{ffi-1.17.2 → ffi-1.17.3-x86_64-linux-gnu}/sig/ffi/struct.rbs
RENAMED
|
@@ -4,7 +4,7 @@ module FFI
|
|
|
4
4
|
|
|
5
5
|
type ptr = Type::Mapped[
|
|
6
6
|
StructByReference[Struct[AbstractMemory, untyped], AbstractMemory],
|
|
7
|
-
AbstractMemory,
|
|
7
|
+
AbstractMemory, Struct[AbstractMemory, untyped], untyped
|
|
8
8
|
]
|
|
9
9
|
def self.ptr: (?untyped flags) -> ptr # https://github.com/ffi/ffi/issues/1073
|
|
10
10
|
alias self.by_ref self.ptr
|
|
@@ -22,7 +22,7 @@ module FFI
|
|
|
22
22
|
|
|
23
23
|
def self.auto_ptr: () -> Type::Mapped[
|
|
24
24
|
ManagedStructConverter[ManagedStruct[AutoPointer, untyped], AutoPointer],
|
|
25
|
-
Pointer,
|
|
25
|
+
Pointer, ManagedStruct[AutoPointer, untyped], untyped
|
|
26
26
|
]
|
|
27
27
|
def self.layout: (*layout | Integer) -> StructLayout
|
|
28
28
|
| (Hash[Symbol, layout]) -> StructLayout
|
|
@@ -14,9 +14,12 @@ module FFI
|
|
|
14
14
|
CURRENT_PROCESS: current_process
|
|
15
15
|
USE_THIS_PROCESS_AS_LIBRARY: current_process
|
|
16
16
|
|
|
17
|
+
class NotFoundError < LoadError
|
|
18
|
+
end
|
|
19
|
+
|
|
17
20
|
private def self.custom_typedefs: () -> type_map
|
|
18
21
|
def self.errno: () -> Integer
|
|
19
|
-
def self.errno=: (Integer) ->
|
|
22
|
+
def self.errno=: (Integer) -> Integer
|
|
20
23
|
def self.find_type: (ffi_auto_type name, ?type_map? type_map) -> Type
|
|
21
24
|
def self.make_shareable: [T] (T obj) -> T
|
|
22
25
|
def self.map_library_name: (_ToS lib) -> String
|
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.0.0](https://github.com/webhippie/po_to_json/compare/v2.2.1...v3.0.0) (2025-12-29)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* **major:** update dependency ruby to v4 ([#59](https://github.com/webhippie/po_to_json/issues/59)) ([88b615e](https://github.com/webhippie/po_to_json/commit/88b615e8957433c3f10f998efe303207ae241ae0))
|
|
9
|
+
|
|
3
10
|
## [2.2.1](https://github.com/webhippie/po_to_json/compare/v2.2.0...v2.2.1) (2025-12-22)
|
|
4
11
|
|
|
5
12
|
|
|
@@ -16,7 +16,7 @@ look at the [wokflow][workflow].
|
|
|
16
16
|
## Installation
|
|
17
17
|
|
|
18
18
|
```ruby
|
|
19
|
-
gem 'po_to_json', '~>
|
|
19
|
+
gem 'po_to_json', '~> 3.0.0'
|
|
20
20
|
```
|
|
21
21
|
|
|
22
22
|
## Versioning
|
|
@@ -33,7 +33,7 @@ gem using the [Pessimistic Version Constraint][pvc] with two digits of precision
|
|
|
33
33
|
For example:
|
|
34
34
|
|
|
35
35
|
```ruby
|
|
36
|
-
spec.add_dependency 'po_to_json', '~>
|
|
36
|
+
spec.add_dependency 'po_to_json', '~> 3.0.0'
|
|
37
37
|
```
|
|
38
38
|
|
|
39
39
|
## Usage
|
|
@@ -13,3 +13,20 @@ Here are some reasons why a pull request may not be merged:
|
|
|
13
13
|
If you would like to help in this process, you can start by evaluating open pull requests against the criteria above. For example, if a pull request does not include specs for new functionality, you can add a comment like: “If you would like this feature to be added to Thor, please add specs to ensure that it does not break in the future.” This will help move a pull request closer to being merged.
|
|
14
14
|
|
|
15
15
|
Include this emoji in the top of your ticket to signal to us that you read this file: 🌈
|
|
16
|
+
|
|
17
|
+
Specs
|
|
18
|
+
-----
|
|
19
|
+
|
|
20
|
+
Ensure that all specs and code linting checks pass before submitting a pull request.
|
|
21
|
+
|
|
22
|
+
To execute the specs locally, run:
|
|
23
|
+
|
|
24
|
+
```bash
|
|
25
|
+
bundle exec rspec
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
Linting checks are done with RuboCop. To run the linter, use:
|
|
29
|
+
|
|
30
|
+
```bash
|
|
31
|
+
bundle exec rubocop
|
|
32
|
+
```
|
|
@@ -27,10 +27,9 @@ Installation
|
|
|
27
27
|
|
|
28
28
|
Usage and documentation
|
|
29
29
|
-----------------------
|
|
30
|
-
Please see the [wiki][] for basic usage and other documentation on using Thor.
|
|
30
|
+
Please see the [wiki][] for basic usage and other documentation on using Thor.
|
|
31
31
|
|
|
32
32
|
[wiki]: https://github.com/rails/thor/wiki
|
|
33
|
-
[homepage]: http://whatisthor.com/
|
|
34
33
|
|
|
35
34
|
Contributing
|
|
36
35
|
------------
|
data/vendor/bundle/ruby/4.0.0/gems/{thor-1.4.0 → thor-1.5.0}/lib/thor/actions/inject_into_file.rb
RENAMED
|
@@ -2,6 +2,38 @@ require_relative "empty_directory"
|
|
|
2
2
|
|
|
3
3
|
class Thor
|
|
4
4
|
module Actions
|
|
5
|
+
WARNINGS = {unchanged_no_flag: "File unchanged! Either the supplied flag value not found or the content has already been inserted!"}
|
|
6
|
+
|
|
7
|
+
# Injects the given content into a file, raising an error if the contents of
|
|
8
|
+
# the file are not changed. Different from gsub_file, this method is reversible.
|
|
9
|
+
#
|
|
10
|
+
# ==== Parameters
|
|
11
|
+
# destination<String>:: Relative path to the destination root
|
|
12
|
+
# data<String>:: Data to add to the file. Can be given as a block.
|
|
13
|
+
# config<Hash>:: give :verbose => false to not log the status and the flag
|
|
14
|
+
# for injection (:after or :before) or :force => true for
|
|
15
|
+
# insert two or more times the same content.
|
|
16
|
+
#
|
|
17
|
+
# ==== Examples
|
|
18
|
+
#
|
|
19
|
+
# insert_into_file "config/environment.rb", "config.gem :thor", :after => "Rails::Initializer.run do |config|\n"
|
|
20
|
+
#
|
|
21
|
+
# insert_into_file "config/environment.rb", :after => "Rails::Initializer.run do |config|\n" do
|
|
22
|
+
# gems = ask "Which gems would you like to add?"
|
|
23
|
+
# gems.split(" ").map{ |gem| " config.gem :#{gem}" }.join("\n")
|
|
24
|
+
# end
|
|
25
|
+
#
|
|
26
|
+
def insert_into_file!(destination, *args, &block)
|
|
27
|
+
data = block_given? ? block : args.shift
|
|
28
|
+
|
|
29
|
+
config = args.shift || {}
|
|
30
|
+
config[:after] = /\z/ unless config.key?(:before) || config.key?(:after)
|
|
31
|
+
config = config.merge({error_on_no_change: true})
|
|
32
|
+
|
|
33
|
+
action InjectIntoFile.new(self, destination, data, config)
|
|
34
|
+
end
|
|
35
|
+
alias_method :inject_into_file!, :insert_into_file!
|
|
36
|
+
|
|
5
37
|
# Injects the given content into a file. Different from gsub_file, this
|
|
6
38
|
# method is reversible.
|
|
7
39
|
#
|
|
@@ -21,8 +53,6 @@ class Thor
|
|
|
21
53
|
# gems.split(" ").map{ |gem| " config.gem :#{gem}" }.join("\n")
|
|
22
54
|
# end
|
|
23
55
|
#
|
|
24
|
-
WARNINGS = {unchanged_no_flag: "File unchanged! Either the supplied flag value not found or the content has already been inserted!"}
|
|
25
|
-
|
|
26
56
|
def insert_into_file(destination, *args, &block)
|
|
27
57
|
data = block_given? ? block : args.shift
|
|
28
58
|
|
|
@@ -47,6 +77,7 @@ class Thor
|
|
|
47
77
|
|
|
48
78
|
@replacement = data.is_a?(Proc) ? data.call : data
|
|
49
79
|
@flag = Regexp.escape(@flag) unless @flag.is_a?(Regexp)
|
|
80
|
+
@error_on_no_change = @config.fetch(:error_on_no_change, false)
|
|
50
81
|
end
|
|
51
82
|
|
|
52
83
|
def invoke!
|
|
@@ -59,6 +90,8 @@ class Thor
|
|
|
59
90
|
if exists?
|
|
60
91
|
if replace!(/#{flag}/, content, config[:force])
|
|
61
92
|
say_status(:invoke)
|
|
93
|
+
elsif @error_on_no_change
|
|
94
|
+
raise Thor::Error, "The content of #{destination} did not change"
|
|
62
95
|
elsif replacement_present?
|
|
63
96
|
say_status(:unchanged, color: :blue)
|
|
64
97
|
else
|
|
@@ -13,8 +13,9 @@ class Thor
|
|
|
13
13
|
autoload :RakeCompat, File.expand_path("rake_compat", __dir__)
|
|
14
14
|
autoload :Group, File.expand_path("group", __dir__)
|
|
15
15
|
|
|
16
|
-
# Shortcuts for help.
|
|
16
|
+
# Shortcuts for help and tree commands.
|
|
17
17
|
HELP_MAPPINGS = %w(-h -? --help -D)
|
|
18
|
+
TREE_MAPPINGS = %w(-t --tree)
|
|
18
19
|
|
|
19
20
|
# Thor methods that should not be overwritten by the user.
|
|
20
21
|
THOR_RESERVED_WORDS = %w(invoke shell options behavior root destination_root relative_root
|
|
@@ -311,13 +311,11 @@ class Thor
|
|
|
311
311
|
end
|
|
312
312
|
|
|
313
313
|
def show_diff(destination, content) #:nodoc:
|
|
314
|
-
diff_cmd = ENV["THOR_DIFF"] || ENV["RAILS_DIFF"] || "diff -u"
|
|
315
|
-
|
|
316
314
|
require "tempfile"
|
|
317
315
|
Tempfile.open(File.basename(destination), File.dirname(destination), binmode: true) do |temp|
|
|
318
316
|
temp.write content
|
|
319
317
|
temp.rewind
|
|
320
|
-
system
|
|
318
|
+
system(*diff_tool, destination, temp.path)
|
|
321
319
|
end
|
|
322
320
|
end
|
|
323
321
|
|
|
@@ -369,15 +367,25 @@ class Thor
|
|
|
369
367
|
|
|
370
368
|
def merge(destination, content) #:nodoc:
|
|
371
369
|
require "tempfile"
|
|
372
|
-
Tempfile.open([File.basename(destination), File.extname(destination)], File.dirname(destination)) do |temp|
|
|
370
|
+
Tempfile.open([File.basename(destination), File.extname(destination)], File.dirname(destination), binmode: true) do |temp|
|
|
373
371
|
temp.write content
|
|
374
372
|
temp.rewind
|
|
375
|
-
system(merge_tool, temp.path, destination)
|
|
373
|
+
system(*merge_tool, temp.path, destination)
|
|
376
374
|
end
|
|
377
375
|
end
|
|
378
376
|
|
|
379
377
|
def merge_tool #:nodoc:
|
|
380
|
-
@merge_tool ||=
|
|
378
|
+
@merge_tool ||= begin
|
|
379
|
+
require "shellwords"
|
|
380
|
+
Shellwords.split(ENV["THOR_MERGE"] || "git difftool --no-index")
|
|
381
|
+
end
|
|
382
|
+
end
|
|
383
|
+
|
|
384
|
+
def diff_tool #:nodoc:
|
|
385
|
+
@diff_cmd ||= begin
|
|
386
|
+
require "shellwords"
|
|
387
|
+
Shellwords.split(ENV["THOR_DIFF"] || ENV["RAILS_DIFF"] || "diff -u")
|
|
388
|
+
end
|
|
381
389
|
end
|
|
382
390
|
end
|
|
383
391
|
end
|