rs_ipgeobase_mongoid 1.1.0 → 1.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +2 -1
- data/.ruby-version +1 -1
- data/Gemfile.lock +28 -26
- data/lib/ipgeobase/version.rb +1 -1
- data/rs_ipgeobase_mongoid.gemspec +2 -2
- metadata +6 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 94aa35f07fa3aaef2b4c29769c92ea23861f216be1bf3472d2662d341fd9c3bf
|
4
|
+
data.tar.gz: 7906464f2c38e20ae5d046ea794703c23fddc043ede794b5ac9af1099700311e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d284eb9a5d3b5f14b236f8ce56c1ed54e1b4ea53a2bc1fc17bf7495f8ff892a44e4af52e6ca127765caab911900cb277c243f1dc2fb207fba6d1d19b5325e56a
|
7
|
+
data.tar.gz: 5c9b66c8b8596bd63d67c9586029918c888bb358a80676d13ecf134571572e34d266b5ed83c346be32c0c8f41bbe7314d726647d4d4fb02c39dd52be9092acab
|
data/.gitignore
CHANGED
@@ -1 +1,2 @@
|
|
1
|
-
/tmp/*
|
1
|
+
/tmp/*
|
2
|
+
/pkg/*
|
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.
|
1
|
+
2.6.5
|
data/Gemfile.lock
CHANGED
@@ -1,47 +1,49 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
rs_ipgeobase_mongoid (1.
|
5
|
-
mongoid (>=
|
4
|
+
rs_ipgeobase_mongoid (1.2.0)
|
5
|
+
mongoid (>= 5.0, < 8.0)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
9
9
|
specs:
|
10
|
-
activemodel (
|
11
|
-
activesupport (=
|
12
|
-
activesupport (
|
10
|
+
activemodel (6.0.0)
|
11
|
+
activesupport (= 6.0.0)
|
12
|
+
activesupport (6.0.0)
|
13
13
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
14
14
|
i18n (>= 0.7, < 2)
|
15
15
|
minitest (~> 5.1)
|
16
16
|
tzinfo (~> 1.1)
|
17
|
-
|
18
|
-
|
17
|
+
zeitwerk (~> 2.1, >= 2.1.8)
|
18
|
+
bson (4.5.0)
|
19
|
+
concurrent-ruby (1.1.5)
|
19
20
|
diff-lcs (1.3)
|
20
|
-
i18n (1.
|
21
|
+
i18n (1.7.0)
|
21
22
|
concurrent-ruby (~> 1.0)
|
22
|
-
minitest (5.
|
23
|
-
mongo (2.
|
24
|
-
bson (>= 4.
|
25
|
-
mongoid (7.0.
|
26
|
-
activemodel (>= 5.1, < 6.
|
23
|
+
minitest (5.12.2)
|
24
|
+
mongo (2.10.2)
|
25
|
+
bson (>= 4.4.2, < 5.0.0)
|
26
|
+
mongoid (7.0.5)
|
27
|
+
activemodel (>= 5.1, < 6.1)
|
27
28
|
mongo (>= 2.5.1, < 3.0.0)
|
28
|
-
rake (
|
29
|
-
rspec (3.
|
30
|
-
rspec-core (~> 3.
|
31
|
-
rspec-expectations (~> 3.
|
32
|
-
rspec-mocks (~> 3.
|
33
|
-
rspec-core (3.
|
34
|
-
rspec-support (~> 3.
|
35
|
-
rspec-expectations (3.
|
29
|
+
rake (13.0.0)
|
30
|
+
rspec (3.9.0)
|
31
|
+
rspec-core (~> 3.9.0)
|
32
|
+
rspec-expectations (~> 3.9.0)
|
33
|
+
rspec-mocks (~> 3.9.0)
|
34
|
+
rspec-core (3.9.0)
|
35
|
+
rspec-support (~> 3.9.0)
|
36
|
+
rspec-expectations (3.9.0)
|
36
37
|
diff-lcs (>= 1.2.0, < 2.0)
|
37
|
-
rspec-support (~> 3.
|
38
|
-
rspec-mocks (3.
|
38
|
+
rspec-support (~> 3.9.0)
|
39
|
+
rspec-mocks (3.9.0)
|
39
40
|
diff-lcs (>= 1.2.0, < 2.0)
|
40
|
-
rspec-support (~> 3.
|
41
|
-
rspec-support (3.
|
41
|
+
rspec-support (~> 3.9.0)
|
42
|
+
rspec-support (3.9.0)
|
42
43
|
thread_safe (0.3.6)
|
43
44
|
tzinfo (1.2.5)
|
44
45
|
thread_safe (~> 0.1)
|
46
|
+
zeitwerk (2.2.0)
|
45
47
|
|
46
48
|
PLATFORMS
|
47
49
|
ruby
|
@@ -53,4 +55,4 @@ DEPENDENCIES
|
|
53
55
|
rspec (>= 2.14.0)
|
54
56
|
|
55
57
|
BUNDLED WITH
|
56
|
-
1.17.
|
58
|
+
1.17.3
|
data/lib/ipgeobase/version.rb
CHANGED
@@ -17,8 +17,8 @@ Gem::Specification.new do |s|
|
|
17
17
|
s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
|
18
18
|
s.require_paths = ["lib"]
|
19
19
|
|
20
|
-
s.add_runtime_dependency('mongoid', [">=
|
21
|
-
s.required_ruby_version = '>= 1.
|
20
|
+
s.add_runtime_dependency('mongoid', [">= 5.0", "< 8.0"])
|
21
|
+
s.required_ruby_version = '>= 2.1.0'
|
22
22
|
|
23
23
|
s.add_development_dependency("rake")
|
24
24
|
s.add_development_dependency("bundler")
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rs_ipgeobase_mongoid
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- GlebTv
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2019-10-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: mongoid
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '
|
19
|
+
version: '5.0'
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: '8.0'
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: '
|
29
|
+
version: '5.0'
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: '8.0'
|
@@ -113,15 +113,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
113
113
|
requirements:
|
114
114
|
- - ">="
|
115
115
|
- !ruby/object:Gem::Version
|
116
|
-
version: 1.
|
116
|
+
version: 2.1.0
|
117
117
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
118
118
|
requirements:
|
119
119
|
- - ">="
|
120
120
|
- !ruby/object:Gem::Version
|
121
121
|
version: '0'
|
122
122
|
requirements: []
|
123
|
-
|
124
|
-
rubygems_version: 2.7.7
|
123
|
+
rubygems_version: 3.0.6
|
125
124
|
signing_key:
|
126
125
|
specification_version: 4
|
127
126
|
summary: IPGeoBase.ru for mongoid 6+
|