unidom-geo 2.0 → 2.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 81e598127433d6d63ff3a00619a744293b62a46a7259aa2a9da9f130029b4fa3
4
- data.tar.gz: 7d9179f43d392abecb45933172e7a28a52e6b3530d74bdd43f8b6ad9f20c9f68
3
+ metadata.gz: 8e25f98615ec3a1877be55ce5ed52791f17183ea7015be3fde6cc34b5c53ff85
4
+ data.tar.gz: 544c24cc4572a0ab12d915cfa87361701fcdc8df0ad9a698c0568419515b7dd1
5
5
  SHA512:
6
- metadata.gz: 2be2b0a819eba57e1091ea73777267d7c4cf7206098a17af414bd2d8abe835d8d0906ba089926ce32e79bd62d9156a8e3469b67aee97f1c93088cb7d0ffda6aa
7
- data.tar.gz: 84912ebcc323142acb3c086a987b53968cd9ade25518e8458677d6dcde7a6f7f36527b2b43747101db7cbbe593499adc0ca17aad0cedc211337ff8afb1913576
6
+ metadata.gz: 497a1c2ab5885baa1352b6f32a2c26e44b135f00ad277204c94cb8cc09f14b416942c4add9795b0a2ec4ff5178e1417cfa6660bb0111b714351ccc8f725819d4
7
+ data.tar.gz: 40dc6aaf39d6eb245eb4f82174790b2fc6b7a1faee8e0f4495d41e3083ab170385fae1563e9a468e733238067385b8390a8ce675b763d7c931477ce0e84df21c
@@ -1,4 +1,4 @@
1
- class CreateUnidomLocations < ActiveRecord::Migration
1
+ class CreateUnidomLocations < ActiveRecord::Migration[6.0]
2
2
 
3
3
  def change
4
4
 
@@ -1,4 +1,4 @@
1
- class CreateUnidomLocatings < ActiveRecord::Migration
1
+ class CreateUnidomLocatings < ActiveRecord::Migration[6.0]
2
2
 
3
3
  def change
4
4
 
@@ -1,5 +1,5 @@
1
1
  module Unidom
2
2
  module Geo
3
- VERSION = '2.0'.freeze
3
+ VERSION = '2.0.1'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unidom-geo
3
3
  version: !ruby/object:Gem::Version
4
- version: '2.0'
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Topbit Du
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-04-20 00:00:00.000000000 Z
11
+ date: 2021-07-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: unidom-common
@@ -69,7 +69,7 @@ homepage: https://github.com/topbitdu/unidom-geo
69
69
  licenses:
70
70
  - MIT
71
71
  metadata: {}
72
- post_install_message:
72
+ post_install_message:
73
73
  rdoc_options: []
74
74
  require_paths:
75
75
  - lib
@@ -84,8 +84,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
84
84
  - !ruby/object:Gem::Version
85
85
  version: '0'
86
86
  requirements: []
87
- rubygems_version: 3.1.2
88
- signing_key:
87
+ rubygems_version: 3.2.3
88
+ signing_key:
89
89
  specification_version: 4
90
90
  summary: Unidom Geo Domain Model Engine 地理领域模型引擎
91
91
  test_files: []