chriseppstein-compass 0.3.2 → 0.3.3

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.2
1
+ 0.3.3
data/compass.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = %q{compass}
3
- s.version = "0.3.2"
3
+ s.version = "0.3.3"
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"]
@@ -1,7 +1,7 @@
1
- /* Classes that are useful for controlling what gets printed.
2
- You must mix +print-utilities into your print stylesheet
3
- and +print-utilities("screen") into your screen stylesheet.
4
- Note: these aren't semantic.
1
+ // Classes that are useful for controlling what gets printed.
2
+ // You must mix +print-utilities into your print stylesheet
3
+ // and +print-utilities("screen") into your screen stylesheet.
4
+ // Note: these aren't semantic.
5
5
  =print-utilities(!media = "print")
6
6
  @if !media == "print"
7
7
  .noprint,
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.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Eppstein