Sha256: efdebee23e839e1def036ac4b302fbb47d6311c1f116c4322dea2d30e35e62f0

Contents?: true

Size: 939 Bytes

Versions: 5

Compression:

Stored size: 939 Bytes

Contents

# -*- coding: utf-8 -*-
require 'English'

Gem::Specification.new do |s|
  s.name        = 'thermite'
  s.version     = '0.13.0'
  s.summary     = 'Rake helpers for Rust+Ruby'
  s.description = 'A Rake-based helper for building and distributing Rust-based Ruby extensions'

  s.authors     = ['Mark Lee']
  s.email       = 'malept@users.noreply.github.com'
  s.homepage    = 'https://github.com/malept/thermite'
  s.license     = 'MIT'

  s.files         = `git ls-files`.split($OUTPUT_RECORD_SEPARATOR)
  s.require_paths = %w[lib]

  # Mostly due to tomlrb
  s.required_ruby_version = '>= 2.0.0'

  s.add_runtime_dependency 'rake', '>= 10'
  s.add_runtime_dependency 'minitar', '~> 0.5'
  s.add_runtime_dependency 'tomlrb', '~> 1.2'
  s.add_development_dependency 'minitest', '~> 5.9'
  s.add_development_dependency 'mocha', '~> 1.1'
  s.add_development_dependency 'rubocop', '~> 0.41'
  s.add_development_dependency 'yard', '~> 0.9'
end

Version data entries

5 entries across 5 versions & 4 rubygems

Version Path
fluent-plugin-nuopenlineage-light-0.1.0 vendor/bundle/ruby/3.3.0/gems/thermite-0.13.0/thermite.gemspec
fluent-plugin-openlineage-light-0.1.4 vendor/bundle/ruby/3.3.0/gems/thermite-0.13.0/thermite.gemspec
fluent-plugin-openlineage-light-0.1.3 vendor/bundle/ruby/3.3.0/gems/thermite-0.13.0/thermite.gemspec
fluent-plugin-openlineage-0.1.0 vendor/bundle/ruby/3.3.0/gems/thermite-0.13.0/thermite.gemspec
thermite-0.13.0 thermite.gemspec