weather_jp 0.0.6 → 0.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,3 @@
1
1
  module WeatherJp
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
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 = "Summary."
8
+ gem.summary = "Japan weather info to Ruby objext."
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.6
4
+ version: 0.0.7
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: 1270333121761837627
112
+ hash: 2265796379066558803
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: 1270333121761837627
121
+ hash: 2265796379066558803
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: Summary.
127
+ summary: Japan weather info to Ruby objext.
128
128
  test_files:
129
129
  - spec/day_weather_spec.rb
130
130
  - spec/spec_helper.rb