alexcabrera-graphpaper 0.2.8 → 0.2.9

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :minor: 2
3
- :patch: 8
3
+ :patch: 9
4
4
  :major: 0
data/graphpaper.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{graphpaper}
8
- s.version = "0.2.8"
8
+ s.version = "0.2.9"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Alex Cabrera"]
@@ -1,3 +1,3 @@
1
1
  @import graphpaper/screen.sass
2
2
  @import partials/config.sass
3
- @imoprt partials/base.sass
3
+ @import partials/base.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.8
4
+ version: 0.2.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Cabrera
@@ -46,6 +46,7 @@ files:
46
46
  - templates/project/shared/_typography.sass
47
47
  has_rdoc: true
48
48
  homepage: http://github.com/alexcabrera/graphpaper
49
+ licenses:
49
50
  post_install_message:
50
51
  rdoc_options:
51
52
  - --charset=UTF-8
@@ -66,7 +67,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
66
67
  requirements: []
67
68
 
68
69
  rubyforge_project:
69
- rubygems_version: 1.2.0
70
+ rubygems_version: 1.3.5
70
71
  signing_key:
71
72
  specification_version: 2
72
73
  summary: A Sass library for use with the Compass stylesheet authoring framework.