chriseppstein-compass-960-plugin 0.9.5 → 0.9.6

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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.9.5
1
+ 0.9.6
@@ -1,10 +1,12 @@
1
+ # -*- encoding: utf-8 -*-
2
+
1
3
  Gem::Specification.new do |s|
2
4
  s.name = %q{compass-960-plugin}
3
- s.version = "0.9.5"
5
+ s.version = "0.9.6"
4
6
 
5
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
6
8
  s.authors = ["Chris Eppstein"]
7
- s.date = %q{2009-04-29}
9
+ s.date = %q{2009-06-03}
8
10
  s.description = %q{The 960 Grid System is an effort to streamline web development workflow by providing commonly used dimensions, based on a width of 960 pixels. http://960.gs/}
9
11
  s.email = %q{chris@eppsteins.net}
10
12
  s.extra_rdoc_files = ["lib/ninesixty/compass_plugin.rb", "lib/ninesixty/sass_extensions.rb", "lib/ninesixty.rb", "README.mkdn"]
@@ -13,14 +15,14 @@ Gem::Specification.new do |s|
13
15
  s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Compass-960-plugin", "--main", "README.mkdn"]
14
16
  s.require_paths = ["lib"]
15
17
  s.rubyforge_project = %q{compass-960-plugin}
16
- s.rubygems_version = %q{1.2.0}
18
+ s.rubygems_version = %q{1.3.3}
17
19
  s.summary = %q{Compass compatible Sass port of 960.gs.}
18
20
 
19
21
  if s.respond_to? :specification_version then
20
22
  current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
21
- s.specification_version = 2
23
+ s.specification_version = 3
22
24
 
23
- if current_version >= 3 then
25
+ if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
24
26
  s.add_runtime_dependency(%q<chriseppstein-compass>, [">= 0"])
25
27
  s.add_development_dependency(%q<echoe>, [">= 0"])
26
28
  else
data/sass/960/_text.sass CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  =text(!font_family = !ninesixty_font_family)
4
4
  body
5
- :font= 13px/1.5 !ninesixty_font_family
5
+ :font= "13px/1.5" !ninesixty_font_family
6
6
 
7
7
  a:focus
8
8
  :outline 1px dotted invert
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chriseppstein-compass-960-plugin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.5
4
+ version: 0.9.6
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-04-29 00:00:00 -07:00
12
+ date: 2009-06-03 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -24,7 +24,7 @@ dependencies:
24
24
  version:
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: echoe
27
- type: :runtime
27
+ type: :development
28
28
  version_requirement:
29
29
  version_requirements: !ruby/object:Gem::Requirement
30
30
  requirements:
@@ -86,7 +86,7 @@ requirements: []
86
86
  rubyforge_project: compass-960-plugin
87
87
  rubygems_version: 1.2.0
88
88
  signing_key:
89
- specification_version: 2
89
+ specification_version: 3
90
90
  summary: Compass compatible Sass port of 960.gs.
91
91
  test_files: []
92
92