zadok 0.3.2.1 → 0.3.3

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: 6d9272b6eb60ff1d3a1873154002937c2a7960503c4f6bca2e9d44067e4e5b49
4
- data.tar.gz: ccdec1ddcee3fe513a8cd6ae425c5cf1540c42c87a9905f870309f33271291e1
3
+ metadata.gz: a6419e9420821df9185260e7bd416f3e2aabcbf433ce072c8e15443215ac58f8
4
+ data.tar.gz: d595df0ec9c70ac3cd71209e5f1248f55a7c371ae43de6a40a4b91dd12c9d144
5
5
  SHA512:
6
- metadata.gz: 73d1a81a1a790f8848a5ab18a39ea5a3f0918ca302cb62565e3a4ba0ed7ed155873023bae678450cfc9da1dc5ee15eed052fb05102ae0f1d370bd8784e305dd9
7
- data.tar.gz: 9d6f465f21a0ada95764d7f259e9276e7cfee050723c2694b18e3c6285060a13dd4ab6c47f98b20ddb78aca0ee3566d8e5074718d5580c3e828f23ca7a6e7748
6
+ metadata.gz: a9f5e3dfdadbfffb21eb940690e512a724c14c3888db34454bd8590bbf972f307eeb1cf9c2c46c5ba3a52469f330aff7b71385966a06151c4d086cb9935385b7
7
+ data.tar.gz: 6df40571e4a4b9b7504bdaf3991d362ffc2959b075223fc7641b6080970f2ac74efb75b99e2e1874db9d0d9c833fe27a085c13d7fdd3b749f6303d7af4057fd2
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- zadok (0.3.2.1)
4
+ zadok (0.3.3)
5
5
  bootstrap (~> 4.0)
6
6
  bundler-audit (~> 0.6)
7
7
  cancancan (~> 2.1)
@@ -103,7 +103,7 @@ GEM
103
103
  globalid (0.4.1)
104
104
  activesupport (>= 4.2.0)
105
105
  highline (1.7.10)
106
- i18n (0.9.3)
106
+ i18n (0.9.4)
107
107
  concurrent-ruby (~> 1.0)
108
108
  jquery-rails (4.3.1)
109
109
  rails-dom-testing (>= 1, < 3)
@@ -232,7 +232,7 @@ GEM
232
232
  turbolinks-source (5.1.0)
233
233
  tzinfo (1.2.5)
234
234
  thread_safe (~> 0.1)
235
- uglifier (4.1.5)
235
+ uglifier (4.1.6)
236
236
  execjs (>= 0.3.0, < 3)
237
237
  unicode-display_width (1.3.0)
238
238
  warden (1.2.7)
@@ -5,7 +5,7 @@
5
5
  = t("#{resource_name.pluralize}.edit")
6
6
  = link_to t("#{resource_name.pluralize}.index"), resource_url_for(:index), class: "btn btn-primary text-white float-right"
7
7
 
8
- = form_for(resource, url: resource_url_for(:update), as: resource_name, html: { class: "bg-white" }) do |form|
8
+ = form_for(resource, url: resource_url_for(:update), as: resource_name, html: { autocomplete: "off", class: "bg-white" }) do |form|
9
9
  - edit_attributes.each do |attr, options|
10
10
  = render "zadok/form/fields/#{options[:type]}", resource: resource, form: form, attr: attr, options: options
11
11
 
@@ -1,4 +1,4 @@
1
1
  - if filter_collection.filters.any?
2
2
  #filter-form
3
- = search_form_for current_search, url: filters_path, method: :put do |form|
3
+ = search_form_for(current_search, url: filters_path, method: :put) do |form|
4
4
  = render "zadok/filters/form_fields", form: form
@@ -5,7 +5,7 @@
5
5
  = t("#{resource_name.pluralize}.new")
6
6
  = link_to t("#{resource_name.pluralize}.index"), resource_url_for(:index), class: "btn btn-primary text-white float-right"
7
7
 
8
- = form_for(resource, html: { class: "bg-white" }) do |form|
8
+ = form_for(resource, html: { autocomplete: "off", class: "bg-white" }) do |form|
9
9
  - new_attributes.each do |attr, options|
10
10
  = render "zadok/form/fields/#{options[:type]}", resource: resource, form: form, attr: attr, options: options
11
11
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Zadok
4
- VERSION = "0.3.2.1"
4
+ VERSION = "0.3.3"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zadok
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2.1
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leon Hooijer
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-02-08 00:00:00.000000000 Z
11
+ date: 2018-02-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bootstrap