yahoo_weather 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5aae68afc9d6e428f1299812135beabffbb9ea0e
4
- data.tar.gz: 78ba751ee167362aec08907889eb5570db2f8207
3
+ metadata.gz: fb6e88f0be845230f168a0fe001a57d6496345eb
4
+ data.tar.gz: 1665767cbf1e82e4d5ac64d95986b4003f2d8e8d
5
5
  SHA512:
6
- metadata.gz: f656a1e6d27e370be7a209a2bd991bf9cc21cdd06c702de1fa9263d69b8b8b42d029be3494fe1bfcf9c7795f519059ae0914ac78f8f4e63f4bfebae1ca1ad818
7
- data.tar.gz: 9bd1bc0cfbca1790897f3a08a1af2f2e838f4855230abdd678b7f5a2240a6aa9d1df1ad7d1aac1d5c26fb76ed8e9f4efe1952b7f60f5ced469b1f2677da9349c
6
+ metadata.gz: e8d4d8cf50644bf9cf478cdab841557dcf3ad419b6152c59501bb1ce2eb019dc83bab509dda2a80a8488d1ef8492dc0c30625d8dbc09dde7bee96860ac44da15
7
+ data.tar.gz: 54275313c48c152bf483aa27fdde10ba7a39bd65ff1daffd3df39c55d15b26ec59552b14a358c1a8b9bc194b2c7b352ea73d626858d0699167134c9b67126be2
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- yahoo_weather (1.1.0)
4
+ yahoo_weather (1.1.1)
5
5
  rails (>= 3.1.0)
6
6
 
7
7
  GEM
data/README.md CHANGED
@@ -1,10 +1,10 @@
1
- # yahoo_weather
2
- [![Build Status](https://travis-ci.org/manzhikov/yahoo_weather.png?branch=master)](https://travis-ci.org/manzhikov/yahoo_weather)
1
+ # yahoo_weather [![Build Status](https://travis-ci.org/manzhikov/yahoo_weather.png?branch=master)](https://travis-ci.org/manzhikov/yahoo_weather)
3
2
 
4
- A Ruby object-oriented interface to the Yahoo! Weather feed.
3
+ A Ruby object-oriented interface to the Yahoo! Weather JSON API.
5
4
 
6
5
  It supports caching and i18n.
7
6
 
7
+
8
8
  ## Installation
9
9
 
10
10
  $ gem install yahoo_weather
@@ -1,3 +1,3 @@
1
1
  module YahooWeather
2
- VERSION = '1.1.0'.freeze
2
+ VERSION = '1.1.1'.freeze
3
3
  end
@@ -8,8 +8,8 @@ Gem::Specification.new do |s|
8
8
  s.author = 'Ildar Manzhikov'
9
9
  s.email = 'manzhikov@gmail.com'
10
10
  s.homepage = 'http://github.com/manzhikov/yahoo_weather'
11
- s.summary = 'YahooWeather fetcher'
12
- s.description = 'A Ruby object-oriented interface to the Yahoo! Weather feed. It supports caching and i18n.'
11
+ s.summary = 'Ruby interface to the Yahoo! Weather JSON API'
12
+ s.description = 'A Ruby object-oriented interface to the Yahoo! Weather JSON API. 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.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ildar Manzhikov
@@ -52,7 +52,7 @@ dependencies:
52
52
  - - ~>
53
53
  - !ruby/object:Gem::Version
54
54
  version: '1.3'
55
- description: A Ruby object-oriented interface to the Yahoo! Weather feed. It supports
55
+ description: A Ruby object-oriented interface to the Yahoo! Weather JSON API. It supports
56
56
  caching and i18n.
57
57
  email: manzhikov@gmail.com
58
58
  executables: []
@@ -159,7 +159,7 @@ rubyforge_project:
159
159
  rubygems_version: 2.1.3
160
160
  signing_key:
161
161
  specification_version: 4
162
- summary: YahooWeather fetcher
162
+ summary: Ruby interface to the Yahoo! Weather JSON API
163
163
  test_files:
164
164
  - test/dummy/app/assets/javascripts/application.js
165
165
  - test/dummy/app/assets/stylesheets/application.css