zeke-hamlize_views 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.textile +2 -2
  2. data/VERSION.yml +1 -1
  3. metadata +1 -1
data/README.textile CHANGED
@@ -15,8 +15,8 @@ h2. Usage
15
15
 
16
16
  <pre><code>
17
17
  $ cd /path/to/rails_app/
18
- $ hamlize_views # Creates HAMLized versions of all app/views/**/*.erb files
19
- $ hamlize_views app/views/my_model # Directory specific conversion
18
+ $ hamlize_views # Displays usage
19
+ $ hamlize_views app/views/my_model # Creates HAMLized versions of all app/views/my_model/*.html.erb files
20
20
  </code>
21
21
  </pre>
22
22
 
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 0
4
- :patch: 2
4
+ :patch: 3
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zeke-hamlize_views
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zeke Sikelianos