active_postgrest 0.2.0 → 0.2.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
- checksums.yaml.gz.sig +0 -0
- data/lib/active_postgrest/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +4 -3
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e0147542053d10ed15478ba0b808b81c761079420879dec931e7cfe420de7e29
|
|
4
|
+
data.tar.gz: 841544cc15094bf18837bd218190243f11aedf82e57dc5c2d0d2e1b38094ad94
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e2b816ce049bcef9e2fe9a0dbe4e80a012d1343765c14935940bd736b1674d46b2b3502a666a4feb4d888de6b42596b4e627985d40c5db76b5a940f79f4623b8
|
|
7
|
+
data.tar.gz: 3375df0a6a37cf1036b7a5e20142cea242bac393c516ca4eb33792a660695e06d0f5b092d600b63d7b83b0fd8c14505db3b79beddb447badb29a0cda91e97184
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: active_postgrest
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Evgeny Sokolov
|
|
@@ -149,7 +149,8 @@ dependencies:
|
|
|
149
149
|
- - "~>"
|
|
150
150
|
- !ruby/object:Gem::Version
|
|
151
151
|
version: '0.9'
|
|
152
|
-
description:
|
|
152
|
+
description: 'ActiveRecord-style ORM for PostgREST: queries, CRUD operations, associations,
|
|
153
|
+
scopes, and ActiveModel integration'
|
|
153
154
|
email:
|
|
154
155
|
- evgeny.sokolov@gmail.com
|
|
155
156
|
executables: []
|
|
@@ -194,5 +195,5 @@ requirements: []
|
|
|
194
195
|
rubygems_version: 3.5.22
|
|
195
196
|
signing_key:
|
|
196
197
|
specification_version: 4
|
|
197
|
-
summary: ActiveRecord-style Ruby
|
|
198
|
+
summary: ActiveRecord-style Ruby ORM for PostgREST
|
|
198
199
|
test_files: []
|
metadata.gz.sig
CHANGED
|
Binary file
|