accuweather.gemspec in accuweather-0.1.3 vs accuweather.gemspec in accuweather-0.2.0
- old
+ new
@@ -7,19 +7,18 @@
spec.name = 'accuweather'
spec.version = Accuweather::VERSION
spec.authors = ['Nick Aschenbach']
spec.email = ['nick.aschenbach@gmail.com']
- spec.summary = 'Access current weather report for cities around the world'
- spec.description = 'A simple web API wrapper to get weather information for cities around the world using the accuweather API. Includes
-temperature, pressure, humidity, weather text and GPS coordinates.'
+ spec.summary = 'Access current and future weather reports for cities around the world'
+ spec.description = 'Get weather information for cities around the world using the accuweather web API. Includes current current conditions for temperature, pressure and humidity. Forecasts include temperature highs, lows, "real feels", UV, wind speed, rain, snow, ice probabilities and amounts.'
spec.homepage = 'https://github.com/nick-aschenbach/accuweather'
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
spec.require_paths = ['lib']
spec.add_development_dependency 'bundler', '~> 1.10'
spec.add_development_dependency 'rake', '~> 10.0'
- spec.add_development_dependency 'rspec'
+ spec.add_development_dependency 'rspec', '~> 3.4'
spec.add_runtime_dependency 'nokogiri'
end