pinkman 0.9.3.4 → 0.9.3.5
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: 72206997f33ae98d5080b07700996ea86b54386b
|
4
|
+
data.tar.gz: 18ceb0f7c79260cdc53ac2089982afdd5a68daa6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0dbd64d06d200c74e60b7e962db772878ce8a8e160f44cbc61cac35b64ef6fb6ea9efc3e808fc95e8504c3db9f3bb2e4cd3e654aec006f7d49dfe2f242ee572a
|
7
|
+
data.tar.gz: b5fe39a9f1b26bc0522cba1f5c962d1ec2c65e29e6a3ac350581aabbe2356b58721687484f5a679bd9cb23d6ac2d7e802f2fe81e8dd050ff0ef98cece7e6e83f
|
@@ -149,7 +149,6 @@ class window.PinkmanAction extends window.PinkmanObject
|
|
149
149
|
else if Pinkman.isArray(@eventName)
|
150
150
|
@attach(ev) for ev in @eventName
|
151
151
|
|
152
|
-
|
153
152
|
# --- action collection
|
154
153
|
class window.PinkmanActions extends window.PinkmanCollection
|
155
154
|
call: (args...) ->
|
@@ -10,5 +10,4 @@ Number.prototype.print = (precision, delimiter, separator) ->
|
|
10
10
|
s = if n < 0 then "-" else ""
|
11
11
|
i = String(parseInt(n = Math.abs(Number(n) || 0).toFixed(precision)))
|
12
12
|
j = if (j = i.length) > 3 then j % 3 else 0
|
13
|
-
return s + (if j then i.substr(0, j) + delimiter else "") + i.substr(j).replace(/(\d{3})(?=\d)/g, "$1" + delimiter) + (if precision then separator + Math.abs(n - i).toFixed(precision).slice(2) else "")
|
14
|
-
|
13
|
+
return s + (if j then i.substr(0, j) + delimiter else "") + i.substr(j).replace(/(\d{3})(?=\d)/g, "$1" + delimiter) + (if precision then separator + Math.abs(n - i).toFixed(precision).slice(2) else "")
|
data/lib/pinkman/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pinkman
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.3.
|
4
|
+
version: 0.9.3.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Agilso Oliveira
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-07-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|