sprite-factory-custom 1.6.4.2 → 1.6.4.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/bin/sf +1 -1
- data/lib/sprite_factory.rb +1 -1
- 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: 9e488f3cdbbb89226fd39cfecee7c3e1f79bf4fc
|
4
|
+
data.tar.gz: 286a3433eda8e3e9f0a64e9d574675e7273cb89e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2a53318e43f5d07620edf21683c13fd3621a74e569f2b25f1204c97f2c2af4f2e5a90caea70f2f1b275d18cbd7383aa79270781d98159cb74fa44527c58f04fe
|
7
|
+
data.tar.gz: b731817ab5ef12027aae94f6139fa90cc6c298fe14c915c51284ebbf566cc66cf9343a5a56a6b51881128cc913f0a16b774d75a3531a6b9696fb1905bd610eb5
|
data/bin/sf
CHANGED
@@ -49,7 +49,7 @@ op.on("--margin [PIXELS]", margin_help) {|value| options[:margi
|
|
49
49
|
op.on("--nocomments", nocomments_help) {|value| options[:nocomments] = true }
|
50
50
|
op.on("--retina", retina_help) {|value| options[:retina] = true }
|
51
51
|
op.on("--media_query", media_query_help) {|value| options[:media_query] = true }
|
52
|
-
op.on("--prevent_caching", prevent_caching_help) {|value| options[:
|
52
|
+
op.on("--prevent_caching", prevent_caching_help) {|value| options[:prevent_caching] = true }
|
53
53
|
|
54
54
|
begin
|
55
55
|
op.parse!(ARGV)
|
data/lib/sprite_factory.rb
CHANGED
@@ -2,7 +2,7 @@ module SpriteFactory
|
|
2
2
|
|
3
3
|
#----------------------------------------------------------------------------
|
4
4
|
|
5
|
-
VERSION = "1.6.4.
|
5
|
+
VERSION = "1.6.4.3"
|
6
6
|
SUMMARY = "Automatic CSS sprite generator"
|
7
7
|
DESCRIPTION = "[tam-vo/sprite-factory v#{VERSION}] Combines individual images from a directory into a single sprite image file and creates an appropriate CSS stylesheet"
|
8
8
|
LIB = File.dirname(__FILE__)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sprite-factory-custom
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.6.4.
|
4
|
+
version: 1.6.4.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jake Gordon
|
@@ -39,7 +39,7 @@ dependencies:
|
|
39
39
|
- - '>='
|
40
40
|
- !ruby/object:Gem::Version
|
41
41
|
version: '0'
|
42
|
-
description: '[tam-vo/sprite-factory v1.6.4.
|
42
|
+
description: '[tam-vo/sprite-factory v1.6.4.3] Combines individual images from a directory
|
43
43
|
into a single sprite image file and creates an appropriate CSS stylesheet'
|
44
44
|
email:
|
45
45
|
- jake@codeincomplete.com
|