jqr-helpers 1.0.27 → 1.0.28

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.
@@ -362,6 +362,7 @@
362
362
  if (button.data('disable-with')) {
363
363
  button.html(button.data('disable-with'));
364
364
  button.attr('disabled', 'disabled');
365
+ button.attr('autocomplete', 'off');
365
366
  }
366
367
  form.submit();
367
368
  return false;
data/jqr-helpers.gemspec CHANGED
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'jqr-helpers'
3
3
  s.require_paths = %w(. lib lib/jqr-helpers)
4
- s.version = '1.0.27'
4
+ s.version = '1.0.28'
5
5
  s.date = '2014-01-30'
6
6
  s.summary = 'Helpers to print unobtrusive jQuery-UI tags.'
7
7
  s.description = <<-EOF
@@ -1,5 +1,5 @@
1
1
  module JqrHelpers
2
2
  module Rails
3
- VERSION = '1.0.27'
3
+ VERSION = '1.0.28'
4
4
  end
5
5
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: jqr-helpers
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.0.27
5
+ version: 1.0.28
6
6
  platform: ruby
7
7
  authors:
8
8
  - Daniel Orner