graphpaper 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (6) hide show
  1. data/Manifest +0 -1
  2. data/README +8 -3
  3. data/Rakefile +1 -1
  4. data/graphpaper.gemspec +2 -2
  5. metadata +2 -3
  6. data/INSTALL +0 -2
data/Manifest CHANGED
@@ -1,4 +1,3 @@
1
- INSTALL
2
1
  README
3
2
  Rakefile
4
3
  lib/graphpaper.rb
data/README CHANGED
@@ -1,6 +1,11 @@
1
- compass-graphpaper
2
- ==================
1
+ # compass-graphpaper
3
2
 
4
3
  A lightweight fixed-grid [Compass](http://compass-style.org) framework for Ruby curmudgeons.
5
4
 
6
- Read INSTALL for installation instructions.
5
+ ## Installation Instructions
6
+
7
+ Make sure you have both rubygems and the latest edge version of Compass installed
8
+
9
+ > sudo gem install rubygems
10
+ > sudo gem install compass --pre
11
+ > sudo gem install graphpaper
data/Rakefile CHANGED
@@ -2,7 +2,7 @@ require 'rubygems'
2
2
  require 'rake'
3
3
  require 'echoe'
4
4
 
5
- Echoe.new('graphpaper', '0.0.1') do |p|
5
+ Echoe.new('graphpaper', '0.0.2') do |p|
6
6
  p.description = "A lightweight fixed-grid Compass framework for Ruby curmudgeons."
7
7
  p.url = "http://github.com/alexcabrera/compas-graphpaper/"
8
8
  p.author = "Alex Cabrera"
data/graphpaper.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{graphpaper}
5
- s.version = "0.0.1"
5
+ s.version = "0.0.2"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Alex Cabrera"]
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
10
10
  s.description = %q{A lightweight fixed-grid Compass framework for Ruby curmudgeons.}
11
11
  s.email = %q{alex@policus.com}
12
12
  s.extra_rdoc_files = ["README", "lib/graphpaper.rb"]
13
- s.files = ["INSTALL", "README", "Rakefile", "lib/graphpaper.rb", "stylesheets/_graphpaper.sass", "stylesheets/graphpaper/_ie.sass", "stylesheets/graphpaper/_print.sass", "stylesheets/graphpaper/_screen.sass", "stylesheets/graphpaper/modules/_colors.sass", "stylesheets/graphpaper/modules/_grid.sass", "stylesheets/graphpaper/modules/_reset.sass", "stylesheets/graphpaper/modules/_typography.sass", "templates/project/common/_footer.sass", "templates/project/common/_header.sass", "templates/project/common/_typography.sass", "templates/project/config/_base.sass", "templates/project/config/_settings.sass", "templates/project/ie.sass", "templates/project/manifest.rb", "templates/project/print.sass", "templates/project/screen.sass", "Manifest", "graphpaper.gemspec"]
13
+ s.files = ["README", "Rakefile", "lib/graphpaper.rb", "stylesheets/_graphpaper.sass", "stylesheets/graphpaper/_ie.sass", "stylesheets/graphpaper/_print.sass", "stylesheets/graphpaper/_screen.sass", "stylesheets/graphpaper/modules/_colors.sass", "stylesheets/graphpaper/modules/_grid.sass", "stylesheets/graphpaper/modules/_reset.sass", "stylesheets/graphpaper/modules/_typography.sass", "templates/project/common/_footer.sass", "templates/project/common/_header.sass", "templates/project/common/_typography.sass", "templates/project/config/_base.sass", "templates/project/config/_settings.sass", "templates/project/ie.sass", "templates/project/manifest.rb", "templates/project/print.sass", "templates/project/screen.sass", "Manifest", "graphpaper.gemspec"]
14
14
  s.homepage = %q{http://github.com/alexcabrera/compas-graphpaper/}
15
15
  s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Graphpaper", "--main", "README"]
16
16
  s.require_paths = ["lib"]
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 1
9
- version: 0.0.1
8
+ - 2
9
+ version: 0.0.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Alex Cabrera
@@ -28,7 +28,6 @@ extra_rdoc_files:
28
28
  - README
29
29
  - lib/graphpaper.rb
30
30
  files:
31
- - INSTALL
32
31
  - README
33
32
  - Rakefile
34
33
  - lib/graphpaper.rb
data/INSTALL DELETED
@@ -1,2 +0,0 @@
1
- Installation instructions for compass-graphpaper
2
- ================================================