rs_ipgeobase_mongoid 1.1.0 → 1.2.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a7b29f7ee4a1287626ded662517b3297154933721ff5c5b1772d494756bab36e
4
- data.tar.gz: 5eecb80e1c481aa2b69665eb2c510ac5e16dd4cb914e8c88cb6351f09b24a7ac
3
+ metadata.gz: 94aa35f07fa3aaef2b4c29769c92ea23861f216be1bf3472d2662d341fd9c3bf
4
+ data.tar.gz: 7906464f2c38e20ae5d046ea794703c23fddc043ede794b5ac9af1099700311e
5
5
  SHA512:
6
- metadata.gz: 499a37ce535b6662df690832b5c977cb7b3efb04b6a4675f085e3ac8fd67b8374f128909869a32322fd6880247a13639dbb1c3b6d39cddacceb4e4fdf75a8526
7
- data.tar.gz: 571e0b987ec0a40295a777751795e938a840412b9a6a64e1ba708be02cb332df26a7241d0ad048d1e0f50ecbc6a75ae32934a46389d64ab2efc6285facc21629
6
+ metadata.gz: d284eb9a5d3b5f14b236f8ce56c1ed54e1b4ea53a2bc1fc17bf7495f8ff892a44e4af52e6ca127765caab911900cb277c243f1dc2fb207fba6d1d19b5325e56a
7
+ data.tar.gz: 5c9b66c8b8596bd63d67c9586029918c888bb358a80676d13ecf134571572e34d266b5ed83c346be32c0c8f41bbe7314d726647d4d4fb02c39dd52be9092acab
data/.gitignore CHANGED
@@ -1 +1,2 @@
1
- /tmp/*
1
+ /tmp/*
2
+ /pkg/*
@@ -1 +1 @@
1
- 2.0.0-p353
1
+ 2.6.5
@@ -1,47 +1,49 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rs_ipgeobase_mongoid (1.1.0)
5
- mongoid (>= 6.0, < 8.0)
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 (5.2.1)
11
- activesupport (= 5.2.1)
12
- activesupport (5.2.1)
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
- bson (4.3.0)
18
- concurrent-ruby (1.1.3)
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.1.1)
21
+ i18n (1.7.0)
21
22
  concurrent-ruby (~> 1.0)
22
- minitest (5.11.3)
23
- mongo (2.6.2)
24
- bson (>= 4.3.0, < 5.0.0)
25
- mongoid (7.0.2)
26
- activemodel (>= 5.1, < 6.0.0)
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 (12.3.1)
29
- rspec (3.8.0)
30
- rspec-core (~> 3.8.0)
31
- rspec-expectations (~> 3.8.0)
32
- rspec-mocks (~> 3.8.0)
33
- rspec-core (3.8.0)
34
- rspec-support (~> 3.8.0)
35
- rspec-expectations (3.8.2)
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.8.0)
38
- rspec-mocks (3.8.0)
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.8.0)
41
- rspec-support (3.8.0)
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.1
58
+ 1.17.3
@@ -1,3 +1,3 @@
1
1
  module Ipgeobase
2
- VERSION = "1.1.0"
2
+ VERSION = "1.2.0"
3
3
  end
@@ -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', [">= 6.0", "< 8.0"])
21
- s.required_ruby_version = '>= 1.9.2'
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.1.0
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: 2018-11-20 00:00:00.000000000 Z
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: '6.0'
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: '6.0'
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.9.2
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
- rubyforge_project:
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+