rak-eugeneching 1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata ADDED
@@ -0,0 +1,54 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rak-eugeneching
3
+ version: !ruby/object:Gem::Version
4
+ version: '1.5'
5
+ platform: ruby
6
+ authors:
7
+ - Eugene Ching
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2013-05-31 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: " Grep replacement, recursively scans directories to match a given
14
+ Ruby regular expression. Prints highlighted results.\n Based on the Perl tool
15
+ 'ack' by Andy Lester. Fork of the original Rak tool by Daniel Lucraft. This version
16
+ implements \n stability improvements, UI improvments (display, colors), column
17
+ handling, bug fixes.\n"
18
+ email: eugene@enegue.com
19
+ executables:
20
+ - rak
21
+ extensions: []
22
+ extra_rdoc_files: []
23
+ files:
24
+ - History.txt
25
+ - Manifest.txt
26
+ - README.md
27
+ - bin/rak
28
+ - lib/rak.rb
29
+ - spec/rak_spec.rb
30
+ - spec/help_spec.rb
31
+ homepage: http://rak.rubyforge.org
32
+ licenses: []
33
+ metadata: {}
34
+ post_install_message:
35
+ rdoc_options: []
36
+ require_paths:
37
+ - lib
38
+ required_ruby_version: !ruby/object:Gem::Requirement
39
+ requirements:
40
+ - - '>='
41
+ - !ruby/object:Gem::Version
42
+ version: '0'
43
+ required_rubygems_version: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - '>='
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
48
+ requirements: []
49
+ rubyforge_project: rak-eugeneching
50
+ rubygems_version: 2.0.0
51
+ signing_key:
52
+ specification_version: 4
53
+ summary: A grep replacement in Ruby, type "rak pattern".
54
+ test_files: []