zadok 0.1.8 → 0.1.9

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,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 72b194d9729230200cd97f80532e549044d743c73d45b8db8dc81ec2440fee18
4
- data.tar.gz: b063b89776b429bdf3b3b604540e956f3c763a5437e954a81fc463e8302fdd92
3
+ metadata.gz: 0f9d7f0782860f86c503eb98cc63bca1b98b6680ab6f18702d7837e967dc2c1f
4
+ data.tar.gz: 60316c7ea9794733bc15d60f87e81ff7e93bc5879f50f8d344e10098e12b4124
5
5
  SHA512:
6
- metadata.gz: a172a90831851bd7571f9b6110a61865d6915bff8439ca4f7322b69a0391b78a97d99811d83d46b70aef8a1141d149ea71d99f91a8dbc0eff70b641195ea5fdb
7
- data.tar.gz: 31dbd398609adba677bb186eb496775a6cf64263a7e113e72fc6220517dcbb2603e80da4c802566f1fb290d9bdaf6fc0b3eb229484af0d5541e7420a98eecf33
6
+ metadata.gz: f9dd018852135da10c1316c4c93e380944f5ddfe57aaee3635d10f42c16131392369b62c7e73820d7bd428d854c6385bd01328c931461b6424bfe19e11f5ef7f
7
+ data.tar.gz: 307badaea54e0ef668010687d0de35d31b264c1008c6c0a408e87219208d58d81dd8bcb0c1337a4d34b678e80485054e0dfc864fb98764ce6a9e1f74ac7adcd2
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- zadok (0.1.7)
4
+ zadok (0.1.8)
5
5
  bootstrap (~> 4.0.0.beta2.1)
6
6
  cancancan (~> 2.0)
7
7
  font-awesome-rails (~> 4.7)
@@ -7,7 +7,7 @@
7
7
 
8
8
  = form_for(resource, url: resource_url_for(:update), as: resource_name, html: { class: "bg-white" }) do |form|
9
9
  - edit_attributes.each do |attr, options|
10
- = render "crud/form/fields/#{options[:type]}", resource: resource, form: form, attr: attr, options: options
10
+ = render "zadok/form/fields/#{options[:type]}", resource: resource, form: form, attr: attr, options: options
11
11
 
12
12
  .form-group
13
13
  = form.submit class: "btn btn-primary text-white"
@@ -7,7 +7,7 @@
7
7
 
8
8
  = form_for(resource, html: { class: "bg-white" }) do |form|
9
9
  - new_attributes.each do |attr, options|
10
- = render "crud/form/fields/#{options[:type]}", resource: resource, form: form, attr: attr, options: options
10
+ = render "zadok/form/fields/#{options[:type]}", resource: resource, form: form, attr: attr, options: options
11
11
 
12
12
  .form-group
13
13
  = form.submit class: "btn btn-primary text-white"
data/lib/zadok/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Zadok
4
- VERSION = "0.1.8"
4
+ VERSION = "0.1.9"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zadok
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leon Hooijer