compass-retina-sprites 0.0.1 → 0.0.2

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 (2) hide show
  1. data/lib/compass-retina-sprites.rb +1 -0
  2. metadata +16 -2
@@ -1,3 +1,4 @@
1
1
  require 'compass'
2
+ require 'sassy-strings'
2
3
  extension_path = File.expand_path(File.join(File.dirname(__FILE__), ".."))
3
4
  Compass::Frameworks.register('compass-retina-sprites', :path => extension_path)
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 1
9
- version: 0.0.1
8
+ - 2
9
+ version: 0.0.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Tingan Ho
@@ -30,6 +30,20 @@ dependencies:
30
30
  version: "0.11"
31
31
  type: :runtime
32
32
  version_requirements: *id001
33
+ - !ruby/object:Gem::Dependency
34
+ name: sassy-strings
35
+ prerelease: false
36
+ requirement: &id002 !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ segments:
41
+ - 0
42
+ - 3
43
+ - 1
44
+ version: 0.3.1
45
+ type: :runtime
46
+ version_requirements: *id002
33
47
  description: Auto production of retina sprites
34
48
  email: tingan@clockies.com
35
49
  executables: []