Sha256: 1c7a61b7b6652ca5b6c5b620f742858d67b429f4d7cc92be42571359736d1988
Contents?: true
Size: 811 Bytes
Versions: 1
Compression:
Stored size: 811 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 = 'Ruby interface to the Yahoo! Weather JSON API' s.description = 'A Ruby object-oriented interface to the Yahoo! Weather JSON API. 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_development_dependency 'sqlite3' s.add_development_dependency 'fakeweb', '~> 1.3' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
yahoo_weather-1.1.1 | yahoo_weather.gemspec |