turbo_cells 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (43) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +13 -2
  3. data/Gemfile.lock +96 -5
  4. data/README.md +2 -4
  5. data/coverage/.last_run.json +5 -0
  6. data/coverage/.resultset.json +51 -0
  7. data/coverage/.resultset.json.lock +0 -0
  8. data/coverage/assets/0.12.3/DataTables-1.10.20/images/sort_asc.png +0 -0
  9. data/coverage/assets/0.12.3/DataTables-1.10.20/images/sort_asc_disabled.png +0 -0
  10. data/coverage/assets/0.12.3/DataTables-1.10.20/images/sort_both.png +0 -0
  11. data/coverage/assets/0.12.3/DataTables-1.10.20/images/sort_desc.png +0 -0
  12. data/coverage/assets/0.12.3/DataTables-1.10.20/images/sort_desc_disabled.png +0 -0
  13. data/coverage/assets/0.12.3/application.css +1 -0
  14. data/coverage/assets/0.12.3/application.js +7 -0
  15. data/coverage/assets/0.12.3/colorbox/border.png +0 -0
  16. data/coverage/assets/0.12.3/colorbox/controls.png +0 -0
  17. data/coverage/assets/0.12.3/colorbox/loading.gif +0 -0
  18. data/coverage/assets/0.12.3/colorbox/loading_background.png +0 -0
  19. data/coverage/assets/0.12.3/favicon_green.png +0 -0
  20. data/coverage/assets/0.12.3/favicon_red.png +0 -0
  21. data/coverage/assets/0.12.3/favicon_yellow.png +0 -0
  22. data/coverage/assets/0.12.3/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  23. data/coverage/assets/0.12.3/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
  24. data/coverage/assets/0.12.3/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  25. data/coverage/assets/0.12.3/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  26. data/coverage/assets/0.12.3/images/ui-bg_glass_75_dadada_1x400.png +0 -0
  27. data/coverage/assets/0.12.3/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  28. data/coverage/assets/0.12.3/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  29. data/coverage/assets/0.12.3/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  30. data/coverage/assets/0.12.3/images/ui-icons_222222_256x240.png +0 -0
  31. data/coverage/assets/0.12.3/images/ui-icons_2e83ff_256x240.png +0 -0
  32. data/coverage/assets/0.12.3/images/ui-icons_454545_256x240.png +0 -0
  33. data/coverage/assets/0.12.3/images/ui-icons_888888_256x240.png +0 -0
  34. data/coverage/assets/0.12.3/images/ui-icons_cd0a0a_256x240.png +0 -0
  35. data/coverage/assets/0.12.3/loading.gif +0 -0
  36. data/coverage/assets/0.12.3/magnify.png +0 -0
  37. data/coverage/index.html +569 -0
  38. data/lib/turbo_cells/stream/cell.rb +5 -0
  39. data/lib/turbo_cells/version.rb +1 -1
  40. data/lib/turbo_cells.rb +3 -2
  41. data/pkg/turbo_cells-0.1.0.gem +0 -0
  42. data/turbo_cells.gemspec +6 -4
  43. metadata +85 -6
metadata CHANGED
@@ -1,17 +1,61 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: turbo_cells
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
  - krzykamil
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-02-10 00:00:00.000000000 Z
12
- dependencies: []
11
+ date: 2022-02-12 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: cells
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: turbo-rails
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: redis
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
48
+ type: :runtime
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
13
55
  description: The idea is to have an easy way to use HTML over the wire approach of
14
- turbo in cells, cause they do not work nicely with Javascript and cause it's cool!
56
+ TurboStream in cells. Since Turbo has rails specific gem, which this gem uses, it
57
+ is not framework agnostic :/ One day it might switch to using native Turbo and then
58
+ it will be.
15
59
  email:
16
60
  - kk.pio@protonmail.com
17
61
  executables: []
