Sha256: 8fb185e71a84f474a90c8f137dd54be7d2caab0885006e7c816db84afa6b5ecf

Contents?: true

Size: 923 Bytes

Versions: 2

Compression:

Stored size: 923 Bytes

Contents

lib = File.expand_path("../lib", __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require "eorzea_weather/version"

Gem::Specification.new do |spec|
  spec.name          = "eorzea_weather"
  spec.version       = EorzeaWeather::VERSION
  spec.authors       = ["Sorah Fukumori"]
  spec.email         = ["her@sorah.jp"]

  spec.summary       = %q{Eorzean Weather Forecast}
  spec.homepage      = "https://github.com/sorah/eorzea_weather"
  spec.license       = "MIT"

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

  spec.add_dependency 'eorzea_time', '>= 0.2.0'

  spec.add_development_dependency "bundler"
  spec.add_development_dependency "rake"
  spec.add_development_dependency "rspec", "~> 3.0"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
eorzea_weather-0.1.1 eorzea_weather.gemspec
eorzea_weather-0.1.0 eorzea_weather.gemspec