activerecord-materialized 0.1.0 → 0.1.1
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 +4 -4
- data/README.md +1 -1
- data/lib/activerecord/materialized/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d3b0e7bdccf7c3354e443d0c824e1ac372392e66517c3422df35d6ccc393adb0
|
|
4
|
+
data.tar.gz: a405e79709760fa5f7cadcfedae9ccd132f98081e9278cf127f01fdff0c8bbf7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e92ca73b2ad1c34dd4ba7952293a15ba12c87b357dd1d33efe2c10dbc26580e2e8eef73cc9b4c107e1c568f751482e506ee01acd17dcb7f7db45a0bf098f2779
|
|
7
|
+
data.tar.gz: d8086c2df447684c4076577c8fd00982d67d4c0e773eef2680b2585f810ab4d83a3a046170dcdc5027793580b2ad50c6565f9e69247938bfc8b23f3b25c9e6cb
|
data/README.md
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
**Materialized views for Rails apps on databases that don't have them** — precompute an expensive query into a cache table, refresh it in the background when the underlying data changes, and read it through a transparent ActiveRecord API.
|
|
11
11
|
|
|
12
|
-
[](https://rubygems.org/gems/activerecord-materialized)
|
|
13
13
|
[](https://github.com/mavrukin/activerecord-materialized/actions/workflows/ci.yml)
|
|
14
14
|
[](https://rubydoc.info/gems/activerecord-materialized)
|
|
15
15
|
[](activerecord-materialized.gemspec)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: activerecord-materialized
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Michael Avrukin
|
|
@@ -156,7 +156,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
156
156
|
- !ruby/object:Gem::Version
|
|
157
157
|
version: '0'
|
|
158
158
|
requirements: []
|
|
159
|
-
rubygems_version:
|
|
159
|
+
rubygems_version: 3.6.9
|
|
160
160
|
specification_version: 4
|
|
161
161
|
summary: Application-level materialized views for ActiveRecord
|
|
162
162
|
test_files: []
|