hassle 0.0.0 → 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/README.textile +9 -1
  2. metadata +2 -2
@@ -2,6 +2,14 @@ h1. Hassle
2
2
 
3
3
  Making "SASS":http://sass-lang.com/ less of a hassle on read only filesystems. (like "Heroku":http://heroku.com)
4
4
 
5
+ h2. Install
6
+
7
+ Get it from "Gemcutter.":http://gemcutter.org
8
+
9
+ <pre>
10
+ gem install hassle -s http://gemcutter.org
11
+ </pre>
12
+
5
13
  h2. Usage
6
14
 
7
15
  By default, SASS compiles CSS into the @public/@ directory. On platforms like Heroku, "this won't work.":http://docs.heroku.com/constraints#read-only-filesystem Instead, Hassle compiles the SASS for you into @tmp/@ and serves it up via a @Rack::Static@ middleware.
@@ -66,7 +74,7 @@ For Rails: @script/plugin install git://github.com/pedro/hassle@. Done. Once you
66
74
 
67
75
  h3. Sinatra
68
76
 
69
- Here's a sample config.ru that's running here:"http://hassle-sinatra.heroku.com":
77
+ Here's a sample config.ru that's "up and running.":http://hassle-sinatra.heroku.com
70
78
 
71
79
  <pre>
72
80
  require 'sinatra'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hassle
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 0.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pedro Belo
@@ -24,7 +24,7 @@ dependencies:
24
24
  version: "0"
25
25
  version:
26
26
  - !ruby/object:Gem::Dependency
27
- name: sass
27
+ name: haml
28
28
  type: :runtime
29
29
  version_requirement:
30
30
  version_requirements: !ruby/object:Gem::Requirement