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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3334bd2c74451a8afff7a2fbb4fc6c773c346aa1
4
- data.tar.gz: 5885ee8aae83899e70ad691e58e505efed9b33b6
3
+ metadata.gz: 050cc652e85a86cd14fc4e65bb8068c67e449ecf
4
+ data.tar.gz: 01e151626320fe875fe1dbd693a6f21eb59614f5
5
5
  SHA512:
6
- metadata.gz: 8bcda0e92c71f634f8c5fabb0aa8350d3bc48c84dec8025a9b95ea4162eb95daf004524b781d0cd7d2c8425898d4eac9f373a8f961ded50a4ea232214b9d4594
7
- data.tar.gz: 2309b856f726d332f9eb608982f9421a0039a75f5275d3ab09403e3ca8c92c93ffc2b78dffa8ec5a03a2fe4e3dff30d873d1c6c93d114b4ae1e8fc95e6422cb9
6
+ metadata.gz: 1bbe35322928b00f67a84e7a78dd7f08908581d8dccce9ce6dc50d1d3010480f372e12dfac9b27f79572653dad049145f08fbb2ee4b36f3b0f6246e621538fd3
7
+ data.tar.gz: 3a00816ffa9140fcf330855a3fc9f7ff70fe4d098ebd14a1138b8ee884a8daba6563f6361767fff2f900144273157a12f9d6f09550b5480b3afca8cb6a0669a0
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- yahoo_weather (1.0.2)
4
+ yahoo_weather (1.0.3)
5
5
  nokogiri
6
6
  rails (>= 3.1.0)
7
7
 
@@ -1,3 +1,3 @@
1
1
  module YahooWeather
2
- VERSION = '1.0.2'.freeze
2
+ VERSION = '1.0.3'.freeze
3
3
  end
@@ -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.2
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: []