Sha256: 571a6d133ef5b99bad77bad28b6eb5b9aa2cf7ee50f33273e50c6075dab0b895

Contents?: true

Size: 953 Bytes

Versions: 4

Compression:

Stored size: 953 Bytes

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "weather_pinpoint_jp"
  spec.version       = WeatherPinpointJp::VERSION
  spec.authors       = ["yoggy"]
  spec.email         = ["yoggy0@gmail.com"]
  spec.description   = %q{weather information library for ruby}
  spec.summary       = %q{weather information library for ruby}
  spec.homepage      = "https://github.com/yoggy/weather_pinpoint_jp"
  spec.license       = "MIT"

  spec.files         = `git ls-files`.split($/)
  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.3"
  spec.add_development_dependency "rake"
  spec.add_development_dependency "minitest"
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
weather_pinpoint_jp-0.0.5 weather_pinpoint_jp.gemspec
weather_pinpoint_jp-0.0.4 weather_pinpoint_jp.gemspec
weather_pinpoint_jp-0.0.3 weather_pinpoint_jp.gemspec
weather_pinpoint_jp-0.0.2 weather_pinpoint_jp.gemspec