squeezem 0.1.3 → 0.1.4
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.
- data/README +4 -4
- metadata +5 -5
data/README
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
List pngs which are bigger than they need to be. Can
|
|
2
|
-
compress them, but is designed mainly to keep an eye on a
|
|
3
|
-
images to make sure they stay in good shape.
|
|
1
|
+
List pngs or jpgs which are bigger than they need to be. Can
|
|
2
|
+
optionally compress them, but is designed mainly to keep an eye on a
|
|
3
|
+
tree of images to make sure they stay in good shape.
|
|
4
4
|
|
|
5
5
|
Prerequisites
|
|
6
6
|
|
|
@@ -40,7 +40,7 @@ eg. a.png will only be processed once:
|
|
|
40
40
|
cd /web/images
|
|
41
41
|
squeezem a.png
|
|
42
42
|
|
|
43
|
-
Squeeze 'em.
|
|
43
|
+
Squeeze 'em. Compresses files in-place:
|
|
44
44
|
|
|
45
45
|
squeezem --squeezem .
|
|
46
46
|
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: squeezem
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 19
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 0.1.
|
|
9
|
+
- 4
|
|
10
|
+
version: 0.1.4
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Steve Woodcock
|
|
@@ -20,7 +20,7 @@ default_executable:
|
|
|
20
20
|
dependencies: []
|
|
21
21
|
|
|
22
22
|
description: |-
|
|
23
|
-
List pngs which are bigger than they need to be. Can optionally
|
|
23
|
+
List pngs or jpgs which are bigger than they need to be. Can optionally
|
|
24
24
|
compress them, but is designed mainly to keep an eye on a tree of
|
|
25
25
|
images to make sure they stay in good shape.
|
|
26
26
|
email:
|
|
@@ -72,6 +72,6 @@ rubyforge_project: squeezem
|
|
|
72
72
|
rubygems_version: 1.3.7
|
|
73
73
|
signing_key:
|
|
74
74
|
specification_version: 3
|
|
75
|
-
summary: List pngs which are bigger than they need to be, and optionally compress them
|
|
75
|
+
summary: List pngs or jpgs which are bigger than they need to be, and optionally compress them
|
|
76
76
|
test_files: []
|
|
77
77
|
|