--- !ruby/object:Gem::Specification name: rake-compiler-dock version: !ruby/object:Gem::Version version: 1.0.0 platform: ruby authors: - Lars Kanis autorequire: bindir: bin cert_chain: - | -----BEGIN CERTIFICATE----- MIIDPDCCAiSgAwIBAgIBBTANBgkqhkiG9w0BAQsFADBEMQ0wCwYDVQQDDARsYXJz MR8wHQYKCZImiZPyLGQBGRYPZ3JlaXotcmVpbnNkb3JmMRIwEAYKCZImiZPyLGQB GRYCZGUwHhcNMTkxMjMwMjIyMjAxWhcNMjAxMjI5MjIyMjAxWjBEMQ0wCwYDVQQD DARsYXJzMR8wHQYKCZImiZPyLGQBGRYPZ3JlaXotcmVpbnNkb3JmMRIwEAYKCZIm iZPyLGQBGRYCZGUwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDZb4Uv RFJfRu/VEWiy3psh2jinETjiuBrL0NeRFGf8H7iU9+gx/DI/FFhfHGLrDeIskrJx YIWDMmEjVO10UUdj7wu4ZhmU++0Cd7Kq9/TyP/shIP3IjqHjVLCnJ3P6f1cl5rxZ gqo+d3BAoDrmPk0rtaf6QopwUw9RBiF8V4HqvpiY+ruJotP5UQDP4/lVOKvA8PI9 P0GmVbFBrbc7Zt5h78N3UyOK0u+nvOC23BvyHXzCtcFsXCoEkt+Wwh0RFqVZdnjM LMO2vULHKKHDdX54K/sbVCj9pN9h1aotNzrEyo55zxn0G9PHg/G3P8nMvAXPkUTe brhXrfCwWRvOXA4TAgMBAAGjOTA3MAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0G A1UdDgQWBBRAHK81igrXodaDj8a8/BIKsaZrETANBgkqhkiG9w0BAQsFAAOCAQEA aXjW/gcrSmbQsdbMtG3w1GkNWQJoLFJD10ETUI1ohCQAPOp8MYbPnn79VdaeDxrw bVAbBOsMX/dGteKXTZnGI/fS5GotdfJTkFp5TmXQaYKDx25dML7D7DMRj4CLsvnZ nuxL2EHH10m59/NaSpZSoFhwte9v8XMnI3MxQt1lvQUgh3X94HVhqJUO2KM/egYb yU6ZEvrQtTCgrZR23W4R8wuzOzRCgMvy5ah4cRO2z1rbTSnQyajmWKbFKC6DKK+i 59Ghcc//WA3MsBHQVXh0+GZSt91RuOxamQO1GPlTfnfh5kT1UeypRm2Jcu7Ar5to aTK5xiVwWU7P6psbEyrqkg== -----END CERTIFICATE----- date: 2020-01-04 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: bundler requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.7' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.7' - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '12.0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '12.0' - !ruby/object:Gem::Dependency name: test-unit requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.0' description: |- Easy to use and reliable cross compiler environment for building Windows and Linux binary gems. Use rake-compiler-dock to enter an interactive shell session or add a task to your Rakefile to automate your cross build. email: - lars@greiz-reinsdorf.de executables: - rake-compiler-dock extensions: [] extra_rdoc_files: [] files: - ".gitignore" - Dockerfile.jruby - Dockerfile.mri.erb - Gemfile - History.md - LICENSE.txt - README.md - Rakefile - bin/rake-compiler-dock - build/gem_helper.rb - build/mk_i686.rb - build/parallel_docker_build.rb - build/patches/ruby-2.5.7/no_sendfile.patch - build/patches/ruby-2.7.0/no_sendfile.patch - build/patches2/hoe-3.20.0/0001-Load-encrypted-private-key-using-ENV-GEM_PRIVATE_KEY.patch - build/patches2/rake-compiler-1.1.0/0001-Allow-parallel-builds-of-cross-rubies.patch - build/patches2/rake-compiler-1.1.0/0001-Enable-build-of-static-libruby.patch - build/patches2/rake-compiler-1.1.0/0001-Fix-determining-of-ruby-versions-in-rake-native-gem.patch - build/patches2/rake-compiler-1.1.0/0002-Extend-mingw-search-pattern-to-find-x86_64-gcc.patch - build/patches2/rake-compiler-1.1.0/0002-Strip-cross-built-shared-library-files-while-linking.patch - build/patches2/ruby-2.7.0/ruby2_keywords.patch - build/runas - build/sigfw.c - build/strip_wrapper - build/sudoers - lib/rake_compiler_dock.rb - lib/rake_compiler_dock/colors.rb - lib/rake_compiler_dock/docker_check.rb - lib/rake_compiler_dock/predefined_user_group.rb - lib/rake_compiler_dock/starter.rb - lib/rake_compiler_dock/version.rb - rake-compiler-dock.gemspec - test/test_environment_variables.rb - test/test_parallel_docker_build.rb - test/test_starter.rb homepage: https://github.com/rake-compiler/rake-compiler-dock licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.1.2 signing_key: specification_version: 4 summary: Easy to use and reliable cross compiler environment for building Windows and Linux binary gems. test_files: - test/test_environment_variables.rb - test/test_parallel_docker_build.rb - test/test_starter.rb