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 CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- Y2YyOTU4N2Y4MWQ1NDcxZTZmNmZiZTIxOTE4M2JkNGUwMTNjZDUyNA==
4
+ NzY4MDZjNWJiYWE1MGE3ZWRhYzk2NzU5NmY5ZjJhNGNhZDMwZGQ5Ng==
5
5
  data.tar.gz: !binary |-
6
- ZDJkZThhYjEzYjBjYTc0YmM4NjU3NzkxZWM2NTgwMDFiZGM4ZWMzNQ==
6
+ MzY3YmI4Yzk2ZDU1ZjM5OTBhOTYyYzQxMTI4NWY5NTdjMTc1N2IwZQ==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- NGFhZjQ2NTJjMzhkYTFmMzJkNGY4ZTA5NzQ0MWU5YzMwMGRiYzA4ODMwY2U0
10
- YzAxZWM2ZDgwMDBiMTE3OTRkOGUxYTg5YzBhMTQ5MGE1MDg5NTM4YWUwMDk3
11
- ODQwOTJlZWM1MmQ1NmJhYzViOWQ2OWFiZWFmMTI1NGFhMTNhYmI=
9
+ ZmYyMzkwYzk0NGQ2YzhiZDdlM2FiODZjNzg2MDk0YWI2YTg0ZmI4MmZjODlk
10
+ MWU3ZTNjNDI3NjBiODVmOGE5MTI4YTM5OGZlNDQ2OGVjZDBkNTgyZjc4NWQy
11
+ ZTNjYjUyN2E0OTRlODRmZmJlMjMyMDU3N2JkYWE1Y2JjN2NjMzk=
12
12
  data.tar.gz: !binary |-
13
- YjViYzJjMWZhZmMzMTY4YmE2YzVlOTQ3YzU3YTBiOWZiY2I3NDU0MDU4MTY0
14
- ZDJlYjY4MzkyYmUwNzhhYmE2MjllMWZlODJhYWY1NTExNjFjMzE4YmE4MjNi
15
- MDAyN2FjNTA1YTQ4NmUzZThjY2FmNjkwZTU2YzZmMWQzOWUwNTQ=
13
+ MDAzMDgwM2M2MDAzYWE4MjYyNzZmYWI5MTExOWNhMTZjODFiOWRjNTEyMDkz
14
+ MTYwOTdiNWFlMjE3NWQxN2NhYmM2YmQ5NTk5ZjA1MDk3NjViZjVhM2NjN2Zl
15
+ OTc3ODYyZTNlYmQ4NTdhM2IxNzQyYzE1NjAxZDY0YjBhNDNkNzk=
@@ -1,3 +1,3 @@
1
1
  module TheGrid
2
- VERSION = "1.1.0"
2
+ VERSION = "1.1.1"
3
3
  end
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 json API for building ActiveRecord::Relation's. It makes much easier to fetch information from database for displaying it using JavaScript MV* based frameworks such as Knockout, Backbone, Angular, etc.
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.0
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: ! 'Provides json API for building ActiveRecord::Relation''s. It makes
71
- much easier to fetch information from database for displaying it using JavaScript
72
- MV* based frameworks such as Knockout, Backbone, Angular, etc.
73
-
74
-
75
- Tags: json, csv, grid, api, grid builder, activerecord relation builder, relation
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: []