bootstrap3_autocomplete_input 0.1.6 → 0.1.7

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: 4d6a6020dd538198d089f1eb4c98ff0376938263
4
- data.tar.gz: 8d4de5bef431e95e45e13b966bbc135e7f32d6ba
3
+ metadata.gz: 7516f0cc67a02730783fcbe667b0ba05a531eaec
4
+ data.tar.gz: 113dbeb283c559c25e34a589e670ef8dd85e1fda
5
5
  SHA512:
6
- metadata.gz: 6ee97d7eb85f8ea4c7f7486a1e1d8e48fc03c0ac43ba1d62cce32b3c20f8690fa0f77a04f62fb468720b0169ddb710c88d96b6688477d822e3a80a94964dd25a
7
- data.tar.gz: d95ee6f90df27793e6b719a19bb2a73d89530a0656e6309bcb5b1f94173eecf7f32052deea5f694fd6dd0555ef58a82b0c895adbbb93b0f81e289cf8a08d21f7
6
+ metadata.gz: 1d12409cd81db50e1f462f6ff10bf922ad6b83dc6dda7bb1f76d9ec6d927067d4cb05478c455b842ccc35aa3abf9c1b56407688d894659df6b967862c6d56bb5
7
+ data.tar.gz: d94e0ff464461d102188942c640c98b645edfe505191bad9a41a9a09bd3b41f5b46bf4fe0a8558e57ea9a676ac280647376b5af8251619c26db423ff8b700dd1
@@ -30,7 +30,7 @@
30
30
  end
31
31
 
32
32
  #
33
- new_html_options[:value] = options[:value_text] unless options[:value_text].blank?
33
+ new_html_options[:value] = options[:value_text] unless options[:value_text].nil?
34
34
 
35
35
  out << @builder.text_field(attribute_name, new_html_options)
36
36
  out
@@ -63,7 +63,7 @@
63
63
 
64
64
  # value
65
65
  new_options[:value] = options[:value] unless options[:value].nil?
66
- new_options[:value_text] = options[:value_text] || ''
66
+ new_options[:value_text] = options[:value_text] unless options[:value_text].nil?
67
67
 
68
68
 
69
69
  input_html_options.merge new_options
@@ -1,3 +1,3 @@
1
1
  module Bootstrap3AutocompleteInput
2
- VERSION = "0.1.6"
2
+ VERSION = "0.1.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootstrap3_autocomplete_input
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Max Ivak