the_grid 1.1.0 → 1.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 +8 -8
- data/lib/the_grid/version.rb +1 -1
- data/the_grid.gemspec +4 -3
- metadata +7 -9
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
NzY4MDZjNWJiYWE1MGE3ZWRhYzk2NzU5NmY5ZjJhNGNhZDMwZGQ5Ng==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
MzY3YmI4Yzk2ZDU1ZjM5OTBhOTYyYzQxMTI4NWY5NTdjMTc1N2IwZQ==
|
|
7
7
|
!binary "U0hBNTEy":
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
ZmYyMzkwYzk0NGQ2YzhiZDdlM2FiODZjNzg2MDk0YWI2YTg0ZmI4MmZjODlk
|
|
10
|
+
MWU3ZTNjNDI3NjBiODVmOGE5MTI4YTM5OGZlNDQ2OGVjZDBkNTgyZjc4NWQy
|
|
11
|
+
ZTNjYjUyN2E0OTRlODRmZmJlMjMyMDU3N2JkYWE1Y2JjN2NjMzk=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
MDAzMDgwM2M2MDAzYWE4MjYyNzZmYWI5MTExOWNhMTZjODFiOWRjNTEyMDkz
|
|
14
|
+
MTYwOTdiNWFlMjE3NWQxN2NhYmM2YmQ5NTk5ZjA1MDk3NjViZjVhM2NjN2Zl
|
|
15
|
+
OTc3ODYyZTNlYmQ4NTdhM2IxNzQyYzE1NjAxZDY0YjBhNDNkNzk=
|
data/lib/the_grid/version.rb
CHANGED
data/the_grid.gemspec
CHANGED
|
@@ -13,10 +13,11 @@ Gem::Specification.new do |s|
|
|
|
13
13
|
s.platform = Gem::Platform::RUBY
|
|
14
14
|
|
|
15
15
|
s.description = <<-EOF
|
|
16
|
-
Provides
|
|
16
|
+
Provides API for building response based on ActiveRecord::Relation objects (json, csv, even using custom view builder).
|
|
17
|
+
It makes much easier to fetch information from database for displaying it for example using JavaScript MV* based frameworks (such as Knockout, Backbone, Angular, etc), in csv format or even with any custom format.
|
|
17
18
|
|
|
18
|
-
Tags: json, csv, grid, api, grid builder, activerecord relation builder, relation
|
|
19
|
-
EOF
|
|
19
|
+
Tags: json, csv, grid, api, grid builder, activerecord relation builder, relation
|
|
20
|
+
EOF
|
|
20
21
|
|
|
21
22
|
s.post_install_message = <<-_MSG_
|
|
22
23
|
Columns' definition in json response is changed
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: the_grid
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sergiy Stotskiy
|
|
@@ -67,14 +67,12 @@ dependencies:
|
|
|
67
67
|
- - ~>
|
|
68
68
|
- !ruby/object:Gem::Version
|
|
69
69
|
version: '2.13'
|
|
70
|
-
description: !
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
'
|
|
70
|
+
description: ! " Provides API for building response based on ActiveRecord::Relation
|
|
71
|
+
objects (json, csv, even using custom view builder).\n It makes much easier to
|
|
72
|
+
fetch information from database for displaying it for example using JavaScript MV*
|
|
73
|
+
based frameworks (such as Knockout, Backbone, Angular, etc), in csv format or even
|
|
74
|
+
with any custom format.\n\n Tags: json, csv, grid, api, grid builder, activerecord
|
|
75
|
+
relation builder, relation\n"
|
|
78
76
|
email: sergiy.stotskiy@gmail.com
|
|
79
77
|
executables: []
|
|
80
78
|
extensions: []
|