densify 0.0.2 → 0.0.3
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 +4 -4
- data/ext/densify/densify.c +3 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 91692d5591adb32b8bf8b5df495c10706748cd8c
|
4
|
+
data.tar.gz: b56f36449d64011296c6934f978f707e007e346b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 27544b5cfda6195f5850a5f9e8c906daa6c8327ce86eb94f184bc2aedcefb1b33e56f65ec560e44e98beeb316dbf0e46b2fe88a44367c3f1941feb8e3e49fc75
|
7
|
+
data.tar.gz: 8442d231933e41be09189ae8966fbdd34d7427db6c8af0a8f9bfcdf8a664fb0ee4babe49761f56f401ae1faa3367e82528e4f5ef34b5744a7d9c03b3979d7fec
|
data/ext/densify/densify.c
CHANGED
@@ -57,6 +57,7 @@ static VALUE densify(VALUE self) {
|
|
57
57
|
break;
|
58
58
|
}
|
59
59
|
}
|
60
|
-
|
61
|
-
|
60
|
+
|
61
|
+
// no need to null terminate
|
62
|
+
return rb_str_new(minified, minified_index);
|
62
63
|
}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: densify
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nathaniel Symer
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-05-
|
11
|
+
date: 2014-05-28 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Densify is a general-purpose string minification gem written purely in
|
14
14
|
C. It takes mere microseconds (literally) to minify thousands of lines of CSS to
|