yahoo_weather 1.0.2 → 1.0.3
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.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/yahoo_weather/version.rb +1 -1
- data/yahoo_weather.gemspec +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 050cc652e85a86cd14fc4e65bb8068c67e449ecf
|
|
4
|
+
data.tar.gz: 01e151626320fe875fe1dbd693a6f21eb59614f5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1bbe35322928b00f67a84e7a78dd7f08908581d8dccce9ce6dc50d1d3010480f372e12dfac9b27f79572653dad049145f08fbb2ee4b36f3b0f6246e621538fd3
|
|
7
|
+
data.tar.gz: 3a00816ffa9140fcf330855a3fc9f7ff70fe4d098ebd14a1138b8ee884a8daba6563f6361767fff2f900144273157a12f9d6f09550b5480b3afca8cb6a0669a0
|
data/Gemfile.lock
CHANGED
data/yahoo_weather.gemspec
CHANGED
|
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
|
|
|
9
9
|
s.email = 'manzhikov@gmail.com'
|
|
10
10
|
s.homepage = 'http://github.com/manzhikov/yahoo_weather'
|
|
11
11
|
s.summary = 'YahooWeather fetcher'
|
|
12
|
-
s.description = 'Weather'
|
|
12
|
+
s.description = 'A Ruby object-oriented interface to the Yahoo! Weather feed. It supports caching and i18n.'
|
|
13
13
|
s.license = 'MIT'
|
|
14
14
|
|
|
15
15
|
s.files = `git ls-files`.split("\n")
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: yahoo_weather
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ildar Manzhikov
|
|
@@ -66,7 +66,8 @@ dependencies:
|
|
|
66
66
|
- - ~>
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
68
|
version: '1.3'
|
|
69
|
-
description: Weather
|
|
69
|
+
description: A Ruby object-oriented interface to the Yahoo! Weather feed. It supports
|
|
70
|
+
caching and i18n.
|
|
70
71
|
email: manzhikov@gmail.com
|
|
71
72
|
executables: []
|
|
72
73
|
extensions: []
|