dlegr250_material_design 0.2.41 → 0.2.42

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 973d82096cfb01056c84ac7d0b1aa8bbe5fabbc7
4
- data.tar.gz: acff4fcb242f0624fed8968795eca097b95f85b6
3
+ metadata.gz: e67fb18c8463142972b91b18998eed9e0fc80d94
4
+ data.tar.gz: 712869b3f087551d2cece9d5867ff90200590d57
5
5
  SHA512:
6
- metadata.gz: ff9f4b98919394c5b1b37b083d6a28bceba5c18957896095e532e4ec01133b026a5708bd14af1671e4d889559a8f0dd965d10d249261004da52b289017759c0f
7
- data.tar.gz: bf54f289061a690cb21cdef062b00f8e1ed7a6e8122760a17afc97c67fc3443ef851a9b7c482b753897be08ed87fc0131f809fa4ac01eedeabadd6f7caa01db1
6
+ metadata.gz: 103a0a4f4a3495307c2c94a1d8231e8ce40364fa6759e8363facfcb27864858a198d9d28c82609bbeb579b4589e7462d08ad402c89b0fadabc6dd4ac224fee3b
7
+ data.tar.gz: 485b839890493c2e4f191c9a76fbfcf080af680f55cccdfa6a69a6b0423bc1a747019ce53cd39a1fff467b69a730ac7270f9591c9093a64223fd47d2be2a83b6
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.2.41"
2
+ VERSION = "0.2.42"
3
3
  end
@@ -57,7 +57,7 @@ class App.MD.InputMasks
57
57
  })
58
58
 
59
59
  # Default "$" placeholder for currency fields if no placeholder specified
60
- $(":input[data-format='currency']").not("[placeholder]").attr("placeholder", "$")
60
+ $(":input[data-format='currency']").not("[placeholder]").attr("placeholder", "$")
61
61
 
62
62
  # Format: "1.234"
63
63
  $(":input[data-format='percentage']").autoNumeric("init", {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dlegr250_material_design
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.41
4
+ version: 0.2.42
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel LeGrand