weather-report.gemspec in weather-report-0.0.1 vs weather-report.gemspec in weather-report-0.1.0
- old
+ new
@@ -6,10 +6,10 @@
Gem::Specification.new do |spec|
spec.name = "weather-report"
spec.version = WeatherReport::VERSION
spec.authors = ["zakuni"]
spec.email = ["kunio038@gmail.com"]
- spec.description = %q{A Ruby library and CLI to access Livedoor Weather Web Service(http://weather.livedoor.com/weather_hacks/webservice).}
+ spec.description = %q{A Ruby library and CLI to get Japanese Weather via Livedoor Weather Web Service(http://weather.livedoor.com/weather_hacks/webservice).}
spec.summary = %q{A Ruby client of Livedoor Weather Web Service.}
spec.homepage = "https://github.com/zakuni/weather-report"
spec.license = "MIT"
spec.files = `git ls-files`.split($/)