Sha256: cde4f16f7f914559461c9772c1636823e80cc795de2a2d06eb380b83187faea1
Contents?: true
Size: 1.05 KB
Versions: 4
Compression:
Stored size: 1.05 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'nfl_data/version' Gem::Specification.new do |spec| spec.name = 'nfl_data' spec.version = NflData::VERSION spec.authors = ['thetizzo'] spec.email = ['j.m.taylor1@gmail.com'] spec.homepage = 'https://github.com/thetizzo/nfl_data' spec.license = 'MIT' spec.summary = %q{Parse NFL data like a boss} spec.description = %q{Parse NFL data like a boss} spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ['lib'] spec.add_development_dependency 'bundler', '~> 1.6' spec.add_development_dependency 'rake' spec.add_development_dependency 'minitest', '~> 5.4.1' spec.add_development_dependency 'vcr', '~> 2.9.3' spec.add_development_dependency 'webmock', '~> 1.19.0' spec.add_dependency 'nokogiri', '~> 1.6' end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
nfl_data-0.0.10 | nfl_data.gemspec |
nfl_data-0.0.9 | nfl_data.gemspec |
nfl_data-0.0.8 | nfl_data.gemspec |
nfl_data-0.0.7 | nfl_data.gemspec |