dlegr250_material_design 0.2.38 → 0.2.39

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: 980710ba71412b3ae64ace6f12b15e0d320a8101
4
- data.tar.gz: 59e23eb4e4f11f25637178f4813ae22764092399
3
+ metadata.gz: 6afbea9589c6444799a4373b60baefe1a7a8201e
4
+ data.tar.gz: 369f582e7104ffd4f76a47fc50e4b4a9ffb8ff60
5
5
  SHA512:
6
- metadata.gz: a664dff4b89bd4d86b48c6b9fafa43dcad23718b5bc29b0bbbdd80a1663e31bd6814d1097136d4a8201d4bfbfd0243a533ae863ff86f29096cec516353763e03
7
- data.tar.gz: fc2fc2a6cfe97ba969352b9001af126b541ad60b071ab02db42055e8a4ff1169ee7fb2a40f48d299fecb791b4de597886ac5cf756cc5311fa781cb07de18ed70
6
+ metadata.gz: 2187c5b4a9216728dc7ed0ad2c6a44c208b1241c6aff28c254e8bd94021a3f55e782492b2d0f41359009a018bb5cb7af1e51a33eb9418bf2ae09abbd3a8b3ccf
7
+ data.tar.gz: b1908bccc65eaad3a7dd86487e505d392b5bc07c981ad2274e640a13daaebcc5ea39d8c3c3ddec6460cb1efce5095046e3d0a83f6fcc8519e1545e4ace59d7f4
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.2.38"
2
+ VERSION = "0.2.39"
3
3
  end
@@ -61,16 +61,15 @@ class App.MD.InputMasks
61
61
  $(":input[data-format='percentage']").autoNumeric("init", {
62
62
  vMin: "0",
63
63
  vMax: "99.999",
64
- aSign: " %",
65
- pSign: "s", # Place % as suffix
66
- aPad: true,
67
- wEmpty: "sign" # Keep % when empty
64
+ aPad: true
68
65
  })
69
66
 
70
- # $(":input[data-format='percentage']").inputmask("99.999", {
71
- # rightAlign: true,
72
- # greedy: false,
73
- # placeholder: "_.___",
74
- # allowPlus: false,
75
- # allowMinus: false
67
+ # Caused some JS console errors when setting "$"...
68
+ # $(":input[data-format='percentage']").autoNumeric("init", {
69
+ # vMin: "0",
70
+ # vMax: "99.999",
71
+ # aSign: " %",
72
+ # pSign: "s", # Place % as suffix
73
+ # aPad: true,
74
+ # wEmpty: "sign" # Keep % when empty
76
75
  # })
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dlegr250_material_design
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.38
4
+ version: 0.2.39
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel LeGrand
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-06-24 00:00:00.000000000 Z
11
+ date: 2016-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler