weather_pinpoint_jp 0.0.4 → 0.0.5

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.
@@ -18,7 +18,7 @@ module WeatherPinpointJp
18
18
  CLOUDY = 200
19
19
  RAINY = 300
20
20
  SNOWY = 400
21
- HEAT_WAVE = 500
21
+ HEAT_WAVE = 550
22
22
  HEAVY_RAIN = 850
23
23
 
24
24
  class << self
@@ -1,3 +1,3 @@
1
1
  module WeatherPinpointJp
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
data/test/test_3h.rb CHANGED
@@ -20,7 +20,7 @@ class Test3h < Minitest::Test
20
20
  assert_equal f.weather_3h[1], 200
21
21
  assert_equal f.weather_3h[2], 300
22
22
  assert_equal f.weather_3h[3], 400
23
- assert_equal f.weather_3h[4], 500
23
+ assert_equal f.weather_3h[4], 550
24
24
  assert_equal f.weather_3h[5], 850
25
25
  assert_equal f.weather_3h[6], 200
26
26
  assert_equal f.weather_3h[7], 300
data/test/test_data2.xml CHANGED
@@ -16,7 +16,7 @@
16
16
  <hour>400</hour>
17
17
  <hour>100</hour>
18
18
  <hour>100</hour>
19
- <hour>500</hour>
19
+ <hour>550</hour>
20
20
  <hour>100</hour>
21
21
  <hour>100</hour>
22
22
  <hour>850</hour>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: weather_pinpoint_jp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: