sassy-text-shadow 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.mdown +3 -1
  2. data/lib/sassy-text-shadow.rb +1 -1
  3. metadata +6 -6
@@ -4,9 +4,11 @@
4
4
 
5
5
  Sassy Text Shadow is a Sass mixin that calculates convoluted curvy shadows for css3 text-shadow. It can also be used for box-shadow if you're into that kind of thing.
6
6
 
7
+ Sassy Text Shadows can be used as a [Compass](http://compass-style.org/) [extension](http://compass-style.org/help/tutorials/extensions/) and can be installed as a [Ruby gem](https://rubygems.org/gems/sassy-text-shadow).
7
8
 
9
+ View the [test](http://dabblet.com/gist/1565787).
8
10
 
9
- Sassy Text Shadows can be used as a [Compass](http://compass-style.org/) [extension](http://compass-style.org/help/tutorials/extensions/) and can be installed as a [Ruby gem](https://rubygems.org/gems/sassy-text-shadow).
11
+ [Sassy Mother Effiing Text Shadow](http://sassymothereffingtextshadow.com/)
10
12
 
11
13
  ## Installation
12
14
 
@@ -3,7 +3,7 @@ Compass::Frameworks.register("sassy-text-shadow", :path => "#{File.dirname(__FIL
3
3
 
4
4
  module SassyTextShadow
5
5
 
6
- VERSION = "0.0.3"
6
+ VERSION = "0.0.4"
7
7
  DATE = "2012-01-05"
8
8
 
9
9
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sassy-text-shadow
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 3
10
- version: 0.0.3
9
+ - 4
10
+ version: 0.0.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Mason Wendell
@@ -68,12 +68,12 @@ required_rubygems_version: !ruby/object:Gem::Requirement
68
68
  requirements:
69
69
  - - ">="
70
70
  - !ruby/object:Gem::Version
71
- hash: 23
71
+ hash: 17
72
72
  segments:
73
73
  - 1
74
74
  - 3
75
- - 6
76
- version: 1.3.6
75
+ - 5
76
+ version: 1.3.5
77
77
  requirements: []
78
78
 
79
79
  rubyforge_project: