scaffold_pico 1.1.11 → 2.1.12

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: bf7e006461296efeaf69054a573f2a55852e1980bded516273106af7c5479f1b
4
- data.tar.gz: 32bfe0ec54b93a1bdc9efc54880198c999087be282c0c5b0ff78e2b21bd896c9
3
+ metadata.gz: 2fb60ad0037d7cf6edaefb5699e19e060ac516a9183adb1f733b349b144e0931
4
+ data.tar.gz: 5ee34c31d8af7f46729af481b6a79666be7d621625f5e584245157c288d9efc4
5
5
  SHA512:
6
- metadata.gz: 29d6a591fb9b129988c95b0111db960e0b57d0ad4467398a48c48b3d445ddd1794d61e950efe940bc4ece898da5afa745b2fc2b4abdd9825c090fd224e4be4e5
7
- data.tar.gz: e14883e2fe4097c577798159139ede8a43dd208a5cb493a1452184be76b7e8f441f70f23c2d47f147bb48ea7a4cf5f734effd1816fd62e76401108897284eb98
6
+ metadata.gz: cf3924dc514fba7477e66f9627db409425cc6a952f8bd27d1434bb09c513a1e9686549cfe49a56f7b697d8aec5b2fe99571d83c21cf788de62ac33895d33c898
7
+ data.tar.gz: 2b27d6383a918ad24eb8e9000b2c537b2ba76a8d73742bf2da0d6c7e2fafc67c41aea458b452fe6e713025f167a7e9518c9ed1b8fbf0171a9500760d301612b4
data/README.md CHANGED
@@ -55,7 +55,7 @@ gem install scaffold_pico -P MediumSecurity
55
55
 
56
56
  The MediumSecurity trust profile will verify signed gems, but allow the installation of unsigned dependencies.
57
57
 
58
- This is necessary incase not all of Scaffold Pico’s dependencies are signed, so we cannot use HighSecurity.
58
+ This is necessary in case not all of Scaffold Pico’s dependencies are signed, so we cannot use HighSecurity.
59
59
 
60
60
 
61
61
 
@@ -104,7 +104,7 @@ Help please: For some of the generated models/views there are extra blank links.
104
104
  You can't generate scaffolds for a mounted named engines. I don't know if we need this feature.
105
105
 
106
106
 
107
- ## Copyright
107
+ ## License MIT
108
108
 
109
109
  Copyright (c) 2017 gudata. See LICENSE.txt for further details.
110
110
 
@@ -42,13 +42,13 @@
42
42
 
43
43
  <% @rails.resource.fields.select {|k,v| @rails.controller.search_fields.include?(k) }.each_pair do |field_name, field_type| %>
44
44
  <% if field_type == 'belongs_to' -%>
45
- = form.input :<%= field_name -%>_id
45
+ = form.input :<%= field_name -%>_id
46
46
  <% elsif ['date', 'datetime'].include?(field_type) -%>
47
- = form.input :<%= field_name -%>, as: :date, html5: true
47
+ = form.input :<%= field_name -%>, as: :date, html5: true
48
48
  <% elsif field_type == 'boolean' -%>
49
- = form.input :<%= field_name -%>, as: :boolean, input_html: {class: 'filled-in'}
49
+ = form.input :<%= field_name -%>, as: :boolean, input_html: {class: 'filled-in'}
50
50
  <% else %>
51
- = form.input :<%= field_name -%>
51
+ = form.input :<%= field_name -%>
52
52
  <% end -%>
53
53
  <% end %>
54
54
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scaffold_pico
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.11
4
+ version: 2.1.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - gudata
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-08-11 00:00:00.000000000 Z
11
+ date: 2020-05-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport