happygrep 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/bin/happygrep +2 -0
  2. data/lib/happygrep/version.rb +1 -1
  3. metadata +4 -2
data/bin/happygrep ADDED
@@ -0,0 +1,2 @@
1
+ #!/usr/bin/env bash
2
+ echo "https://github.com/happypeter/happygrep"
@@ -1,3 +1,3 @@
1
1
  module Happygrep
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: happygrep
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -14,7 +14,8 @@ dependencies: []
14
14
  description: a grep front-end
15
15
  email:
16
16
  - happypeter1983@gmail.com
17
- executables: []
17
+ executables:
18
+ - happygrep
18
19
  extensions: []
19
20
  extra_rdoc_files: []
20
21
  files:
@@ -23,6 +24,7 @@ files:
23
24
  - LICENSE
24
25
  - README.md
25
26
  - Rakefile
27
+ - bin/happygrep
26
28
  - happygrep.gemspec
27
29
  - lib/happygrep.rb
28
30
  - lib/happygrep/version.rb