jqr-helpers 1.0.27 → 1.0.28

Sign up to get free protection for your applications and to get access to all the features.
@@ -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