bootstrap-filestyle-rails 1.0.5 → 1.0.6

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: 7deb2e392fe88fb72770777d196ea992176e89ef
4
- data.tar.gz: b06f07c017e17360236d3e37bc29e484aa1adce0
3
+ metadata.gz: 02b8b4d716389c6b9dd5e0dfe193477c229c7a8c
4
+ data.tar.gz: f9014177ac1da048f13e069085ad2a7fd673102f
5
5
  SHA512:
6
- metadata.gz: b2d9559f22ad91a0b7a267b462ee21f67120b4d724dc2f30aa60c7f1b0359967250cbcad351b81e2119f9d2316752420726ce3a95274079f8086ab1bf8605db2
7
- data.tar.gz: 0c5ee89516713146d799519e3c48648a68b2cec3f6fd2d3f71ef6f720277bd904c6678b2f30c443618df425c5d84ea831f8630b8c519b3264666d80349511882
6
+ metadata.gz: c733b53948df9063039508abfc7c737c7820fe0f392c219a4c1d3329a3ba94c93871aac482c10601114597d445baf7b1c00c00c9e73652971a6c5dbd4e7ae576
7
+ data.tar.gz: e19259588daf05a2ac911d9421ab730cc5c6cc692d1a028f46b07b8df52f8a6adb96c3568eaf5e9d566c3ede6536928e7e312e071ce719286ac63518e8245da1
@@ -1,3 +1,3 @@
1
1
  module BootstrapFilestyleRails
2
- VERSION = "1.0.5"
2
+ VERSION = "1.0.6"
3
3
  end
@@ -3,7 +3,7 @@
3
3
  * http://dev.tudosobreweb.com.br/bootstrap-filestyle/
4
4
  *
5
5
  * Copyright (c) 2014 Markus Vinicius da Silva Lima
6
- * Version 1.0.5
6
+ * Version 1.0.6
7
7
  * Licensed under the MIT license.
8
8
  */
9
9
  (function ($) {
@@ -385,8 +385,7 @@
385
385
  'buttonText': $this.attr('data-buttonText'),
386
386
  'classButton': $this.attr('data-classButton'),
387
387
  'classInput': $this.attr('data-classInput'),
388
- 'classIcon': $this.attr('data-classIcon'),
389
- 'disabled': $this.attr('data-disabled') === 'true' ? true : false,
388
+ 'classIcon': $this.attr('data-classIcon')
390
389
  };
391
390
 
392
391
  $this.filestyle(options);
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootstrap-filestyle-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mauricio Pasquier Juan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-04-29 00:00:00.000000000 Z
11
+ date: 2014-05-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler