regio 0.3.4 → 0.3.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/checks.yaml +5 -5
- data/.github/workflows/release.yaml +6 -6
- data/CHANGELOG.md +7 -0
- data/Gemfile +10 -5
- data/Gemfile.lock +54 -42
- data/README.md +1 -1
- data/gemfiles/ruby_2.4.gemfile +5 -0
- data/gemfiles/ruby_2.4.gemfile.lock +1 -1
- data/gemfiles/ruby_2.5.gemfile +5 -0
- data/gemfiles/ruby_2.5.gemfile.lock +1 -1
- data/gemfiles/ruby_2.6.gemfile +5 -0
- data/gemfiles/ruby_2.6.gemfile.lock +1 -1
- data/gemfiles/ruby_2.7.gemfile +21 -0
- data/gemfiles/ruby_2.7.gemfile.lock +63 -0
- data/lib/regio/version.rb +1 -1
- data/regio.gemspec +0 -3
- metadata +5 -31
- /data/{docker-compose.yaml → compose.yaml} +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5a9bbd528d63d830ee197a403654829cbb95fef80d1cc8afb58e57fbdea7286c
|
4
|
+
data.tar.gz: 8be43d4a1d96dc95a18e626b59418b745aa2fba800ea9438724bfbd61aac5499
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c6dfb09a96874bd78dd972de49b9d53096fe9ee7c6e4ce5fb5344a407cacc6ef2c9ca6575d3c3a3df4e546dbcf871fdacab46a6947fcc02a096c8e0a19ebc7d9
|
7
|
+
data.tar.gz: 07eb7dac2559d1821ceb005c55262d94e9391d115e265ad3c88684c2780e194612357206a1c9ecba61626cbc6c957bcbb317ea73c9aa294033227b1a8856a85a
|
@@ -14,9 +14,9 @@ jobs:
|
|
14
14
|
strategy:
|
15
15
|
fail-fast: false
|
16
16
|
matrix:
|
17
|
-
ruby: ['2.4', '2.5', '2.6']
|
17
|
+
ruby: ['2.4', '2.5', '2.6', '2.7']
|
18
18
|
steps:
|
19
|
-
- uses: actions/checkout@
|
19
|
+
- uses: actions/checkout@v4
|
20
20
|
- uses: ruby/setup-ruby@v1
|
21
21
|
with:
|
22
22
|
ruby-version: ${{matrix.ruby}}
|
@@ -30,9 +30,9 @@ jobs:
|
|
30
30
|
strategy:
|
31
31
|
fail-fast: false
|
32
32
|
matrix:
|
33
|
-
ruby: ['
|
33
|
+
ruby: ['3.0', '3.1', '3.2']
|
34
34
|
steps:
|
35
|
-
- uses: actions/checkout@
|
35
|
+
- uses: actions/checkout@v4
|
36
36
|
- uses: ruby/setup-ruby@v1
|
37
37
|
with:
|
38
38
|
ruby-version: ${{matrix.ruby}}
|
@@ -43,7 +43,7 @@ jobs:
|
|
43
43
|
name: RuboCop
|
44
44
|
runs-on: ubuntu-latest
|
45
45
|
steps:
|
46
|
-
- uses: actions/checkout@
|
46
|
+
- uses: actions/checkout@v4
|
47
47
|
- uses: ruby/setup-ruby@v1
|
48
48
|
with:
|
49
49
|
ruby-version: 3.1.3
|
@@ -7,7 +7,7 @@ jobs:
|
|
7
7
|
name: RuboCop
|
8
8
|
runs-on: ubuntu-latest
|
9
9
|
steps:
|
10
|
-
- uses: actions/checkout@
|
10
|
+
- uses: actions/checkout@v4
|
11
11
|
- uses: ruby/setup-ruby@v1
|
12
12
|
with:
|
13
13
|
ruby-version: 3.1.3
|
@@ -22,9 +22,9 @@ jobs:
|
|
22
22
|
strategy:
|
23
23
|
fail-fast: false
|
24
24
|
matrix:
|
25
|
-
ruby: ['2.4', '2.5', '2.6']
|
25
|
+
ruby: ['2.4', '2.5', '2.6', '2.7']
|
26
26
|
steps:
|
27
|
-
- uses: actions/checkout@
|
27
|
+
- uses: actions/checkout@v4
|
28
28
|
- uses: ruby/setup-ruby@v1
|
29
29
|
with:
|
30
30
|
ruby-version: ${{matrix.ruby}}
|
@@ -38,9 +38,9 @@ jobs:
|
|
38
38
|
strategy:
|
39
39
|
fail-fast: false
|
40
40
|
matrix:
|
41
|
-
ruby: ['
|
41
|
+
ruby: ['3.0', '3.1', '3.2']
|
42
42
|
steps:
|
43
|
-
- uses: actions/checkout@
|
43
|
+
- uses: actions/checkout@v4
|
44
44
|
- uses: ruby/setup-ruby@v1
|
45
45
|
with:
|
46
46
|
ruby-version: ${{matrix.ruby}}
|
@@ -52,7 +52,7 @@ jobs:
|
|
52
52
|
runs-on: ubuntu-latest
|
53
53
|
needs: rspec
|
54
54
|
steps:
|
55
|
-
- uses: actions/checkout@
|
55
|
+
- uses: actions/checkout@v4
|
56
56
|
- uses: ruby/setup-ruby@v1
|
57
57
|
with:
|
58
58
|
ruby-version: 3.1.3
|
data/CHANGELOG.md
CHANGED
data/Gemfile
CHANGED
@@ -7,14 +7,19 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
|
|
7
7
|
gemspec
|
8
8
|
|
9
9
|
group :development, :test do
|
10
|
-
gem 'rspec', '~> 3.
|
10
|
+
gem 'rspec', '~> 3.13.0'
|
11
11
|
|
12
|
-
gem 'rubocop', '~> 1.
|
13
|
-
gem 'rubocop-performance', '~> 1.
|
14
|
-
gem 'rubocop-rspec', '~> 2.
|
12
|
+
gem 'rubocop', '~> 1.64.1'
|
13
|
+
gem 'rubocop-performance', '~> 1.21.0'
|
14
|
+
gem 'rubocop-rspec', '~> 2.30.0'
|
15
|
+
end
|
16
|
+
|
17
|
+
group :development do
|
18
|
+
gem 'bundler', '~> 2.3.0'
|
19
|
+
gem 'rake', '~> 13.0.6'
|
15
20
|
end
|
16
21
|
|
17
22
|
group :test do
|
18
23
|
gem 'simplecov', '~> 0.22.0'
|
19
|
-
gem 'webmock', '~> 3.
|
24
|
+
gem 'webmock', '~> 3.23.1'
|
20
25
|
end
|
data/Gemfile.lock
CHANGED
@@ -1,69 +1,80 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
regio (0.3.
|
4
|
+
regio (0.3.5)
|
5
5
|
httparty (>= 0.20, < 0.22)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
9
9
|
specs:
|
10
|
-
addressable (2.8.
|
10
|
+
addressable (2.8.6)
|
11
11
|
public_suffix (>= 2.0.2, < 6.0)
|
12
12
|
ast (2.4.2)
|
13
|
-
|
13
|
+
bigdecimal (3.1.8)
|
14
|
+
crack (1.0.0)
|
15
|
+
bigdecimal
|
14
16
|
rexml
|
15
|
-
diff-lcs (1.5.
|
17
|
+
diff-lcs (1.5.1)
|
16
18
|
docile (1.4.0)
|
17
|
-
hashdiff (1.0
|
19
|
+
hashdiff (1.1.0)
|
18
20
|
httparty (0.21.0)
|
19
21
|
mini_mime (>= 1.0.0)
|
20
22
|
multi_xml (>= 0.5.2)
|
21
|
-
json (2.
|
22
|
-
|
23
|
+
json (2.7.2)
|
24
|
+
language_server-protocol (3.17.0.3)
|
25
|
+
mini_mime (1.1.5)
|
23
26
|
multi_xml (0.6.0)
|
24
|
-
parallel (1.
|
25
|
-
parser (3.
|
27
|
+
parallel (1.24.0)
|
28
|
+
parser (3.3.2.0)
|
26
29
|
ast (~> 2.4.1)
|
27
30
|
racc
|
28
|
-
public_suffix (5.0.
|
29
|
-
racc (1.
|
31
|
+
public_suffix (5.0.5)
|
32
|
+
racc (1.8.0)
|
30
33
|
rainbow (3.1.1)
|
31
34
|
rake (13.0.6)
|
32
|
-
regexp_parser (2.
|
33
|
-
rexml (3.2.
|
34
|
-
|
35
|
-
|
36
|
-
rspec-
|
37
|
-
rspec-
|
38
|
-
|
39
|
-
|
40
|
-
|
35
|
+
regexp_parser (2.9.2)
|
36
|
+
rexml (3.2.8)
|
37
|
+
strscan (>= 3.0.9)
|
38
|
+
rspec (3.13.0)
|
39
|
+
rspec-core (~> 3.13.0)
|
40
|
+
rspec-expectations (~> 3.13.0)
|
41
|
+
rspec-mocks (~> 3.13.0)
|
42
|
+
rspec-core (3.13.0)
|
43
|
+
rspec-support (~> 3.13.0)
|
44
|
+
rspec-expectations (3.13.0)
|
41
45
|
diff-lcs (>= 1.2.0, < 2.0)
|
42
|
-
rspec-support (~> 3.
|
43
|
-
rspec-mocks (3.
|
46
|
+
rspec-support (~> 3.13.0)
|
47
|
+
rspec-mocks (3.13.1)
|
44
48
|
diff-lcs (>= 1.2.0, < 2.0)
|
45
|
-
rspec-support (~> 3.
|
46
|
-
rspec-support (3.
|
47
|
-
rubocop (1.
|
49
|
+
rspec-support (~> 3.13.0)
|
50
|
+
rspec-support (3.13.1)
|
51
|
+
rubocop (1.64.1)
|
48
52
|
json (~> 2.3)
|
53
|
+
language_server-protocol (>= 3.17.0)
|
49
54
|
parallel (~> 1.10)
|
50
|
-
parser (>= 3.
|
55
|
+
parser (>= 3.3.0.2)
|
51
56
|
rainbow (>= 2.2.2, < 4.0)
|
52
57
|
regexp_parser (>= 1.8, < 3.0)
|
53
58
|
rexml (>= 3.2.5, < 4.0)
|
54
|
-
rubocop-ast (>= 1.
|
59
|
+
rubocop-ast (>= 1.31.1, < 2.0)
|
55
60
|
ruby-progressbar (~> 1.7)
|
56
61
|
unicode-display_width (>= 2.4.0, < 3.0)
|
57
|
-
rubocop-ast (1.
|
58
|
-
parser (>= 3.
|
59
|
-
rubocop-capybara (2.
|
62
|
+
rubocop-ast (1.31.3)
|
63
|
+
parser (>= 3.3.1.0)
|
64
|
+
rubocop-capybara (2.20.0)
|
60
65
|
rubocop (~> 1.41)
|
61
|
-
rubocop-
|
62
|
-
rubocop (
|
63
|
-
|
64
|
-
|
65
|
-
rubocop (
|
66
|
+
rubocop-factory_bot (2.25.1)
|
67
|
+
rubocop (~> 1.41)
|
68
|
+
rubocop-performance (1.21.0)
|
69
|
+
rubocop (>= 1.48.1, < 2.0)
|
70
|
+
rubocop-ast (>= 1.31.1, < 2.0)
|
71
|
+
rubocop-rspec (2.30.0)
|
72
|
+
rubocop (~> 1.40)
|
66
73
|
rubocop-capybara (~> 2.17)
|
74
|
+
rubocop-factory_bot (~> 2.22)
|
75
|
+
rubocop-rspec_rails (~> 2.28)
|
76
|
+
rubocop-rspec_rails (2.28.3)
|
77
|
+
rubocop (~> 1.40)
|
67
78
|
ruby-progressbar (1.13.0)
|
68
79
|
simplecov (0.22.0)
|
69
80
|
docile (~> 1.1)
|
@@ -71,8 +82,9 @@ GEM
|
|
71
82
|
simplecov_json_formatter (~> 0.1)
|
72
83
|
simplecov-html (0.12.3)
|
73
84
|
simplecov_json_formatter (0.1.4)
|
74
|
-
|
75
|
-
|
85
|
+
strscan (3.1.0)
|
86
|
+
unicode-display_width (2.5.0)
|
87
|
+
webmock (3.23.1)
|
76
88
|
addressable (>= 2.8.0)
|
77
89
|
crack (>= 0.3.2)
|
78
90
|
hashdiff (>= 0.4.0, < 2.0.0)
|
@@ -87,12 +99,12 @@ DEPENDENCIES
|
|
87
99
|
bundler (~> 2.3.0)
|
88
100
|
rake (~> 13.0.6)
|
89
101
|
regio!
|
90
|
-
rspec (~> 3.
|
91
|
-
rubocop (~> 1.
|
92
|
-
rubocop-performance (~> 1.
|
93
|
-
rubocop-rspec (~> 2.
|
102
|
+
rspec (~> 3.13.0)
|
103
|
+
rubocop (~> 1.64.1)
|
104
|
+
rubocop-performance (~> 1.21.0)
|
105
|
+
rubocop-rspec (~> 2.30.0)
|
94
106
|
simplecov (~> 0.22.0)
|
95
|
-
webmock (~> 3.
|
107
|
+
webmock (~> 3.23.1)
|
96
108
|
|
97
109
|
BUNDLED WITH
|
98
110
|
2.3.26
|
data/README.md
CHANGED
data/gemfiles/ruby_2.4.gemfile
CHANGED
data/gemfiles/ruby_2.5.gemfile
CHANGED
data/gemfiles/ruby_2.6.gemfile
CHANGED
@@ -0,0 +1,21 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
source 'https://rubygems.org'
|
4
|
+
|
5
|
+
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
|
6
|
+
|
7
|
+
gemspec path: '../'
|
8
|
+
|
9
|
+
group :development, :test do
|
10
|
+
gem 'rspec', '~> 3.12.0'
|
11
|
+
end
|
12
|
+
|
13
|
+
group :development do
|
14
|
+
gem 'bundler', '~> 2.3.0'
|
15
|
+
gem 'rake', '~> 13.0.6'
|
16
|
+
end
|
17
|
+
|
18
|
+
group :test do
|
19
|
+
gem 'simplecov', '~> 0.18.0'
|
20
|
+
gem 'webmock', '~> 3.18.1'
|
21
|
+
end
|
@@ -0,0 +1,63 @@
|
|
1
|
+
PATH
|
2
|
+
remote: ..
|
3
|
+
specs:
|
4
|
+
regio (0.3.5)
|
5
|
+
httparty (>= 0.20, < 0.22)
|
6
|
+
|
7
|
+
GEM
|
8
|
+
remote: https://rubygems.org/
|
9
|
+
specs:
|
10
|
+
addressable (2.8.4)
|
11
|
+
public_suffix (>= 2.0.2, < 6.0)
|
12
|
+
crack (0.4.5)
|
13
|
+
rexml
|
14
|
+
diff-lcs (1.5.0)
|
15
|
+
docile (1.4.0)
|
16
|
+
hashdiff (1.0.1)
|
17
|
+
httparty (0.21.0)
|
18
|
+
mini_mime (>= 1.0.0)
|
19
|
+
multi_xml (>= 0.5.2)
|
20
|
+
mini_mime (1.1.2)
|
21
|
+
multi_xml (0.6.0)
|
22
|
+
public_suffix (5.0.1)
|
23
|
+
rake (13.0.6)
|
24
|
+
rexml (3.2.5)
|
25
|
+
rspec (3.12.0)
|
26
|
+
rspec-core (~> 3.12.0)
|
27
|
+
rspec-expectations (~> 3.12.0)
|
28
|
+
rspec-mocks (~> 3.12.0)
|
29
|
+
rspec-core (3.12.2)
|
30
|
+
rspec-support (~> 3.12.0)
|
31
|
+
rspec-expectations (3.12.3)
|
32
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
33
|
+
rspec-support (~> 3.12.0)
|
34
|
+
rspec-mocks (3.12.5)
|
35
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
36
|
+
rspec-support (~> 3.12.0)
|
37
|
+
rspec-support (3.12.1)
|
38
|
+
simplecov (0.18.5)
|
39
|
+
docile (~> 1.1)
|
40
|
+
simplecov-html (~> 0.11)
|
41
|
+
simplecov-html (0.12.3)
|
42
|
+
webmock (3.18.1)
|
43
|
+
addressable (>= 2.8.0)
|
44
|
+
crack (>= 0.3.2)
|
45
|
+
hashdiff (>= 0.4.0, < 2.0.0)
|
46
|
+
|
47
|
+
PLATFORMS
|
48
|
+
aarch64-linux-musl
|
49
|
+
arm64-darwin-21
|
50
|
+
x86_64-darwin-21
|
51
|
+
x86_64-linux
|
52
|
+
x86_64-linux-musl
|
53
|
+
|
54
|
+
DEPENDENCIES
|
55
|
+
bundler (~> 2.3.0)
|
56
|
+
rake (~> 13.0.6)
|
57
|
+
regio!
|
58
|
+
rspec (~> 3.12.0)
|
59
|
+
simplecov (~> 0.18.0)
|
60
|
+
webmock (~> 3.18.1)
|
61
|
+
|
62
|
+
BUNDLED WITH
|
63
|
+
2.3.26
|
data/lib/regio/version.rb
CHANGED
data/regio.gemspec
CHANGED
@@ -39,8 +39,5 @@ Gem::Specification.new do |spec|
|
|
39
39
|
|
40
40
|
spec.add_dependency 'httparty', '>= 0.20', '< 0.22'
|
41
41
|
|
42
|
-
spec.add_development_dependency 'bundler', '~> 2.3.0'
|
43
|
-
spec.add_development_dependency 'rake', '~> 13.0.6'
|
44
|
-
|
45
42
|
spec.metadata['rubygems_mfa_required'] = 'true'
|
46
43
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: regio
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- tab
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-06-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: httparty
|
@@ -30,34 +30,6 @@ dependencies:
|
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: '0.22'
|
33
|
-
- !ruby/object:Gem::Dependency
|
34
|
-
name: bundler
|
35
|
-
requirement: !ruby/object:Gem::Requirement
|
36
|
-
requirements:
|
37
|
-
- - "~>"
|
38
|
-
- !ruby/object:Gem::Version
|
39
|
-
version: 2.3.0
|
40
|
-
type: :development
|
41
|
-
prerelease: false
|
42
|
-
version_requirements: !ruby/object:Gem::Requirement
|
43
|
-
requirements:
|
44
|
-
- - "~>"
|
45
|
-
- !ruby/object:Gem::Version
|
46
|
-
version: 2.3.0
|
47
|
-
- !ruby/object:Gem::Dependency
|
48
|
-
name: rake
|
49
|
-
requirement: !ruby/object:Gem::Requirement
|
50
|
-
requirements:
|
51
|
-
- - "~>"
|
52
|
-
- !ruby/object:Gem::Version
|
53
|
-
version: 13.0.6
|
54
|
-
type: :development
|
55
|
-
prerelease: false
|
56
|
-
version_requirements: !ruby/object:Gem::Requirement
|
57
|
-
requirements:
|
58
|
-
- - "~>"
|
59
|
-
- !ruby/object:Gem::Version
|
60
|
-
version: 13.0.6
|
61
33
|
description: Regio geocoding API lets you search for addresses from complete Estonian
|
62
34
|
address database
|
63
35
|
email:
|
@@ -85,13 +57,15 @@ files:
|
|
85
57
|
- Rakefile
|
86
58
|
- bin/console
|
87
59
|
- bin/setup
|
88
|
-
-
|
60
|
+
- compose.yaml
|
89
61
|
- gemfiles/ruby_2.4.gemfile
|
90
62
|
- gemfiles/ruby_2.4.gemfile.lock
|
91
63
|
- gemfiles/ruby_2.5.gemfile
|
92
64
|
- gemfiles/ruby_2.5.gemfile.lock
|
93
65
|
- gemfiles/ruby_2.6.gemfile
|
94
66
|
- gemfiles/ruby_2.6.gemfile.lock
|
67
|
+
- gemfiles/ruby_2.7.gemfile
|
68
|
+
- gemfiles/ruby_2.7.gemfile.lock
|
95
69
|
- lib/regio.rb
|
96
70
|
- lib/regio/configuration.rb
|
97
71
|
- lib/regio/core.rb
|
File without changes
|