ArseniysWeatherApp 0.1.1 → 0.1.2
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
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1053f6b5b9a949fbc24eb336480c0e5e54c212d04341ea651522e57f762e9988
|
|
4
|
+
data.tar.gz: 8c76dd70e23e921effe8808b31eda236ded2e09f0b1c2d6ccd6d94d39b63162e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8fbf98926cf0ba5eb75e523db7e1b6b977354f146ff2c39039e2699cc9aa34b7240f0ccfd019ba5967d848b83975108c35203e902635e1aec005dccf838d0aa3
|
|
7
|
+
data.tar.gz: e599c7522d8de6c9f7179fa35cdd952ff46111c09617da53c3897caf49bb444a325a9a70856b73971164098e27262ec181c94cd7ad4ec91d809af06d0a17d18c
|
data/README.md
CHANGED
|
@@ -9,7 +9,7 @@ This gem will work until 11 sep 2021, after that date yandex api key expires.
|
|
|
9
9
|
Add this line to your application's Gemfile:
|
|
10
10
|
|
|
11
11
|
```ruby
|
|
12
|
-
gem '
|
|
12
|
+
gem 'ArseniysWeatherApp'
|
|
13
13
|
```
|
|
14
14
|
|
|
15
15
|
And then execute:
|
|
@@ -22,15 +22,10 @@ Or install it yourself as:
|
|
|
22
22
|
|
|
23
23
|
## Usage
|
|
24
24
|
|
|
25
|
-
|
|
25
|
+
QUICKSTART
|
|
26
26
|
```ruby
|
|
27
|
-
|
|
27
|
+
irb>
|
|
28
28
|
```
|
|
29
|
-
to attach yandex weather api key and then use
|
|
30
|
-
```ruby
|
|
31
|
-
ArseniysWeatherApp.spb_weather
|
|
32
|
-
```
|
|
33
|
-
to see weather forecasts for today.
|
|
34
29
|
|
|
35
30
|
## License
|
|
36
31
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ArseniysWeatherApp
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Arseniy Chirkov
|
|
@@ -50,14 +50,14 @@ files:
|
|
|
50
50
|
- ".gitignore"
|
|
51
51
|
- LICENSE.txt
|
|
52
52
|
- README.md
|
|
53
|
-
- lib/
|
|
54
|
-
- lib/
|
|
55
|
-
homepage: https://github.com/Supernich/
|
|
53
|
+
- lib/ArseniysWeatherApp.rb
|
|
54
|
+
- lib/ArseniysWeatherApp/version.rb
|
|
55
|
+
homepage: https://github.com/Supernich/ArseniysWeatherApp
|
|
56
56
|
licenses:
|
|
57
57
|
- MIT
|
|
58
58
|
metadata:
|
|
59
|
-
homepage_uri: https://github.com/Supernich/
|
|
60
|
-
source_code_uri: https://github.com/Supernich/
|
|
59
|
+
homepage_uri: https://github.com/Supernich/ArseniysWeatherApp
|
|
60
|
+
source_code_uri: https://github.com/Supernich/ArseniysWeatherApp
|
|
61
61
|
post_install_message:
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|