dekorator 1.0.0.pre.1 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (44) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/test.yml +51 -0
  3. data/CHANGELOG.md +20 -4
  4. data/CODE_OF_CONDUCT.md +1 -1
  5. data/README.md +104 -38
  6. data/benchmarks/README.md +7 -0
  7. data/benchmarks/benchmark.rb +135 -0
  8. data/dekorator.gemspec +24 -11
  9. data/lib/dekorator.rb +67 -39
  10. data/lib/dekorator/rails/controller.rb +17 -0
  11. data/lib/dekorator/railtie.rb +9 -5
  12. data/lib/dekorator/version.rb +1 -1
  13. data/lib/generators/decorator_generator.rb +7 -0
  14. data/lib/generators/{decorator → dekorator/decorator}/USAGE +1 -1
  15. data/lib/generators/dekorator/decorator/decorator_generator.rb +17 -0
  16. data/lib/generators/{decorator → dekorator/decorator}/templates/decorator.rb +0 -0
  17. data/lib/generators/dekorator/{install_generator.rb → install/install_generator.rb} +8 -6
  18. data/lib/generators/rspec/decorator_generator.rb +2 -0
  19. data/lib/generators/test_unit/decorator_generator.rb +2 -0
  20. metadata +22 -36
  21. data/.editorconfig +0 -14
  22. data/.gitignore +0 -11
  23. data/.rspec +0 -3
  24. data/.rubocop.yml +0 -114
  25. data/.simplecov +0 -5
  26. data/.travis.yml +0 -37
  27. data/Appraisals +0 -17
  28. data/Gemfile +0 -22
  29. data/Gemfile.lock +0 -157
  30. data/bin/console +0 -16
  31. data/bin/setup +0 -8
  32. data/gemfiles/.bundle/config +0 -2
  33. data/gemfiles/rails_5.0.x.gemfile +0 -21
  34. data/gemfiles/rails_5.0.x.gemfile.lock +0 -207
  35. data/gemfiles/rails_5.1.x.gemfile +0 -21
  36. data/gemfiles/rails_5.1.x.gemfile.lock +0 -207
  37. data/gemfiles/rails_5.2.x.gemfile +0 -21
  38. data/gemfiles/rails_5.2.x.gemfile.lock +0 -207
  39. data/gemfiles/rails_6.0.x.gemfile +0 -21
  40. data/gemfiles/rails_6.0.x.gemfile.lock +0 -220
  41. data/lib/dekorator/decorators_helper.rb +0 -5
  42. data/lib/dekorator/rspec.rb +0 -0
  43. data/lib/generators/decorator/decorator_generator.rb +0 -11
  44. data/lib/generators/decorator/templates/decorator_test.rb +0 -1
