elasticsearch_record 1.5.3 → 1.7.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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: elasticsearch_record
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.3
4
+ version: 1.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tobias Gonsior
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-07-14 00:00:00.000000000 Z
11
+ date: 2024-01-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord
@@ -125,7 +125,7 @@ files:
125
125
  - Rakefile
126
126
  - docs/CHANGELOG.md
127
127
  - docs/CODE_OF_CONDUCT.md
128
- - docs/LICENSE.txt
128
+ - docs/LICENSE
129
129
  - elasticsearch_record.gemspec
130
130
  - lib/active_record/connection_adapters/elasticsearch/column.rb
131
131
  - lib/active_record/connection_adapters/elasticsearch/database_statements.rb
@@ -145,6 +145,7 @@ files:
145
145
  - lib/active_record/connection_adapters/elasticsearch/schema_dumper.rb
146
146
  - lib/active_record/connection_adapters/elasticsearch/schema_statements.rb
147
147
  - lib/active_record/connection_adapters/elasticsearch/table_statements.rb
148
+ - lib/active_record/connection_adapters/elasticsearch/transactions.rb
148
149
  - lib/active_record/connection_adapters/elasticsearch/type.rb
149
150
  - lib/active_record/connection_adapters/elasticsearch/type/format_string.rb
150
151
  - lib/active_record/connection_adapters/elasticsearch/type/multicast_value.rb