activerecord-cockroachdb-adapter 6.0.0beta2 → 6.0.1

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activerecord-cockroachdb-adapter
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.0.0beta2
4
+ version: 6.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cockroach Labs
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-12-22 00:00:00.000000000 Z
11
+ date: 2021-05-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord
@@ -38,6 +38,20 @@ dependencies:
38
38
  - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0.20'
41
+ - !ruby/object:Gem::Dependency
42
+ name: rgeo-activerecord
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: 7.0.0
48
+ type: :runtime
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: 7.0.0
41
55
  description: Allows the use of CockroachDB as a backend for ActiveRecord and Rails
42
56
  apps.
43
57
  email:
@@ -48,6 +62,7 @@ extra_rdoc_files: []
48
62
  files:
49
63
  - ".gitignore"
50
64
  - ".gitmodules"
65
+ - CHANGELOG.md
51
66
  - CONTRIBUTING.md
52
67
  - Gemfile
53
68
  - LICENSE
@@ -61,13 +76,20 @@ files:
61
76
  - build/local-test.sh
62
77
  - build/teamcity-test.sh
63
78
  - docker.sh
79
+ - lib/active_record/connection_adapters/cockroachdb/arel_tosql.rb
64
80
  - lib/active_record/connection_adapters/cockroachdb/attribute_methods.rb
65
81
  - lib/active_record/connection_adapters/cockroachdb/column.rb
82
+ - lib/active_record/connection_adapters/cockroachdb/column_methods.rb
66
83
  - lib/active_record/connection_adapters/cockroachdb/database_statements.rb
67
84
  - lib/active_record/connection_adapters/cockroachdb/database_tasks.rb
85
+ - lib/active_record/connection_adapters/cockroachdb/oid/spatial.rb
86
+ - lib/active_record/connection_adapters/cockroachdb/oid/type_map_initializer.rb
68
87
  - lib/active_record/connection_adapters/cockroachdb/quoting.rb
69
88
  - lib/active_record/connection_adapters/cockroachdb/referential_integrity.rb
70
89
  - lib/active_record/connection_adapters/cockroachdb/schema_statements.rb
90
+ - lib/active_record/connection_adapters/cockroachdb/setup.rb
91
+ - lib/active_record/connection_adapters/cockroachdb/spatial_column_info.rb
92
+ - lib/active_record/connection_adapters/cockroachdb/table_definition.rb
71
93
  - lib/active_record/connection_adapters/cockroachdb/transaction_manager.rb
72
94
  - lib/active_record/connection_adapters/cockroachdb/type.rb
73
95
  - lib/active_record/connection_adapters/cockroachdb_adapter.rb
@@ -77,7 +99,7 @@ licenses:
77
99
  - Apache-2.0
78
100
  metadata:
79
101
  allowed_push_host: https://rubygems.org
80
- post_install_message:
102
+ post_install_message:
81
103
  rdoc_options: []
82
104
  require_paths:
83
105
  - lib
@@ -88,12 +110,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
88
110
  version: '0'
89
111
  required_rubygems_version: !ruby/object:Gem::Requirement
90
112
  requirements:
91
- - - ">"
113
+ - - ">="
92
114
  - !ruby/object:Gem::Version
93
- version: 1.3.1
115
+ version: '0'
94
116
  requirements: []
95
- rubygems_version: 3.1.4
96
- signing_key:
117
+ rubygems_version: 3.0.3
118
+ signing_key:
97
119
  specification_version: 4
98
120
  summary: CockroachDB adapter for ActiveRecord.
99
121
  test_files: []