weatherb 0.1.0 → 0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a7410d1705043e6695c4682afc9324963d5662d2cd10665cf1cfde42de7125e2
4
- data.tar.gz: 91eaeb55e1c81c96f47f0a643423cb1e7320324056ee5de12ea378b007ffe5c5
3
+ metadata.gz: 8e8435535f8d9ecdf285b41b9cfbd72ec5a47bd5d6ff662a36cc526675d82081
4
+ data.tar.gz: dccc5dcf319ac63d0ec21be49511f7bfa7ed22c60fa39c63996e43c47b91a601
5
5
  SHA512:
6
- metadata.gz: 2c492573e155c89b0687bd9873fd05ffb89349e21d60d4745efbd11a9fbb2cc8baea7084bde0815a83b94bf7c584993e0972866f05577d4cc5a074169dc72ee3
7
- data.tar.gz: 9b0e5ea1081cf96394819fd20d924bfa26f40b292167e43d2cb9dc74acb14ffe7baeb9939270f718f65a2a207aa6a916f6e92adef1349080a4e74bf3a2d86967
6
+ metadata.gz: 9c5f74ca6bcb83996b6cfb2399ff58d6da05721b2b00fa191394e60700443a4df5184b0515133e9452f6827457025482b570b6d3c7ff8bd11ace0ee19a2bb340
7
+ data.tar.gz: 9ccc5a3c121068a06be7c88b5fec6ae574409a9f06f4298538e3672307a757c5d0440a97dd990e3289983beeaa4d1dd9a3d4c93291bcf419539b4072fc9b651c
data/Gemfile CHANGED
@@ -9,4 +9,3 @@ gem 'faraday', '~> 1.0'
9
9
  gem 'faraday_middleware', '~> 1.0'
10
10
  gem 'rake', '~> 12.0'
11
11
  gem 'rspec', '~> 3.0'
12
- gem 'rubocop', '~> 0.84', require: false
@@ -1,24 +1,18 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- weatherb (0.1.0)
4
+ weatherb (0.1.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
- ast (2.4.0)
10
9
  diff-lcs (1.3)
11
10
  faraday (1.0.1)
12
11
  multipart-post (>= 1.2, < 3)
13
12
  faraday_middleware (1.0.0)
14
13
  faraday (~> 1.0)
15
14
  multipart-post (2.1.1)
16
- parallel (1.19.1)
17
- parser (2.7.1.3)
18
- ast (~> 2.4.0)
19
- rainbow (3.0.0)
20
15
  rake (12.3.3)
21
- rexml (3.2.4)
22
16
  rspec (3.9.0)
23
17
  rspec-core (~> 3.9.0)
24
18
  rspec-expectations (~> 3.9.0)
@@ -32,18 +26,6 @@ GEM
32
26
  diff-lcs (>= 1.2.0, < 2.0)
33
27
  rspec-support (~> 3.9.0)
34
28
  rspec-support (3.9.3)
35
- rubocop (0.84.0)
36
- parallel (~> 1.10)
37
- parser (>= 2.7.0.1)
38
- rainbow (>= 2.2.2, < 4.0)
39
- rexml
40
- rubocop-ast (>= 0.0.3)
41
- ruby-progressbar (~> 1.7)
42
- unicode-display_width (>= 1.4.0, < 2.0)
43
- rubocop-ast (0.0.3)
44
- parser (>= 2.7.0.1)
45
- ruby-progressbar (1.10.1)
46
- unicode-display_width (1.7.0)
47
29
 
48
30
  PLATFORMS
49
31
  ruby
@@ -53,7 +35,6 @@ DEPENDENCIES
53
35
  faraday_middleware (~> 1.0)
54
36
  rake (~> 12.0)
55
37
  rspec (~> 3.0)
56
- rubocop (~> 0.84)
57
38
  weatherb!
58
39
 
59
40
  BUNDLED WITH
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Weatherb
4
- VERSION = '0.1.0'
4
+ VERSION = '0.1.1'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: weatherb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zackky Muhammad
@@ -44,7 +44,7 @@ licenses:
44
44
  metadata:
45
45
  homepage_uri: https://github.com/zackijack/weatherb
46
46
  source_code_uri: https://github.com/zackijack/weatherb
47
- changelog_uri: https://github.com/zackijack/weatherb/releases/tag/v0.1.0
47
+ changelog_uri: https://github.com/zackijack/weatherb/releases/tag/v0.1.1
48
48
  post_install_message:
49
49
  rdoc_options: []
50
50
  require_paths: