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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 02b8b4d716389c6b9dd5e0dfe193477c229c7a8c
|
4
|
+
data.tar.gz: f9014177ac1da048f13e069085ad2a7fd673102f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c733b53948df9063039508abfc7c737c7820fe0f392c219a4c1d3329a3ba94c93871aac482c10601114597d445baf7b1c00c00c9e73652971a6c5dbd4e7ae576
|
7
|
+
data.tar.gz: e19259588daf05a2ac911d9421ab730cc5c6cc692d1a028f46b07b8df52f8a6adb96c3568eaf5e9d566c3ede6536928e7e312e071ce719286ac63518e8245da1
|
@@ -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.
|
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.
|
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-
|
11
|
+
date: 2014-05-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|