Sha256: 86bf0b3d08ee1791efe38ae96e366547e50d72384a84d8f4dfe15c268f9b7bbf

Contents?: true

Size: 1.41 KB

Versions: 10

Compression:

Stored size: 1.41 KB

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'taric/version'

Gem::Specification.new do |spec|
  spec.name          = "taric"
  spec.version       = Taric::VERSION
  spec.authors       = ["Joseph Yi"]
  spec.email         = ["dissonance@gmail.com"]

  spec.summary       = %q{An outrageous Riot Games LoL API Client}
  spec.description   = %q{An outrageous Riot Games LoL API Client}
  spec.homepage      = "http://github.com/josephyi/taric"
  spec.license       = "MIT"

  spec.files         = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
  spec.files += Dir.glob("lib/**/*.rb")
  spec.bindir        = "exe"
  spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
  spec.require_paths = ["lib"]

  spec.required_ruby_version = '>= 2.1.0'

  spec.add_development_dependency "bundler", ">= 1.7", '< 2.0'
  spec.add_development_dependency "rake", "~> 10.0"
  spec.add_development_dependency 'webmock', '~> 1.20'
  spec.add_development_dependency 'rspec', '~> 3.2'
  spec.add_development_dependency 'coveralls', '~> 0.7'

  spec.add_runtime_dependency 'memoist', '~> 0.11'
  spec.add_runtime_dependency('addressable', '~> 2.3')
  spec.add_runtime_dependency('oj', '~> 2.12')
  spec.add_runtime_dependency('faraday_middleware', '~> 0.9')
  spec.add_runtime_dependency('faraday_middleware-parse_oj', '~> 0.3.0')
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
taric-0.3.4 taric.gemspec
taric-0.3.3 taric.gemspec
taric-0.3.1 taric.gemspec
taric-0.3.0 taric.gemspec
taric-0.2.4 taric.gemspec
taric-0.2.2 taric.gemspec
taric-0.2.1 taric.gemspec
taric-0.2.0 taric.gemspec
taric-0.1.14 taric.gemspec
taric-0.1.13 taric.gemspec