groute 0.0.2 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/bin/groute +2 -1
  2. data/lib/groute/version.rb +1 -1
  3. metadata +2 -2
data/bin/groute CHANGED
@@ -1,6 +1,7 @@
1
1
  #!/usr/bin/env ruby
2
2
  if ARGV.nil? || ARGV.size == 0
3
- puts "Usage: groute.rb PATTERN"
3
+ puts "Usage: groute PATTERN"
4
+ puts "Description: Equivalent to 'rake routes | grep <PATTERN>' but caches output. Relies on config/routes.rb modification time to refresh cache."
4
5
  else
5
6
  search_term = ARGV.first
6
7
  groutes_store = File.expand_path(File.dirname('./'), 'tmp/.groutes')
@@ -1,3 +1,3 @@
1
1
  module Groute
2
- VERSION = "0.0.2"
2
+ VERSION = "0.1.0"
3
3
  end
metadata CHANGED
@@ -5,9 +5,9 @@ version: !ruby/object:Gem::Version
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
+ - 1
8
9
  - 0
9
- - 2
10
- version: 0.0.2
10
+ version: 0.1.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jordan Carter