ec-pg 0.1.1 → 0.1.2
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 -0
- data/ec-pg-0.1.1.gem +0 -0
- data/lib/ec/pg/version.rb +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 64cd8465d41750ff6dfefa8f4e9d7a5c05ecb90c65f657ac2d0670f700e5d516
|
|
4
|
+
data.tar.gz: abba235476bd2b3e624f0ba13a9c4bbe63fce55f7c410ae69b0537de0b6a0d08
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7a2a8e48e04b460014c0a1603fcad4117d319dbecc53680f4c5238c342c57b087332849db7814c7dfff483ef11a2b7ae6e91179b2deec1ecdd8e37bf093d6c87
|
|
7
|
+
data.tar.gz: d2c51f56fd6b3c69406ff3e363ec5f35c9344c8d96dedfd4eeb55303b70a907b3128a167ef5c0c510cc3bb199b523119547c4c54e779d9cdeea94209f60b6252
|
data/README.md
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
<img src="images/stand-with-palestine.webp" alt="Alt Text" width="200" style="float:right">
|
|
2
|
+
|
|
2
3
|
# ec-pg
|
|
3
4
|
|
|
4
5
|
Multi-tenancy for Rails + PostgreSQL. Supports three isolation strategies — schema-per-tenant, database sharding, and row-level security (RLS) — with thread-safe context management and optional Rack middleware for automatic per-request switching.
|
data/ec-pg-0.1.1.gem
ADDED
|
Binary file
|
data/lib/ec/pg/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ec-pg
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- gmhawash
|
|
@@ -121,6 +121,7 @@ files:
|
|
|
121
121
|
- Rakefile
|
|
122
122
|
- config/locales/en.yml
|
|
123
123
|
- ec-pg-0.1.0.gem
|
|
124
|
+
- ec-pg-0.1.1.gem
|
|
124
125
|
- images/stand-with-palestine.webp
|
|
125
126
|
- lib/ec/pg.rb
|
|
126
127
|
- lib/ec/pg/configuration.rb
|