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: d55c2880714ebc0d6758364d0468849046d37782f387a188da0970db68606234
4
- data.tar.gz: 6a15f0f7d028d963bdefac066c523c8e8fc546b7b0cd90ee90e2c2b10ca17d67
3
+ metadata.gz: 1053f6b5b9a949fbc24eb336480c0e5e54c212d04341ea651522e57f762e9988
4
+ data.tar.gz: 8c76dd70e23e921effe8808b31eda236ded2e09f0b1c2d6ccd6d94d39b63162e
5
5
  SHA512:
6
- metadata.gz: 67930c8bc15ff5d0bd6580e5c340f72bfba7cb8f0e39ca23114c939d187871da8d701a08fcab392b6a5668d04ffa3c91ffc4112145888f6fd979ed92484ecdeb
7
- data.tar.gz: 8bd17749b1a8460ecd6e7bd2405fd3cb88b59ab886bb3e2467e36fd8a3a0a185deecd7183025d232f1cbd04d386137c16e412f1341f35a9e2e054f4b3b710c86
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 'arseniys_weather_app'
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
- Use
25
+ QUICKSTART
26
26
  ```ruby
27
- ArseniysWeatherApp.attach_yandex_api
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
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ArseniysWeatherApp
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.2"
5
5
  end
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- require_relative "arseniys_weather_app/version"
3
+ require_relative "ArseniysWeatherApp/version"
4
4
  require "faraday"
5
5
  require "geokit"
6
6
 
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.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/arseniys_weather_app.rb
54
- - lib/arseniys_weather_app/version.rb
55
- homepage: https://github.com/Supernich/arseniys_weather_app
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/arseniys_weather_app
60
- source_code_uri: https://github.com/Supernich/arseniys_weather_app
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: