rails_table_for 0.3.1 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 62eb739afea2cf82a0adf56d8f2b5a274c841a242b60ef52a5442cd2ae710404
4
- data.tar.gz: 595f796250f115a9618511fec2f32aafd49e1366530aa72f1b476909c52cfa3e
3
+ metadata.gz: bfa21e5cdf670b1015bbf2e19a416c13d12f4da8b15cde36be0dbb84b72359cc
4
+ data.tar.gz: fee65e6149ef9edad1092df79f9c1e8430d070b8fc3908ae4d4b02823ee7ae56
5
5
  SHA512:
6
- metadata.gz: 9b74e9fb8d73aadb0a55d5157af96a4df488442aad4af7728b2dfd70d1c683251e1a0f1b57cdd85b84777bcf436d913ce1eb955896917bdd4dc85bedc1144a60
7
- data.tar.gz: d8e86a815cddf774c524f694101706feb046db52962e904948cc1569899e0abf512f292233111371ca69f43a97a09967e43b84cccc2b07305ac4efa9c6580bf0
6
+ metadata.gz: 7172b678411de831c4c6407339ed27d2490d47c7a5bf39e39fe5cab90b40f4e9b343a784c3a7b928b24ea66e390221c904d72864ab51486bb8a6d46c17885afb
7
+ data.tar.gz: fb647d0039190581346f9e36995b50a4e26eef7d9da801d106b123974ecf45963a532e5833255fb53067a3c9d68c9f91acafd845e0202428e18a0eb876a78ae2
@@ -23,3 +23,25 @@ Style/HashTransformKeys:
23
23
 
24
24
  Style/HashTransformValues:
25
25
  Enabled: true
26
+
27
+ Layout/EmptyLinesAroundAttributeAccessor:
28
+ Enabled: true
29
+
30
+ Layout/SpaceAroundMethodCallOperator:
31
+ Enabled: true
32
+
33
+ Lint/DeprecatedOpenSSLConstant:
34
+ Enabled: true
35
+
36
+ Lint/RaiseException:
37
+ Enabled: true
38
+
39
+ Lint/StructNewOverride:
40
+ Enabled: true
41
+
42
+ Style/ExponentialNotation:
43
+ Enabled: true
44
+
45
+ Style/SlicingWithRange:
46
+ Enabled: true
47
+
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rails_table_for (0.3.1)
4
+ rails_table_for (0.3.2)
5
5
  rails (>= 5)
6
6
 
7
7
  GEM
@@ -71,7 +71,7 @@ GEM
71
71
  erubi (1.9.0)
72
72
  globalid (0.4.2)
73
73
  activesupport (>= 4.2.0)
74
- i18n (1.8.2)
74
+ i18n (1.8.3)
75
75
  concurrent-ruby (~> 1.0)
76
76
  loofah (2.5.0)
77
77
  crass (~> 1.0.2)
@@ -122,11 +122,13 @@ GEM
122
122
  thor (>= 0.20.3, < 2.0)
123
123
  rainbow (3.0.0)
124
124
  rake (13.0.1)
125
+ regexp_parser (1.7.1)
125
126
  rexml (3.2.4)
126
- rubocop (0.84.0)
127
+ rubocop (0.85.1)
127
128
  parallel (~> 1.10)
128
129
  parser (>= 2.7.0.1)
129
130
  rainbow (>= 2.2.2, < 4.0)
131
+ regexp_parser (>= 1.7)
130
132
  rexml
131
133
  rubocop-ast (>= 0.0.3)
132
134
  ruby-progressbar (~> 1.7)
@@ -134,7 +136,7 @@ GEM
134
136
  rubocop-ast (0.0.3)
135
137
  parser (>= 2.7.0.1)
136
138
  ruby-progressbar (1.10.1)
137
- sprockets (4.0.0)
139
+ sprockets (4.0.2)
138
140
  concurrent-ruby (~> 1.0)
139
141
  rack (> 1, < 3)
140
142
  sprockets-rails (3.2.1)
@@ -149,7 +151,7 @@ GEM
149
151
  unicode-display_width (1.7.0)
150
152
  websocket-driver (0.7.2)
151
153
  websocket-extensions (>= 0.1.0)
152
- websocket-extensions (0.1.4)
154
+ websocket-extensions (0.1.5)
153
155
  zeitwerk (2.3.0)
154
156
 
155
157
  PLATFORMS
@@ -1,12 +1,12 @@
1
1
  GEM
2
2
  remote: https://rubygems.org/
3
3
  specs:
4
- activesupport (6.0.2.2)
4
+ activesupport (6.0.3.1)
5
5
  concurrent-ruby (~> 1.0, >= 1.0.2)
6
6
  i18n (>= 0.7, < 2)
7
7
  minitest (~> 5.1)
8
8
  tzinfo (~> 1.1)
9
- zeitwerk (~> 2.2)
9
+ zeitwerk (~> 2.2, >= 2.2.2)
10
10
  addressable (2.7.0)
11
11
  public_suffix (>= 2.0.2, < 5.0)
12
12
  coffee-script (2.4.1)
@@ -26,7 +26,7 @@ GEM
26
26
  ffi (>= 1.3.0)
27
27
  eventmachine (1.2.7)
28
28
  execjs (2.7.0)
29
- faraday (1.0.0)
29
+ faraday (1.0.1)
30
30
  multipart-post (>= 1.2, < 3)
31
31
  ffi (1.12.2)
32
32
  forwardable-extended (2.6.0)
@@ -202,21 +202,21 @@ GEM
202
202
  jekyll (>= 3.5, < 5.0)
203
203
  jekyll-feed (~> 0.9)
204
204
  jekyll-seo-tag (~> 2.1)
205
- minitest (5.14.0)
205
+ minitest (5.14.1)
206
206
  multipart-post (2.1.1)
207
207
  nokogiri (1.10.9)
208
208
  mini_portile2 (~> 2.4.0)
209
- octokit (4.17.0)
209
+ octokit (4.18.0)
210
210
  faraday (>= 0.9)
211
211
  sawyer (~> 0.8.0, >= 0.5.3)
212
212
  pathutil (0.16.2)
213
213
  forwardable-extended (~> 2.6)
214
214
  public_suffix (3.1.1)
215
- rb-fsevent (0.10.3)
215
+ rb-fsevent (0.10.4)
216
216
  rb-inotify (0.10.1)
217
217
  ffi (~> 1.0)
218
218
  rouge (3.13.0)
219
- ruby-enum (0.7.2)
219
+ ruby-enum (0.8.0)
220
220
  i18n
221
221
  rubyzip (2.3.0)
222
222
  safe_yaml (1.0.5)
@@ -231,11 +231,11 @@ GEM
231
231
  terminal-table (1.8.0)
232
232
  unicode-display_width (~> 1.1, >= 1.1.1)
233
233
  thread_safe (0.3.6)
234
- typhoeus (1.3.1)
234
+ typhoeus (1.4.0)
235
235
  ethon (>= 0.9.0)
236
- tzinfo (1.2.6)
236
+ tzinfo (1.2.7)
237
237
  thread_safe (~> 0.1)
238
- tzinfo-data (1.2019.3)
238
+ tzinfo-data (1.2020.1)
239
239
  tzinfo (>= 1.0.0)
240
240
  unicode-display_width (1.7.0)
241
241
  wdm (0.1.1)
@@ -34,4 +34,4 @@ $ bundle
34
34
 
35
35
  # Wanna Help?
36
36
 
37
- Happily accepting bug reports, feature requests, and pull requests. Visit https://github.com/acroos/rails_table_for
37
+ Happily accepting bug reports, feature requests, and pull requests. Visit [https://github.com/acroos/rails_table_for](https://github.com/acroos/rails_table_for)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RailsTableFor
4
- VERSION = '0.3.1'
4
+ VERSION = '0.3.2'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_table_for
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Austin Roos
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-05-26 00:00:00.000000000 Z
11
+ date: 2020-06-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails