statuspageio 0.2.0 → 0.2.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 +4 -4
- data/Gemfile.lock +32 -29
- data/lib/statuspageio/version.rb +1 -1
- data/statuspageio.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 581634ca11fd63a4346c3207b2bbadd2ae18b61b3299f058963903bd6c43b50c
|
4
|
+
data.tar.gz: 5ee51f658277848a2696af61b20b8a0502af5e0aee48b7a2f799d7ae9d603453
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8be491f34b4c64a6e64cb453438db276f89f0ef6004cfdbd752b15a463f11c970a001517a987504cab2ffd0a84a696c982d559c792cb62b41345304e8f3a8704
|
7
|
+
data.tar.gz: b20f606abf02d7c6b1dd2aa9d9b302823fb7fc03fd9c0abc469e64a1b32c7119853283062cc12c052bbc631140f57560d710f6afc0face3a231630bac70166cc
|
data/Gemfile.lock
CHANGED
@@ -7,62 +7,65 @@ PATH
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
9
9
|
specs:
|
10
|
-
addressable (2.8.
|
10
|
+
addressable (2.8.5)
|
11
11
|
public_suffix (>= 2.0.2, < 6.0)
|
12
12
|
ast (2.4.2)
|
13
13
|
crack (0.4.5)
|
14
14
|
rexml
|
15
|
-
diff-lcs (1.
|
15
|
+
diff-lcs (1.5.0)
|
16
16
|
hashdiff (1.0.1)
|
17
|
-
httparty (0.
|
18
|
-
|
17
|
+
httparty (0.21.0)
|
18
|
+
mini_mime (>= 1.0.0)
|
19
19
|
multi_xml (>= 0.5.2)
|
20
|
-
|
21
|
-
|
22
|
-
|
20
|
+
json (2.6.3)
|
21
|
+
language_server-protocol (3.17.0.3)
|
22
|
+
mini_mime (1.1.5)
|
23
23
|
multi_xml (0.6.0)
|
24
|
-
parallel (1.
|
25
|
-
parser (3.
|
24
|
+
parallel (1.23.0)
|
25
|
+
parser (3.2.2.4)
|
26
26
|
ast (~> 2.4.1)
|
27
|
-
|
28
|
-
|
27
|
+
racc
|
28
|
+
public_suffix (5.0.3)
|
29
|
+
racc (1.7.3)
|
30
|
+
rainbow (3.1.1)
|
29
31
|
rake (12.3.3)
|
30
|
-
regexp_parser (2.
|
31
|
-
rexml (3.2.
|
32
|
+
regexp_parser (2.8.2)
|
33
|
+
rexml (3.2.6)
|
32
34
|
rspec (3.10.0)
|
33
35
|
rspec-core (~> 3.10.0)
|
34
36
|
rspec-expectations (~> 3.10.0)
|
35
37
|
rspec-mocks (~> 3.10.0)
|
36
|
-
rspec-core (3.10.
|
38
|
+
rspec-core (3.10.2)
|
37
39
|
rspec-support (~> 3.10.0)
|
38
|
-
rspec-expectations (3.10.
|
40
|
+
rspec-expectations (3.10.2)
|
39
41
|
diff-lcs (>= 1.2.0, < 2.0)
|
40
42
|
rspec-support (~> 3.10.0)
|
41
|
-
rspec-mocks (3.10.
|
43
|
+
rspec-mocks (3.10.3)
|
42
44
|
diff-lcs (>= 1.2.0, < 2.0)
|
43
45
|
rspec-support (~> 3.10.0)
|
44
|
-
rspec-support (3.10.
|
45
|
-
rubocop (1.
|
46
|
+
rspec-support (3.10.3)
|
47
|
+
rubocop (1.57.2)
|
48
|
+
json (~> 2.3)
|
49
|
+
language_server-protocol (>= 3.17.0)
|
46
50
|
parallel (~> 1.10)
|
47
|
-
parser (>= 3.
|
51
|
+
parser (>= 3.2.2.4)
|
48
52
|
rainbow (>= 2.2.2, < 4.0)
|
49
53
|
regexp_parser (>= 1.8, < 3.0)
|
50
|
-
rexml
|
51
|
-
rubocop-ast (>= 1.
|
54
|
+
rexml (>= 3.2.5, < 4.0)
|
55
|
+
rubocop-ast (>= 1.28.1, < 2.0)
|
52
56
|
ruby-progressbar (~> 1.7)
|
53
|
-
unicode-display_width (>=
|
54
|
-
rubocop-ast (1.
|
55
|
-
parser (>= 3.
|
56
|
-
ruby-progressbar (1.
|
57
|
-
unicode-display_width (2.
|
57
|
+
unicode-display_width (>= 2.4.0, < 3.0)
|
58
|
+
rubocop-ast (1.30.0)
|
59
|
+
parser (>= 3.2.1.0)
|
60
|
+
ruby-progressbar (1.13.0)
|
61
|
+
unicode-display_width (2.5.0)
|
58
62
|
webmock (3.13.0)
|
59
63
|
addressable (>= 2.3.6)
|
60
64
|
crack (>= 0.3.2)
|
61
65
|
hashdiff (>= 0.4.0, < 2.0.0)
|
62
66
|
|
63
67
|
PLATFORMS
|
64
|
-
|
65
|
-
x86_64-darwin-19
|
68
|
+
arm64-darwin-22
|
66
69
|
|
67
70
|
DEPENDENCIES
|
68
71
|
bundler (~> 2.1, >= 2.1.0)
|
@@ -73,4 +76,4 @@ DEPENDENCIES
|
|
73
76
|
webmock (~> 3.13.0)
|
74
77
|
|
75
78
|
BUNDLED WITH
|
76
|
-
2.
|
79
|
+
2.4.18
|
data/lib/statuspageio/version.rb
CHANGED
data/statuspageio.gemspec
CHANGED
@@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
|
|
28
28
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
29
29
|
spec.require_paths = ["lib"]
|
30
30
|
|
31
|
-
spec.add_dependency "httparty", "~> 0.
|
31
|
+
spec.add_dependency "httparty", "~> 0.21"
|
32
32
|
|
33
33
|
spec.add_development_dependency 'bundler', '~> 2.1', '>= 2.1.0'
|
34
34
|
spec.add_development_dependency 'rake', '~> 12.3', '>= 12.3.3'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: statuspageio
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Chris Nixon
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '0.
|
19
|
+
version: '0.21'
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: '0.
|
26
|
+
version: '0.21'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: bundler
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|