yahoo_weather 1.1.0 → 1.1.1
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/README.md +3 -3
- data/lib/yahoo_weather/version.rb +1 -1
- data/yahoo_weather.gemspec +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fb6e88f0be845230f168a0fe001a57d6496345eb
|
4
|
+
data.tar.gz: 1665767cbf1e82e4d5ac64d95986b4003f2d8e8d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e8d4d8cf50644bf9cf478cdab841557dcf3ad419b6152c59501bb1ce2eb019dc83bab509dda2a80a8488d1ef8492dc0c30625d8dbc09dde7bee96860ac44da15
|
7
|
+
data.tar.gz: 54275313c48c152bf483aa27fdde10ba7a39bd65ff1daffd3df39c55d15b26ec59552b14a358c1a8b9bc194b2c7b352ea73d626858d0699167134c9b67126be2
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -1,10 +1,10 @@
|
|
1
|
-
# yahoo_weather
|
2
|
-
[](https://travis-ci.org/manzhikov/yahoo_weather)
|
1
|
+
# yahoo_weather [](https://travis-ci.org/manzhikov/yahoo_weather)
|
3
2
|
|
4
|
-
A Ruby object-oriented interface to the Yahoo! Weather
|
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
|
data/yahoo_weather.gemspec
CHANGED
@@ -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 = '
|
12
|
-
s.description = 'A Ruby object-oriented interface to the Yahoo! Weather
|
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.
|
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
|
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:
|
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
|