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 +4 -4
- data/CODE_OF_CONDUCT.md +0 -0
- data/Gemfile +0 -0
- data/Gemfile.lock +28 -27
- data/LICENSE +0 -0
- data/LICENSE.txt +0 -0
- data/README.md +1 -1
- data/Rakefile +0 -0
- data/bin/console +0 -0
- data/bin/setup +0 -0
- data/iqair_airvisual-0.0.2.gem +0 -0
- data/iqair_airvisual.gemspec +0 -0
- data/lib/iqair_airvisual/client.rb +0 -0
- data/lib/iqair_airvisual/community.rb +0 -0
- data/lib/iqair_airvisual/constants.rb +0 -0
- data/lib/iqair_airvisual/version.rb +1 -1
- data/lib/iqair_airvisual.rb +0 -0
- metadata +7 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f47eea935e63626ba115561f8cb4685e40e462f42acb225a14b17271d447e961
|
|
4
|
+
data.tar.gz: bc3d251ba84ecc08a05819f992a7a9b4d8d1ace77743d786629fead2b9e622c3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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 (
|
|
12
|
-
actionview (=
|
|
13
|
-
activesupport (=
|
|
14
|
-
rack (~> 2.0, >= 2.0
|
|
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 (
|
|
19
|
-
activesupport (=
|
|
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.
|
|
25
|
-
actionpack (>= 3.0.2, < 7.
|
|
26
|
-
activemodel (>= 3.0.2, < 7.
|
|
27
|
-
activesupport (>= 3.0.2, < 7.
|
|
28
|
-
activemodel (
|
|
29
|
-
activesupport (=
|
|
30
|
-
activesupport (
|
|
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
|
-
|
|
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.
|
|
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.
|
|
46
|
+
httparty (0.20.0)
|
|
48
47
|
mime-types (~> 3.0)
|
|
49
48
|
multi_xml (>= 0.5.2)
|
|
50
|
-
i18n (1.
|
|
49
|
+
i18n (1.10.0)
|
|
51
50
|
concurrent-ruby (~> 1.0)
|
|
52
|
-
loofah (2.
|
|
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.
|
|
55
|
+
mime-types (3.4.1)
|
|
57
56
|
mime-types-data (~> 3.2015)
|
|
58
|
-
mime-types-data (3.
|
|
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.
|
|
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.
|
|
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.
|
|
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/
|
|
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
|
data/iqair_airvisual.gemspec
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/lib/iqair_airvisual.rb
CHANGED
|
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.
|
|
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:
|
|
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.
|
|
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: []
|