Sha256: 6c5164d5bf825dc8043bde357fa70f654ef50a4f37d9a0bf62662509d2445886
Contents?: true
Size: 861 Bytes
Versions: 2
Compression:
Stored size: 861 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 = "" 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.3 | weather_in_poland.gemspec |
weather_in_poland-0.0.2 | weather_in_poland.gemspec |