@@ -1,21 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- # This file was generated by Appraisal
4
-
5
- source "https://rubygems.org"
6
-
7
- gem "activerecord"
8
- gem "activemodel"
9
- gem "activesupport"
10
- gem "actionview"
11
- gem "railties"
12
- gem "appraisal", require: false
13
- gem "rubocop", require: false
14
- gem "rails", "~> 5.1"
15
-
16
- group :test do
17
- gem "simplecov", require: false
18
- gem "coveralls", require: false
19
- end
20
-
21
- gemspec path: "../"
@@ -1,207 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- dekorator (1.0.0.pre.1)
5
- actionview (>= 5.0, < 6.1)
6
- activesupport (>= 5.0, < 6.1)
7
- railties (>= 5.0, < 6.1)
8
-
9
- GEM
10
- remote: https://rubygems.org/
11
- specs:
12
- actioncable (5.2.2)
13
- actionpack (= 5.2.2)
14
- nio4r (~> 2.0)
15
- websocket-driver (>= 0.6.1)
16
- actionmailer (5.2.2)
17
- actionpack (= 5.2.2)
18
- actionview (= 5.2.2)
19
- activejob (= 5.2.2)
20
- mail (~> 2.5, >= 2.5.4)
21
- rails-dom-testing (~> 2.0)
22
- actionpack (5.2.2)
23
- actionview (= 5.2.2)
24
- activesupport (= 5.2.2)
25
- rack (~> 2.0)
26
- rack-test (>= 0.6.3)
27
- rails-dom-testing (~> 2.0)
28
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
29
- actionview (5.2.2)
30
- activesupport (= 5.2.2)
31
- builder (~> 3.1)
32
- erubi (~> 1.4)
33
- rails-dom-testing (~> 2.0)
34
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
35
- activejob (5.2.2)
36
- activesupport (= 5.2.2)
37
- globalid (>= 0.3.6)
38
- activemodel (5.2.2)
39
- activesupport (= 5.2.2)
40
- activerecord (5.2.2)
41
- activemodel (= 5.2.2)
42
- activesupport (= 5.2.2)
43
- arel (>= 9.0)
44
- activestorage (5.2.2)
45
- actionpack (= 5.2.2)
46
- activerecord (= 5.2.2)
47
- marcel (~> 0.3.1)
48
- activesupport (5.2.2)
49
- concurrent-ruby (~> 1.0, >= 1.0.2)
50
- i18n (>= 0.7, < 2)
51
- minitest (~> 5.1)
52
- tzinfo (~> 1.1)
53
- appraisal (2.2.0)
54
- bundler
55
- rake
56
- thor (>= 0.14.0)
57
- arel (9.0.0)
58
- ast (2.4.0)
59
- builder (3.2.3)
60
- concurrent-ruby (1.1.4)
61
- coveralls (0.7.1)
62
- multi_json (~> 1.3)
63
- rest-client
64
- simplecov (>= 0.7)
65
- term-ansicolor
66
- thor
67
- crass (1.0.4)
68
- diff-lcs (1.3)
69
- docile (1.3.1)
70
- domain_name (0.5.20180417)
71
- unf (>= 0.0.5, < 1.0.0)
72
- erubi (1.8.0)
73
- globalid (0.4.2)
74
- activesupport (>= 4.2.0)
75
- http-cookie (1.0.3)
76
- domain_name (~> 0.5)
77
- i18n (1.5.3)
78
- concurrent-ruby (~> 1.0)
79
- jaro_winkler (1.5.2)
80
- json (2.1.0)
81
- loofah (2.2.3)
82
- crass (~> 1.0.2)
83
- nokogiri (>= 1.5.9)
84
- mail (2.7.1)
85
- mini_mime (>= 0.1.1)
86
- marcel (0.3.3)
87
- mimemagic (~> 0.3.2)
88
- method_source (0.9.2)
89
- mime-types (3.2.2)
90
- mime-types-data (~> 3.2015)
91
- mime-types-data (3.2018.0812)
92
- mimemagic (0.3.3)
93
- mini_mime (1.0.1)
94
- mini_portile2 (2.4.0)
95
- minitest (5.11.3)
96
- multi_json (1.13.1)
97
- netrc (0.11.0)
98
- nio4r (2.3.1)
99
- nokogiri (1.10.1)
100
- mini_portile2 (~> 2.4.0)
101
- parallel (1.13.0)
102
- parser (2.6.0.0)
103
- ast (~> 2.4.0)
104
- powerpack (0.1.2)
105
- rack (2.0.6)
106
- rack-test (1.1.0)
107
- rack (>= 1.0, < 3)
108
- rails (5.2.2)
109
- actioncable (= 5.2.2)
110
- actionmailer (= 5.2.2)
111
- actionpack (= 5.2.2)
112
- actionview (= 5.2.2)
113
- activejob (= 5.2.2)
114
- activemodel (= 5.2.2)
115
- activerecord (= 5.2.2)
116
- activestorage (= 5.2.2)
117
- activesupport (= 5.2.2)
118
- bundler (>= 1.3.0)
119
- railties (= 5.2.2)
120
- sprockets-rails (>= 2.0.0)
121
- rails-dom-testing (2.0.3)
122
- activesupport (>= 4.2.0)
123
- nokogiri (>= 1.6)
124
- rails-html-sanitizer (1.0.4)
125
- loofah (~> 2.2, >= 2.2.2)
126
- railties (5.2.2)
127
- actionpack (= 5.2.2)
128
- activesupport (= 5.2.2)
129
- method_source
130
- rake (>= 0.8.7)
131
- thor (>= 0.19.0, < 2.0)
132
- rainbow (3.0.0)
133
- rake (10.5.0)
134
- rest-client (2.0.2)
135
- http-cookie (>= 1.0.2, < 2.0)
136
- mime-types (>= 1.16, < 4.0)
137
- netrc (~> 0.8)
138
- rspec (3.8.0)
139
- rspec-core (~> 3.8.0)
140
- rspec-expectations (~> 3.8.0)
141
- rspec-mocks (~> 3.8.0)
142
- rspec-core (3.8.0)
143
- rspec-support (~> 3.8.0)
144
- rspec-expectations (3.8.2)
145
- diff-lcs (>= 1.2.0, < 2.0)
146
- rspec-support (~> 3.8.0)
147
- rspec-mocks (3.8.0)
148
- diff-lcs (>= 1.2.0, < 2.0)
149
- rspec-support (~> 3.8.0)
150
- rspec-support (3.8.0)
151
- rubocop (0.63.1)
152
- jaro_winkler (~> 1.5.1)
153
- parallel (~> 1.10)
154
- parser (>= 2.5, != 2.5.1.1)
155
- powerpack (~> 0.1)
156
- rainbow (>= 2.2.2, < 4.0)
157
- ruby-progressbar (~> 1.7)
158
- unicode-display_width (~> 1.4.0)
159
- ruby-progressbar (1.10.0)
160
- simplecov (0.16.1)
161
- docile (~> 1.1)
162
- json (>= 1.8, < 3)
163
- simplecov-html (~> 0.10.0)
164
- simplecov-html (0.10.2)
165
- sprockets (3.7.2)
166
- concurrent-ruby (~> 1.0)
167
- rack (> 1, < 3)
168
- sprockets-rails (3.2.1)
169
- actionpack (>= 4.0)
170
- activesupport (>= 4.0)
171
- sprockets (>= 3.0.0)
172
- term-ansicolor (1.7.1)
173
- tins (~> 1.0)
174
- thor (0.20.3)
175
- thread_safe (0.3.6)
176
- tins (1.20.2)
177
- tzinfo (1.2.5)
178
- thread_safe (~> 0.1)
179
- unf (0.1.4)
180
- unf_ext
181
- unf_ext (0.0.7.5)
182
- unicode-display_width (1.4.1)
183
- websocket-driver (0.7.0)
184
- websocket-extensions (>= 0.1.0)
185
- websocket-extensions (0.1.3)
186
-
187
- PLATFORMS
188
- ruby
189
-
190
- DEPENDENCIES
191
- actionview
192
- activemodel
193
- activerecord
194
- activesupport
195
- appraisal
196
- bundler (~> 2.0)
197
- coveralls
198
- dekorator!
199
- rails (~> 5.1)
200
- railties
201
- rake (~> 10.0)
202
- rspec (~> 3.0)
203
- rubocop
204
- simplecov
205
-
206
- BUNDLED WITH
207
- 2.0.1
@@ -1,21 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- # This file was generated by Appraisal
4
-
5
- source "https://rubygems.org"
6
-
7
- gem "activerecord"
8
- gem "activemodel"
9
- gem "activesupport"
10
- gem "actionview"
11
- gem "railties"
12
- gem "appraisal", require: false
13
- gem "rubocop", require: false
14
- gem "rails", "~> 5.2"
15
-
16
- group :test do
17
- gem "simplecov", require: false
18
- gem "coveralls", require: false
19
- end
20
-
21
- gemspec path: "../"
@@ -1,207 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- dekorator (1.0.0.pre.1)
5
- actionview (>= 5.0, < 6.1)
6
- activesupport (>= 5.0, < 6.1)
7
- railties (>= 5.0, < 6.1)
8
-
9
- GEM
10
- remote: https://rubygems.org/
11
- specs:
12
- actioncable (5.2.2)
13
- actionpack (= 5.2.2)
14
- nio4r (~> 2.0)
15
- websocket-driver (>= 0.6.1)
16
- actionmailer (5.2.2)
17
- actionpack (= 5.2.2)
18
- actionview (= 5.2.2)
19
- activejob (= 5.2.2)
20
- mail (~> 2.5, >= 2.5.4)
21
- rails-dom-testing (~> 2.0)
22
- actionpack (5.2.2)
23
- actionview (= 5.2.2)
24
- activesupport (= 5.2.2)
25
- rack (~> 2.0)
26
- rack-test (>= 0.6.3)
27
- rails-dom-testing (~> 2.0)
28
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
29
- actionview (5.2.2)
30
- activesupport (= 5.2.2)
31
- builder (~> 3.1)
32
- erubi (~> 1.4)
33
- rails-dom-testing (~> 2.0)
34
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
35
- activejob (5.2.2)
36
- activesupport (= 5.2.2)
37
- globalid (>= 0.3.6)
38
- activemodel (5.2.2)
39
- activesupport (= 5.2.2)
40
- activerecord (5.2.2)
41
- activemodel (= 5.2.2)
42
- activesupport (= 5.2.2)
43
- arel (>= 9.0)
44
- activestorage (5.2.2)
45
- actionpack (= 5.2.2)
46
- activerecord (= 5.2.2)
47
- marcel (~> 0.3.1)
48
- activesupport (5.2.2)
49
- concurrent-ruby (~> 1.0, >= 1.0.2)
50
- i18n (>= 0.7, < 2)
51
- minitest (~> 5.1)
52
- tzinfo (~> 1.1)
53
- appraisal (2.2.0)
54
- bundler
55
- rake
56
- thor (>= 0.14.0)
57
- arel (9.0.0)
58
- ast (2.4.0)
59
- builder (3.2.3)
60
- concurrent-ruby (1.1.4)
61
- coveralls (0.7.1)
62
- multi_json (~> 1.3)
63
- rest-client
64
- simplecov (>= 0.7)
65
- term-ansicolor
66
- thor
67
- crass (1.0.4)
68
- diff-lcs (1.3)
69
- docile (1.3.1)
70
- domain_name (0.5.20180417)
71
- unf (>= 0.0.5, < 1.0.0)
72
- erubi (1.8.0)
73
- globalid (0.4.2)
74
- activesupport (>= 4.2.0)
75
- http-cookie (1.0.3)
76
- domain_name (~> 0.5)
77
- i18n (1.5.3)
78
- concurrent-ruby (~> 1.0)
79
- jaro_winkler (1.5.2)
80
- json (2.1.0)
81
- loofah (2.2.3)
82
- crass (~> 1.0.2)
83
- nokogiri (>= 1.5.9)
84
- mail (2.7.1)
85
- mini_mime (>= 0.1.1)
86
- marcel (0.3.3)
87
- mimemagic (~> 0.3.2)
88
- method_source (0.9.2)
89
- mime-types (3.2.2)
90
- mime-types-data (~> 3.2015)
91
- mime-types-data (3.2018.0812)
92
- mimemagic (0.3.3)
93
- mini_mime (1.0.1)
94
- mini_portile2 (2.4.0)
95
- minitest (5.11.3)
96
- multi_json (1.13.1)
97
- netrc (0.11.0)
98
- nio4r (2.3.1)
99
- nokogiri (1.10.1)
100
- mini_portile2 (~> 2.4.0)
101
- parallel (1.13.0)
102
- parser (2.6.0.0)
103
- ast (~> 2.4.0)
104
- powerpack (0.1.2)
105
- rack (2.0.6)
106
- rack-test (1.1.0)
107
- rack (>= 1.0, < 3)
108
- rails (5.2.2)
109
- actioncable (= 5.2.2)
110
- actionmailer (= 5.2.2)
111
- actionpack (= 5.2.2)
112
- actionview (= 5.2.2)
113
- activejob (= 5.2.2)
114
- activemodel (= 5.2.2)
115
- activerecord (= 5.2.2)
116
- activestorage (= 5.2.2)
117
- activesupport (= 5.2.2)
118
- bundler (>= 1.3.0)
119
- railties (= 5.2.2)
120
- sprockets-rails (>= 2.0.0)
121
- rails-dom-testing (2.0.3)
122
- activesupport (>= 4.2.0)
123
- nokogiri (>= 1.6)
124
- rails-html-sanitizer (1.0.4)
125
- loofah (~> 2.2, >= 2.2.2)
126
- railties (5.2.2)
127
- actionpack (= 5.2.2)
128
- activesupport (= 5.2.2)
129
- method_source
130
- rake (>= 0.8.7)
131
- thor (>= 0.19.0, < 2.0)
132
- rainbow (3.0.0)
133
- rake (10.5.0)
134
- rest-client (2.0.2)
135
- http-cookie (>= 1.0.2, < 2.0)
136
- mime-types (>= 1.16, < 4.0)
137
- netrc (~> 0.8)
138
- rspec (3.8.0)
139
- rspec-core (~> 3.8.0)
140
- rspec-expectations (~> 3.8.0)
141
- rspec-mocks (~> 3.8.0)
142
- rspec-core (3.8.0)
143
- rspec-support (~> 3.8.0)
144
- rspec-expectations (3.8.2)
145
- diff-lcs (>= 1.2.0, < 2.0)
146
- rspec-support (~> 3.8.0)
147
- rspec-mocks (3.8.0)
148
- diff-lcs (>= 1.2.0, < 2.0)
149
- rspec-support (~> 3.8.0)
150
- rspec-support (3.8.0)
151
- rubocop (0.63.1)
152
- jaro_winkler (~> 1.5.1)
153
- parallel (~> 1.10)
154
- parser (>= 2.5, != 2.5.1.1)
155
- powerpack (~> 0.1)
156
- rainbow (>= 2.2.2, < 4.0)
157
- ruby-progressbar (~> 1.7)
158
- unicode-display_width (~> 1.4.0)
159
- ruby-progressbar (1.10.0)
160
- simplecov (0.16.1)
161
- docile (~> 1.1)
162
- json (>= 1.8, < 3)
163
- simplecov-html (~> 0.10.0)
164
- simplecov-html (0.10.2)
165
- sprockets (3.7.2)
166
- concurrent-ruby (~> 1.0)
167
- rack (> 1, < 3)
168
- sprockets-rails (3.2.1)
169
- actionpack (>= 4.0)
170
- activesupport (>= 4.0)
171
- sprockets (>= 3.0.0)
172
- term-ansicolor (1.7.1)
173
- tins (~> 1.0)
174
- thor (0.20.3)
175
- thread_safe (0.3.6)
176
- tins (1.20.2)
177
- tzinfo (1.2.5)
178
- thread_safe (~> 0.1)
179
- unf (0.1.4)
180
- unf_ext
181
- unf_ext (0.0.7.5)
182
- unicode-display_width (1.4.1)
183
- websocket-driver (0.7.0)
184
- websocket-extensions (>= 0.1.0)
185
- websocket-extensions (0.1.3)
186
-
187
- PLATFORMS
188
- ruby
189
-
190
- DEPENDENCIES
191
- actionview
192
- activemodel
193
- activerecord
194
- activesupport
195
- appraisal
196
- bundler (~> 2.0)
197
- coveralls
198
- dekorator!
199
- rails (~> 5.2)
200
- railties
201
- rake (~> 10.0)
202
- rspec (~> 3.0)
203
- rubocop
204
- simplecov
205
-
206
- BUNDLED WITH
207
- 2.0.1