groute 0.1.4 → 0.1.5

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 +1 -1
  2. data/lib/groute/version.rb +1 -1
  3. metadata +3 -3
data/bin/groute CHANGED
@@ -9,5 +9,5 @@ else
9
9
  unless File.exists?(groutes_store) && File.mtime(groutes_store) > File.mtime(routes_file)
10
10
  `rake routes > #{groutes_store}`
11
11
  end
12
- puts `cat #{groutes_store} | grep --color -i #{search_term}`
12
+ puts `cat #{groutes_store} | grep --color=always -i #{search_term}`
13
13
  end
@@ -1,3 +1,3 @@
1
1
  module Groute
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.5"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: groute
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 4
10
- version: 0.1.4
9
+ - 5
10
+ version: 0.1.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jordan Carter