weather_jp 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module WeatherJp
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
3
3
  end
data/weather_jp.gemspec CHANGED
@@ -5,7 +5,7 @@ Gem::Specification.new do |gem|
5
5
  gem.authors = ["Taiki ONO"]
6
6
  gem.email = ["taiks.4559@gmail.com"]
7
7
  gem.description = "Fetch Japan weather info as Ruby object easily."
8
- gem.summary = "Japan weather info to Ruby objext."
8
+ gem.summary = "Japan weather info API wrapper."
9
9
  gem.homepage = "http://taiki45.github.com/weather_jp"
10
10
 
11
11
  gem.files = `git ls-files`.split($\)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: weather_jp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -109,7 +109,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
109
109
  version: '0'
110
110
  segments:
111
111
  - 0
112
- hash: 2265796379066558803
112
+ hash: 3831323738410976690
113
113
  required_rubygems_version: !ruby/object:Gem::Requirement
114
114
  none: false
115
115
  requirements:
@@ -118,13 +118,13 @@ required_rubygems_version: !ruby/object:Gem::Requirement
118
118
  version: '0'
119
119
  segments:
120
120
  - 0
121
- hash: 2265796379066558803
121
+ hash: 3831323738410976690
122
122
  requirements: []
123
123
  rubyforge_project:
124
124
  rubygems_version: 1.8.23
125
125
  signing_key:
126
126
  specification_version: 3
127
- summary: Japan weather info to Ruby objext.
127
+ summary: Japan weather info API wrapper.
128
128
  test_files:
129
129
  - spec/day_weather_spec.rb
130
130
  - spec/spec_helper.rb