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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5d506e972959c083a0c0e735e98ce7d1ceca240b4590b09ef2f22e97cc4a8ab5
4
- data.tar.gz: 1e0bfc6cc09ec287b7a6f4db7148ca426a724d653189856d0c63e53916a10ada
3
+ metadata.gz: d3b0e7bdccf7c3354e443d0c824e1ac372392e66517c3422df35d6ccc393adb0
4
+ data.tar.gz: a405e79709760fa5f7cadcfedae9ccd132f98081e9278cf127f01fdff0c8bbf7
5
5
  SHA512:
6
- metadata.gz: 78f74eb576c9cb238ab33df4ea4e95f708db1d5e0f24d5f1b1123d1861deb5e6fdf150fe488fc81111d9f369ffba6324f1d13f38748fdc1f71fa11afdd0691c0
7
- data.tar.gz: 594206c271a6cf42600b2c628ff9a126565d33dd3dfb54f8f84103161cd17b2e5b3dd8e22e7de4439785722f2395252c62f2ac2df99097ca6a2fc8b44a3233ca
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
- [![Gem Version](https://img.shields.io/gem/v/activerecord-materialized.svg)](https://rubygems.org/gems/activerecord-materialized)
12
+ [![Gem Version](https://img.shields.io/gem/v/activerecord-materialized?logo=rubygems&label=gem)](https://rubygems.org/gems/activerecord-materialized)
13
13
  [![CI](https://github.com/mavrukin/activerecord-materialized/actions/workflows/ci.yml/badge.svg)](https://github.com/mavrukin/activerecord-materialized/actions/workflows/ci.yml)
14
14
  [![Docs](https://img.shields.io/badge/docs-rubydoc.info-blue.svg)](https://rubydoc.info/gems/activerecord-materialized)
15
15
  [![Ruby](https://img.shields.io/badge/ruby-%3E%3D%203.4-red)](activerecord-materialized.gemspec)
@@ -4,6 +4,6 @@
4
4
  module ActiveRecord
5
5
  module Materialized
6
6
  # The gem version.
7
- VERSION = "0.1.0"
7
+ VERSION = "0.1.1"
8
8
  end
9
9
  end
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.0
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: 4.0.15
159
+ rubygems_version: 3.6.9
160
160
  specification_version: 4
161
161
  summary: Application-level materialized views for ActiveRecord
162
162
  test_files: []