Sha256: 5a0aaa303db7ed4c5a01c6afa9b9a364a4eb8ba71dc22fc38a290b9e91b8b8d5

Contents?: true

Size: 812 Bytes

Versions: 5

Compression:

Stored size: 812 Bytes

Contents

$:.push File.expand_path('../lib', __FILE__)
require 'yahoo_weather/version'

Gem::Specification.new do |s|
  s.name        = 'yahoo_weather'
  s.version     = YahooWeather::VERSION.dup
  s.platform    = Gem::Platform::RUBY
  s.author      = 'Ildar Manzhikov'
  s.email       = 'manzhikov@gmail.com'
  s.homepage    = 'http://github.com/manzhikov/yahoo_weather'
  s.summary     = 'YahooWeather fetcher'
  s.description = 'A Ruby object-oriented interface to the Yahoo! Weather feed. It supports caching and i18n.'
  s.license     = 'MIT'

  s.files         = `git ls-files`.split("\n")
  s.require_paths = ['lib']
  s.test_files = Dir['test/**/*']
  s.add_dependency 'rails', '>= 3.1.0'
  s.add_dependency 'nokogiri'
  s.add_development_dependency 'sqlite3'
  s.add_development_dependency 'fakeweb', '~> 1.3'
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
yahoo_weather-1.0.7 yahoo_weather.gemspec
yahoo_weather-1.0.6 yahoo_weather.gemspec
yahoo_weather-1.0.5 yahoo_weather.gemspec
yahoo_weather-1.0.4 yahoo_weather.gemspec
yahoo_weather-1.0.3 yahoo_weather.gemspec