Sha256: 74638036f41fc0d7c05025203262095c03b18302c6bfc7f68984cd3280f2a383

Contents?: true

Size: 692 Bytes

Versions: 1

Compression:

Stored size: 692 Bytes

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/yahoo_nba/version', __FILE__)

Gem::Specification.new do |gem|
  gem.authors       = ["jamesjn"]
  gem.email         = ["jc582@optonline.net	"]
  gem.description   = %q{Get nba stats using yahoo api}
  gem.summary       = %q{Gem to get nba player stats using yahoo api}
  gem.homepage      = ""

  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.name          = "yahoo_nba"
  gem.require_paths = ["lib"]
  gem.version       = YahooNba::VERSION

	gem.add_development_dependency "rspec"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
yahoo_nba-0.0.1.alpha yahoo_nba.gemspec