extralite-bundle 2.15 → 3.0.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,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: extralite-bundle
3
3
  version: !ruby/object:Gem::Version
4
- version: '2.15'
4
+ version: 3.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sharon Rosner
@@ -105,6 +105,7 @@ files:
105
105
  - examples/on_progress.rb
106
106
  - examples/pubsub_store_polyphony.rb
107
107
  - examples/pubsub_store_threads.rb
108
+ - examples/transform.rb
108
109
  - ext/extralite/changeset.c
109
110
  - ext/extralite/common.c
110
111
  - ext/extralite/database.c
@@ -115,6 +116,7 @@ files:
115
116
  - ext/extralite/extralite_sqlite3.c
116
117
  - ext/extralite/iterator.c
117
118
  - ext/extralite/query.c
119
+ - ext/extralite/transform.c
118
120
  - ext/sqlite3/sqlite3.c
119
121
  - ext/sqlite3/sqlite3.h
120
122
  - extralite-bundle.gemspec
@@ -139,6 +141,7 @@ files:
139
141
  - test/perf_polyphony.rb
140
142
  - test/perf_splat.rb
141
143
  - test/perf_splat_transform.rb
144
+ - test/perf_transform.rb
142
145
  - test/run.rb
143
146
  - test/test_changeset.rb
144
147
  - test/test_database.rb
@@ -147,6 +150,7 @@ files:
147
150
  - test/test_query.rb
148
151
  - test/test_sequel.rb
149
152
  - test/test_trace.rb
153
+ - test/test_transform.rb
150
154
  homepage: https://github.com/digital-fabric/extralite
151
155
  licenses:
152
156
  - MIT
@@ -165,7 +169,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
165
169
  requirements:
166
170
  - - ">="
167
171
  - !ruby/object:Gem::Version
168
- version: '3.2'
172
+ version: '3.4'
169
173
  required_rubygems_version: !ruby/object:Gem::Requirement
170
174
  requirements:
171
175
  - - ">="