alexcabrera-graphpaper 0.2.3 → 0.2.4

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.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :minor: 2
3
- :patch: 3
3
+ :patch: 4
4
4
  :major: 0
data/graphpaper.gemspec CHANGED
@@ -2,12 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{graphpaper}
5
- s.version = "0.2.3"
5
+ s.version = "0.2.4"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Alex Cabrera"]
9
- s.date = %q{2009-07-11}
10
-
9
+ s.date = %q{2009-07-12}
11
10
  s.description = %q{A great starting point for projects that makes no design assumptions.}
12
11
  s.email = %q{alex@policus.com}
13
12
  s.extra_rdoc_files = [
@@ -1,4 +1,6 @@
1
- stylesheet 'screen.sass', :media => 'screen, projection'
2
1
  stylesheet 'partials/_base.sass'
2
+ stylesheet 'partials/_config.sass'
3
+ stylesheet 'screen.sass', :media => 'screen, projection'
4
+ stylesheet 'sitemap.sass', :media => 'screen, projection'
3
5
  stylesheet 'print.sass', :media => 'print'
4
6
  stylesheet 'ie.sass', :media => 'screen, projection', :condition => "lt IE 8"
@@ -1,2 +1,2 @@
1
- @imoprt partials/base.sass
2
- @import graphpaper/screen.sass
1
+ @import partials/base.sass
2
+ @import graphpaper/screen.sass
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alexcabrera-graphpaper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Cabrera
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-07-11 00:00:00 -07:00
12
+ date: 2009-07-12 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies: []
15
15