Sha256: f891296dd6fc6673a6b1664b77329b029eb4d502ac5777c513887d6fb080e994

Contents?: true

Size: 903 Bytes

Versions: 2

Compression:

Stored size: 903 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "weather_in_poland/version"

Gem::Specification.new do |s|
  s.name        = "weather_in_poland"
  s.version     = WeatherInPoland::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["Oskar Szrajer"]
  s.email       = ["oskarszrajer@gmail.com"]
  s.homepage    = "https://github.com/gotar/Weather-in-Poland"
  s.summary     = %q{Weather in Poland checker}
  s.description = %q{Simply gem for Yahoo! Weather with location checking to get proper location code}

  s.add_dependency("yahoo-weather")
  s.add_dependency("mechanize")

  s.rubyforge_project = "weather_in_poland"

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_paths = ["lib"]
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
weather_in_poland-0.0.5 weather_in_poland.gemspec
weather_in_poland-0.0.4 weather_in_poland.gemspec