iqair_airvisual 0.0.2 → 0.0.3

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: 77142172023bfce6f9454c937c14d0078d47a2f0765823d565fae636c86182d4
4
- data.tar.gz: be8177bd771b1d00aa468fea3e4aac0f19bbcca212934eeb7949edc3b19a4090
3
+ metadata.gz: f47eea935e63626ba115561f8cb4685e40e462f42acb225a14b17271d447e961
4
+ data.tar.gz: bc3d251ba84ecc08a05819f992a7a9b4d8d1ace77743d786629fead2b9e622c3
5
5
  SHA512:
6
- metadata.gz: 977db9b50ea308cfa1c1c840c202b637414382bb5a5617c6ee2cb28c90c3e619e7bf058401127c427ca6a33437d594c7b954990fd763ad89ad666515d60e5b32
7
- data.tar.gz: 424416e63b418036fe52869c35db598745ff2d1ccfc8a3510b16cc567996dde336e256c38c9a2fcb243066505f6e9d78538d43e44219793f3d4c848d6646d189
6
+ metadata.gz: f9d6b16b026a8a4485a182a2a9145e8829a1862cf0b18ae852c95f2139bf1787231cddba3d1840d41ee0c9fcb8ac714f9537462fac1f3afa33bddb8f4cad1931
7
+ data.tar.gz: add0041e7702ae550061f56714a86691dca5eab7bd39958ad0491cf1b49a89db2207485cd220bcd7b5ef334af26621bec7dd94869cee67b6161d26256d058f62
data/CODE_OF_CONDUCT.md CHANGED
File without changes
data/Gemfile CHANGED
File without changes
data/Gemfile.lock CHANGED
@@ -1,61 +1,60 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- iqair_airvisual (0.0.2)
4
+ iqair_airvisual (0.0.3)
5
5
  active_attr (~> 0.15)
6
6
  httparty (~> 0.18)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- actionpack (6.1.3.1)
12
- actionview (= 6.1.3.1)
13
- activesupport (= 6.1.3.1)
14
- rack (~> 2.0, >= 2.0.9)
11
+ actionpack (7.0.3)
12
+ actionview (= 7.0.3)
13
+ activesupport (= 7.0.3)
14
+ rack (~> 2.0, >= 2.2.0)
15
15
  rack-test (>= 0.6.3)
16
16
  rails-dom-testing (~> 2.0)
17
17
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
18
- actionview (6.1.3.1)
19
- activesupport (= 6.1.3.1)
18
+ actionview (7.0.3)
19
+ activesupport (= 7.0.3)
20
20
  builder (~> 3.1)
21
21
  erubi (~> 1.4)
22
22
  rails-dom-testing (~> 2.0)
23
23
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
24
- active_attr (0.15.3)
25
- actionpack (>= 3.0.2, < 7.0)
26
- activemodel (>= 3.0.2, < 7.0)
27
- activesupport (>= 3.0.2, < 7.0)
28
- activemodel (6.1.3.1)
29
- activesupport (= 6.1.3.1)
30
- activesupport (6.1.3.1)
24
+ active_attr (0.15.4)
25
+ actionpack (>= 3.0.2, < 7.1)
26
+ activemodel (>= 3.0.2, < 7.1)
27
+ activesupport (>= 3.0.2, < 7.1)
28
+ activemodel (7.0.3)
29
+ activesupport (= 7.0.3)
30
+ activesupport (7.0.3)
31
31
  concurrent-ruby (~> 1.0, >= 1.0.2)
32
32
  i18n (>= 1.6, < 2)
33
33
  minitest (>= 5.1)
34
34
  tzinfo (~> 2.0)
35
- zeitwerk (~> 2.3)
36
- addressable (2.7.0)
35
+ addressable (2.8.0)
37
36
  public_suffix (>= 2.0.2, < 5.0)
38
37
  ansi (1.5.0)
39
38
  builder (3.2.4)
40
39
  coderay (1.1.3)
41
- concurrent-ruby (1.1.8)
40
+ concurrent-ruby (1.1.10)
42
41
  crack (0.4.5)
43
42
  rexml
44
43
  crass (1.0.6)
45
44
  erubi (1.10.0)
46
45
  hashdiff (1.0.1)
47
- httparty (0.18.1)
46
+ httparty (0.20.0)
48
47
  mime-types (~> 3.0)
49
48
  multi_xml (>= 0.5.2)