@@ -27,8 +71,43 @@ files:
27
71
  - Rakefile
28
72
  - bin/console
29
73
  - bin/setup
74
+ - coverage/.last_run.json
75
+ - coverage/.resultset.json
76
+ - coverage/.resultset.json.lock
77
+ - coverage/assets/0.12.3/DataTables-1.10.20/images/sort_asc.png
78
+ - coverage/assets/0.12.3/DataTables-1.10.20/images/sort_asc_disabled.png
79
+ - coverage/assets/0.12.3/DataTables-1.10.20/images/sort_both.png
80
+ - coverage/assets/0.12.3/DataTables-1.10.20/images/sort_desc.png
81
+ - coverage/assets/0.12.3/DataTables-1.10.20/images/sort_desc_disabled.png
82
+ - coverage/assets/0.12.3/application.css
83
+ - coverage/assets/0.12.3/application.js
84
+ - coverage/assets/0.12.3/colorbox/border.png
85
+ - coverage/assets/0.12.3/colorbox/controls.png
86
+ - coverage/assets/0.12.3/colorbox/loading.gif
87
+ - coverage/assets/0.12.3/colorbox/loading_background.png
88
+ - coverage/assets/0.12.3/favicon_green.png
89
+ - coverage/assets/0.12.3/favicon_red.png
90
+ - coverage/assets/0.12.3/favicon_yellow.png
91
+ - coverage/assets/0.12.3/images/ui-bg_flat_0_aaaaaa_40x100.png
92
+ - coverage/assets/0.12.3/images/ui-bg_flat_75_ffffff_40x100.png
93
+ - coverage/assets/0.12.3/images/ui-bg_glass_55_fbf9ee_1x400.png
94
+ - coverage/assets/0.12.3/images/ui-bg_glass_65_ffffff_1x400.png
95
+ - coverage/assets/0.12.3/images/ui-bg_glass_75_dadada_1x400.png
96
+ - coverage/assets/0.12.3/images/ui-bg_glass_75_e6e6e6_1x400.png
97
+ - coverage/assets/0.12.3/images/ui-bg_glass_95_fef1ec_1x400.png
98
+ - coverage/assets/0.12.3/images/ui-bg_highlight-soft_75_cccccc_1x100.png
99
+ - coverage/assets/0.12.3/images/ui-icons_222222_256x240.png
100
+ - coverage/assets/0.12.3/images/ui-icons_2e83ff_256x240.png
101
+ - coverage/assets/0.12.3/images/ui-icons_454545_256x240.png
102
+ - coverage/assets/0.12.3/images/ui-icons_888888_256x240.png
103
+ - coverage/assets/0.12.3/images/ui-icons_cd0a0a_256x240.png
104
+ - coverage/assets/0.12.3/loading.gif
105
+ - coverage/assets/0.12.3/magnify.png
106
+ - coverage/index.html
30
107
  - lib/turbo_cells.rb
108
+ - lib/turbo_cells/stream/cell.rb
31
109
  - lib/turbo_cells/version.rb
110
+ - pkg/turbo_cells-0.1.0.gem
32
111
  - turbo_cells.gemspec
33
112
  homepage: https://krzykamil.github.io
34
113
  licenses:
@@ -45,7 +124,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
45
124
  requirements:
46
125
  - - ">="
47
126
  - !ruby/object:Gem::Version
48
- version: 2.4.0
127
+ version: 3.0.1
49
128
  required_rubygems_version: !ruby/object:Gem::Requirement
50
129
  requirements:
51
130
  - - ">="
@@ -55,5 +134,5 @@ requirements: []
55
134
  rubygems_version: 3.2.15
56
135
  signing_key:
57
136
  specification_version: 4
58
- summary: TurboCells is a gem for integrating cells with Turbo (primarly streams).
137
+ summary: TurboCells is a gem for integrating cells with Turbo (as of now, only TurboStreams).
59
138
  test_files: []