Sha256: 43a030bb572f58b7ba3e1c39d5a6412a22c1b841629d55d1f4dacbd8cb98d92e

Contents?: true

Size: 1.12 KB

Versions: 5

Compression:

Stored size: 1.12 KB

Contents

require File.expand_path('../lib/nhtsa_vin/version', __FILE__)

Gem::Specification.new do |gem|
  gem.name          = 'nhtsa_vin'
  gem.version       = NhtsaVin::VERSION
  gem.platform      = Gem::Platform::RUBY

  gem.summary       = 'A ruby library for accessing vin records from the NHTSA'
  gem.description   = 'A ruby gem for fetching and parsing vehicle identificationi'\
                      'via the vehicle identification number (VIN) from the NHTSA'\
                      'webservice. Note, this gem is not officially affiliated with'\
                      'the NHTSA.'

  gem.homepage      = 'https://github.com/deliv/nhtsa_vin'
  gem.licenses      = ['MIT']
  gem.authors       = ['Barclay Loftus']
  gem.email         = ['barclay@deliv.co']

  gem.files         = `git ls-files`.split($\)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.require_paths = ['lib']

  gem.required_ruby_version = '>= 2.3.0'
  gem.add_development_dependency 'rake'
  gem.add_development_dependency 'bundler'
  gem.add_development_dependency 'rspec'  
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
nhtsa_vin-0.0.8 nhtsa_vin.gemspec
nhtsa_vin-0.0.7 nhtsa_vin.gemspec
nhtsa_vin-0.0.6 nhtsa_vin.gemspec
nhtsa_vin-0.0.5 nhtsa_vin.gemspec
nhtsa_vin-0.0.4 nhtsa_vin.gemspec