50
- i18n (1.8.10)
49
+ i18n (1.10.0)
51
50
  concurrent-ruby (~> 1.0)
52
- loofah (2.9.1)
51
+ loofah (2.18.0)
53
52
  crass (~> 1.0.2)
54
53
  nokogiri (>= 1.5.9)
55
54
  method_source (1.0.0)
56
- mime-types (3.3.1)
55
+ mime-types (3.4.1)
57
56
  mime-types-data (~> 3.2015)
58
- mime-types-data (3.2021.0225)
57
+ mime-types-data (3.2022.0105)
59
58
  minitest (5.14.4)
60
59
  minitest-focus (1.1.2)
61
60
  minitest (>= 4, < 6)
@@ -66,20 +65,22 @@ GEM
66
65
  ruby-progressbar
67
66
  mocha (1.11.2)
68
67
  multi_xml (0.6.0)
69
- nokogiri (1.11.3-x86_64-linux)
68
+ nokogiri (1.13.6-arm64-darwin)
69
+ racc (~> 1.4)
70
+ nokogiri (1.13.6-x86_64-linux)
70
71
  racc (~> 1.4)
71
72
  pry (0.14.1)
72
73
  coderay (~> 1.1)
73
74
  method_source (~> 1.0)
74
75
  public_suffix (4.0.6)
75
- racc (1.5.2)
76
- rack (2.2.3)
76
+ racc (1.6.0)
77
+ rack (2.2.3.1)
77
78
  rack-test (1.1.0)
78
79
  rack (>= 1.0, < 3)
79
80
  rails-dom-testing (2.0.3)
80
81
  activesupport (>= 4.2.0)
81
82
  nokogiri (>= 1.6)
82
- rails-html-sanitizer (1.3.0)
83
+ rails-html-sanitizer (1.4.2)
83
84
  loofah (~> 2.3)
84
85
  rake (13.0.3)
85
86
  rexml (3.2.5)
@@ -91,9 +92,9 @@ GEM
91
92
  addressable (>= 2.3.6)
92
93
  crack (>= 0.3.2)
93
94
  hashdiff (>= 0.4.0, < 2.0.0)
94
- zeitwerk (2.4.2)
95
95
 
96
96
  PLATFORMS
97
+ arm64-darwin-20
97
98
  x86_64-linux
98
99
 
99
100
  DEPENDENCIES
data/LICENSE CHANGED
File without changes
data/LICENSE.txt CHANGED
File without changes
data/README.md CHANGED
@@ -54,7 +54,7 @@ To run tests execute:
54
54
 
55
55
  ## Contributing
56
56
 
57
- Bug reports and pull requests are welcome on GitHub at https://github.com/trex22/vodacom-client. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
57
+ Bug reports and pull requests are welcome on GitHub at https://github.com/trex22/iqair_airvisual. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
58
58
 
59
59
  ## License
60
60
 
data/Rakefile CHANGED
File without changes
data/bin/console CHANGED
File without changes
data/bin/setup CHANGED
File without changes
Binary file
File without changes
File without changes
File without changes
File without changes
@@ -1,3 +1,3 @@
1
1
  module IqairAirvisual
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
File without changes
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iqair_airvisual
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - trex22
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-04-18 00:00:00.000000000 Z
11
+ date: 2022-05-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty
@@ -181,6 +181,7 @@ files:
181
181
  - Rakefile
182
182
  - bin/console
183
183
  - bin/setup
184
+ - iqair_airvisual-0.0.2.gem
184
185
  - iqair_airvisual.gemspec
185
186
  - lib/iqair_airvisual.rb
186
187
  - lib/iqair_airvisual/client.rb
@@ -191,7 +192,7 @@ homepage: https://github.com/TRex22/IQAir_AirVisual
191
192
  licenses:
192
193
  - MIT
193
194
  metadata: {}
194
- post_install_message:
195
+ post_install_message:
195
196
  rdoc_options: []
196
197
  require_paths:
197
198
  - lib
@@ -206,8 +207,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
206
207
  - !ruby/object:Gem::Version
207
208
  version: '0'
208
209
  requirements: []
209
- rubygems_version: 3.2.3
210
- signing_key:
210
+ rubygems_version: 3.3.4
211
+ signing_key:
211
212
  specification_version: 4
212
213
  summary: A client for using the IQAir_AirVisual API in Ruby.
213
214
  test_files: []