meteoservice 0.2.6 → 0.2.7
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 +12 -12
- data/lib/meteoservice/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5b858fcb34c40456990efc987edc5086cd73570ff6d33347a3c7e7c648421e76
|
4
|
+
data.tar.gz: ec406579f2568a3dca8efdb0cad0a11b97ebbf14044784f8c55f5e419a1764c6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bc583b486e5cca6a3d1afa65e6c7d7a1a2496414b8591117b758d65b46a6082900d5eb57a946dbc44316de09449e0a8d755072572a3c05522981eec6018640c0
|
7
|
+
data.tar.gz: feadbe8c3efc310140e0412140cff70f2532522cfd5bf144d55c8b58bd837f4b336a821df76617517b754a121b48b6c2d4741ee90378f6ac5deb53cbdc4376ba
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
meteoservice (0.2.
|
4
|
+
meteoservice (0.2.7)
|
5
5
|
faraday-encode_xml
|
6
6
|
faraday_middleware
|
7
7
|
multi_xml (~> 0.6)
|
@@ -57,7 +57,7 @@ GEM
|
|
57
57
|
multi_xml (0.6.0)
|
58
58
|
multipart-post (2.2.3)
|
59
59
|
parallel (1.22.1)
|
60
|
-
parser (3.
|
60
|
+
parser (3.2.0.0)
|
61
61
|
ast (~> 2.4.1)
|
62
62
|
public_suffix (5.0.1)
|
63
63
|
rainbow (3.1.1)
|
@@ -70,29 +70,29 @@ GEM
|
|
70
70
|
rspec-mocks (~> 3.12.0)
|
71
71
|
rspec-core (3.12.0)
|
72
72
|
rspec-support (~> 3.12.0)
|
73
|
-
rspec-expectations (3.12.
|
73
|
+
rspec-expectations (3.12.2)
|
74
74
|
diff-lcs (>= 1.2.0, < 2.0)
|
75
75
|
rspec-support (~> 3.12.0)
|
76
|
-
rspec-mocks (3.12.
|
76
|
+
rspec-mocks (3.12.2)
|
77
77
|
diff-lcs (>= 1.2.0, < 2.0)
|
78
78
|
rspec-support (~> 3.12.0)
|
79
79
|
rspec-support (3.12.0)
|
80
|
-
rubocop (1.
|
80
|
+
rubocop (1.43.0)
|
81
81
|
json (~> 2.3)
|
82
82
|
parallel (~> 1.10)
|
83
|
-
parser (>= 3.
|
83
|
+
parser (>= 3.2.0.0)
|
84
84
|
rainbow (>= 2.2.2, < 4.0)
|
85
85
|
regexp_parser (>= 1.8, < 3.0)
|
86
86
|
rexml (>= 3.2.5, < 4.0)
|
87
|
-
rubocop-ast (>= 1.
|
87
|
+
rubocop-ast (>= 1.24.1, < 2.0)
|
88
88
|
ruby-progressbar (~> 1.7)
|
89
|
-
unicode-display_width (>=
|
90
|
-
rubocop-ast (1.24.
|
89
|
+
unicode-display_width (>= 2.4.0, < 3.0)
|
90
|
+
rubocop-ast (1.24.1)
|
91
91
|
parser (>= 3.1.1.0)
|
92
|
-
rubocop-performance (1.15.
|
92
|
+
rubocop-performance (1.15.2)
|
93
93
|
rubocop (>= 1.7.0, < 2.0)
|
94
94
|
rubocop-ast (>= 0.4.0)
|
95
|
-
rubocop-rspec (2.
|
95
|
+
rubocop-rspec (2.17.0)
|
96
96
|
rubocop (~> 1.33)
|
97
97
|
ruby-progressbar (1.11.0)
|
98
98
|
ruby2_keywords (0.0.5)
|
@@ -102,7 +102,7 @@ GEM
|
|
102
102
|
simplecov_json_formatter (~> 0.1)
|
103
103
|
simplecov-html (0.12.3)
|
104
104
|
simplecov_json_formatter (0.1.4)
|
105
|
-
unicode-display_width (2.
|
105
|
+
unicode-display_width (2.4.2)
|
106
106
|
uri (0.12.0)
|
107
107
|
vcr (6.1.0)
|
108
108
|
webmock (3.18.1)
|
data/lib/meteoservice/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: meteoservice
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gleb V. Zhegulin
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2023-01-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday-encode_xml
|
@@ -114,14 +114,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
114
114
|
requirements:
|
115
115
|
- - ">="
|
116
116
|
- !ruby/object:Gem::Version
|
117
|
-
version: 3.0.
|
117
|
+
version: 3.0.3
|
118
118
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
119
119
|
requirements:
|
120
120
|
- - ">="
|
121
121
|
- !ruby/object:Gem::Version
|
122
122
|
version: '0'
|
123
123
|
requirements: []
|
124
|
-
rubygems_version: 3.3
|
124
|
+
rubygems_version: 3.4.3
|
125
125
|
signing_key:
|
126
126
|
specification_version: 4
|
127
127
|
summary: Weather forecast for the next day.
|