chriseppstein-compass 0.5.1 → 0.5.2

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.5.1
1
+ 0.5.2
data/compass.gemspec CHANGED
@@ -1,10 +1,10 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = %q{compass}
3
- s.version = "0.5.1"
3
+ s.version = "0.5.2"
4
4
 
5
5
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
6
6
  s.authors = ["Chris Eppstein"]
7
- s.date = %q{2009-02-25}
7
+ s.date = %q{2009-03-11}
8
8
  s.default_executable = %q{compass}
9
9
  s.description = %q{Sass-Based CSS Meta-Framework. Semantic, Maintainable CSS.}
10
10
  s.email = %q{chris@eppsteins.net}
@@ -7,9 +7,9 @@
7
7
  @import modules/debug.sass
8
8
 
9
9
  =blueprint(!body_selector = "body")
10
- +blueprint-grid
11
10
  +blueprint-typography(!body_selector)
12
11
  +blueprint-utilities
12
+ +blueprint-grid
13
13
  +blueprint-debug
14
14
  +blueprint-interaction
15
15
  +blueprint-form
@@ -63,7 +63,7 @@
63
63
 
64
64
  /*
65
65
  Surround uppercase words and abbreviations with this class.
66
- Based on work by Jørgen Arnor Gårdsø Lom [http://twistedintellect.com/] */
66
+ Based on work by Jørgen Arnor Gårdsø Lom [http://twistedintellect.com/]
67
67
  =caps
68
68
  :font-variant small-caps
69
69
  :letter-spacing 1px
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chriseppstein-compass
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Eppstein
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-02-25 00:00:00 -08:00
12
+ date: 2009-03-11 00:00:00 -07:00
13
13
  default_executable: compass
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency