Sha256: d1f9f23021b664fca8573014f1301a8c055ee181fa2525f1b41c75db23962569

Contents?: true

Size: 573 Bytes

Versions: 1

Compression:

Stored size: 573 Bytes

Contents

Gem::Specification.new do |s|
  s.name = 'fitment'
  s.summary = "Simple, fast, and comprehensive wheel and tire fitment analysis"
  s.description = "Use this tool to fill out your fenders and get flush"
  s.authors = ["Rick Hull"]
  s.homepage = "https://github.com/rickhull/fitment"
  s.license = "LGPL-3.0"

  s.required_ruby_version = "> 2"

  s.version = File.read(File.join(__dir__, 'VERSION')).chomp

  s.files = %w[fitment.gemspec VERSION README.md Rakefile]
  s.files += Dir['lib/**/*.rb']
  s.files += Dir['test/**/*.rb']
  s.files += Dir['examples/**/*.rb']
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fitment-0.1.1.1 fitment.gemspec