effective_form_inputs 0.9.4 → 0.9.5

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
  SHA1:
3
- metadata.gz: 060510deeb8a9fd2a79cfa4152a6c5b837a850a6
4
- data.tar.gz: 4a9ef0428e0919592d6e29f536bb4797e469da9a
3
+ metadata.gz: a560744aa816c2a7f18ac1f653f408e253a6b850
4
+ data.tar.gz: 09b96bb74c68da5a3761b840007d5ef393ed3ef8
5
5
  SHA512:
6
- metadata.gz: fdb69f861ed65d3719c731baf3bb938ced5ca64914ffad00c5f27bf0151bc553db4cd886e979d7423846b4f5650644b8022afd1de4f84df368ed7d577bed1134
7
- data.tar.gz: 292e19a6587e521cdfe9db2852bc0d9a8a8d5789a1853176adf1379ba2a3cee6dc75fe566cdea65d4c527a7c1fb92d19bc366b239ce9dfd43d54b91c113ac71c
6
+ metadata.gz: 6b3ce812ae90c2d4dad0b4f4cdc1e296bcc72749871e6e6ecf194e8a45ad0231a83a01ff685bf4882f33396f8571516d63227d6635ea482d4ca2f77a7b8cca34
7
+ data.tar.gz: 79b7dcfba28d607ba8540e91b9e1faae2f7f734b68387f447636946e431bc8de454ab7a4416817592b5097ce6d8b1f12014b11b6a9177ae8156264d250d3f3da
data/README.md CHANGED
@@ -573,7 +573,7 @@ As a SimpleForm input without the input group (globe glyphicon)
573
573
  You should add a server side validation to enforce the url starts with http(s?)://
574
574
 
575
575
  ```ruby
576
- validates :phone, format: { with: /\Ahttps?:\/\/\w+.+\Z/ }
576
+ validates :website, format: { with: /\Ahttps?:\/\/\w+.+\Z/ }
577
577
  validates :website, effective_url: true # Enforced same format as above
578
578
  ```
579
579
 
@@ -29,3 +29,8 @@
29
29
  .select2-container.hide-disabled .select2-results__option[aria-disabled=true] {
30
30
  display: none;
31
31
  }
32
+
33
+ .form-inline .select2-container--bootstrap {
34
+ display: inline-block;
35
+ width: auto;
36
+ }
@@ -1,3 +1,3 @@
1
1
  module EffectiveFormInputs
2
- VERSION = '0.9.4'.freeze
2
+ VERSION = '0.9.5'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: effective_form_inputs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.4
4
+ version: 0.9.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Code and Effect
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-10-19 00:00:00.000000000 Z
11
+ date: 2016-11-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails