sprite-factory-custom 1.6.0 → 1.6.1

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 +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8a81c8fe6af96b06771bb7f78ab64aaa536e4e4b
4
- data.tar.gz: 148fe646cc3d9c81518a5b029b9d2027fb795663
3
+ metadata.gz: c2ecbb8bb1a7ec8be758af9d13a03ce6b1959276
4
+ data.tar.gz: c52c5bfc4a5d35d4baf4b6e4baef9ba896da1822
5
5
  SHA512:
6
- metadata.gz: 60177384a302f97fa156797b768342a8897cb7c1e2f47b2745658d496fa46aa70d2c108f9f6038e08d33e0cd9286d103c122ef36a5540b98ce4a37e945a97672
7
- data.tar.gz: 11daf41fed50c6e336c6ab4ba865d03684b8b9d0c56fce96abe653ec23135e0d033ed700a4d4a4d3d4b71ab2040d3f59888ec6921544617b2c02660a68032654
6
+ metadata.gz: 8732914483a9497b38074802e423b845b8474cd278fac7ae37dd038a06ba2f9226cd4c39a06ae03aaaeb5e54b8eca8cef8bf9621a5de68b1fff4fc5777651c25
7
+ data.tar.gz: dd3ee2dde1633ebb0a4d83758423d3ecdaf9abce7fdd9053b2cd6205bef13dbeebb8e19a5f351aac1f92e62c2d472a54942ba2f832107fae646a07af299c1438
data/bin/sf CHANGED
@@ -39,7 +39,7 @@ op.on("--selector [SELECTOR]", selector_help) {|value| options[:selec
39
39
  op.on("--cssurl [CSSURL]", cssurl_help) {|value| options[:cssurl] = value }
40
40
  op.on("--output-image [PATH]", output_image_help) {|value| options[:output_image] = value }
41
41
  op.on("--output-style [PATH]", output_style_help) {|value| options[:output_style] = value }
42
- op.on("--custom-styles [STYLES]", custom_styles_help) {|value| options[:custom_style] = value }
42
+ op.on("--custom-styles [STYLES]", custom_styles_help) {|value| options[:custom_styles] = value }
43
43
  op.on("--pngcrush", pngcrush_help) {|value| options[:pngcrush] = value }
44
44
  op.on("--padding [PIXELS]", padding_help) {|value| options[:padding] = value.to_i }
45
45
  op.on("--margin [PIXELS]", margin_help) {|value| options[:margin] = value.to_i }
@@ -2,7 +2,7 @@ module SpriteFactory
2
2
 
3
3
  #----------------------------------------------------------------------------
4
4
 
5
- VERSION = "1.6.0"
5
+ VERSION = "1.6.1"
6
6
  SUMMARY = "Automatic CSS sprite generator"
7
7
  DESCRIPTION = "[tam-vo/sprite-factory] 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.0
4
+ version: 1.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jake Gordon