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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/bin/sf +1 -1
  3. data/lib/sprite_factory.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: acdd506066ca2481fb68d44b9559fb608f28cec6
4
- data.tar.gz: 153e91bc54d8fc96976fbcfe393e902d8c2b2987
3
+ metadata.gz: 9e488f3cdbbb89226fd39cfecee7c3e1f79bf4fc
4
+ data.tar.gz: 286a3433eda8e3e9f0a64e9d574675e7273cb89e
5
5
  SHA512:
6
- metadata.gz: 30b1edcf0f19fecbb19e710f2fb51b824a4d3dea76ec60241e6b0bfc21af98ea129e932d938db05336d40602ca633d093dd592529946f6c1b76b955989835313
7
- data.tar.gz: 7c8cf62d283d5130721c2b6bda41abf6fbd67ea47f3a3f24ac9c2a4cc37a8af9901f23ef7fd7562d000d2fe14000e66d32db2d6a43c9824f2cb30bd58386528a
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[:prevent_caching_help] = true }
52
+ op.on("--prevent_caching", prevent_caching_help) {|value| options[:prevent_caching] = true }
53
53
 
54
54
  begin
55
55
  op.parse!(ARGV)
@@ -2,7 +2,7 @@ module SpriteFactory
2
2
 
3
3
  #----------------------------------------------------------------------------
4
4
 
5
- VERSION = "1.6.4.2"
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.2
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.2] Combines individual images from a directory
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