herbgobbler 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/bin/gobble +1 -1
  2. metadata +6 -6
data/bin/gobble CHANGED
@@ -2,7 +2,7 @@
2
2
  require 'lib/herbgobbler'
3
3
 
4
4
  def print_usage
5
- puts "ruby scripts/rails_gobble_all_views.rb <rails_root>"
5
+ puts "gobble <rails_root>"
6
6
  end
7
7
 
8
8
  # remove the file extension and the app/views/ so that
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: herbgobbler
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
5
- prerelease: false
4
+ hash: 31
5
+ prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 1
10
- version: 0.1.1
9
+ - 2
10
+ version: 0.1.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Douglas Sellers
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-02-14 00:00:00 -08:00
18
+ date: 2011-02-19 00:00:00 -08:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -146,7 +146,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
146
146
  requirements: []
147
147
 
148
148
  rubyforge_project:
149
- rubygems_version: 1.3.7
149
+ rubygems_version: 1.4.2
150
150
  signing_key:
151
151
  specification_version: 3
152
152
  summary: Allows english text extraction, for internationalization and localization, from Ruby on Rails ERB files