wesabe-keyword_search 1.4

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,69 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: wesabe-keyword_search
3
+ version: !ruby/object:Gem::Version
4
+ version: "1.4"
5
+ platform: ruby
6
+ authors:
7
+ - Bruce Williams
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2009-02-07 00:00:00 -08:00
13
+ default_executable:
14
+ dependencies: []
15
+
16
+ description: Generic library to parse GMail-style search strings for keyword/value pairs; supports definition of valid keywords and handling of quoted values.
17
+ email: bruce@codefluency.com
18
+ executables: []
19
+
20
+ extensions: []
21
+
22
+ extra_rdoc_files:
23
+ - lib/keyword_search/definition.rb
24
+ - lib/keyword_search.rb
25
+ - lib/keyword_search.rl
26
+ - README.rdoc
27
+ files:
28
+ - History.txt
29
+ - lib/keyword_search/definition.rb
30
+ - lib/keyword_search.rb
31
+ - lib/keyword_search.rl
32
+ - Manifest
33
+ - Rakefile
34
+ - README.rdoc
35
+ - test/test_keyword_search.rb
36
+ - keyword_search.gemspec
37
+ has_rdoc: true
38
+ homepage: http://github.com/bruce/keyword_search
39
+ post_install_message:
40
+ rdoc_options:
41
+ - --line-numbers
42
+ - --inline-source
43
+ - --title
44
+ - Keyword_search
45
+ - --main
46
+ - README.rdoc
47
+ require_paths:
48
+ - lib
49
+ required_ruby_version: !ruby/object:Gem::Requirement
50
+ requirements:
51
+ - - ">="
52
+ - !ruby/object:Gem::Version
53
+ version: "0"
54
+ version:
55
+ required_rubygems_version: !ruby/object:Gem::Requirement
56
+ requirements:
57
+ - - ">="
58
+ - !ruby/object:Gem::Version
59
+ version: "1.2"
60
+ version:
61
+ requirements: []
62
+
63
+ rubyforge_project: codefluency
64
+ rubygems_version: 1.2.0
65
+ signing_key:
66
+ specification_version: 2
67
+ summary: Generic library to parse GMail-style search strings for keyword/value pairs; supports definition of valid keywords and handling of quoted values.
68
+ test_files:
69
+ - test/test_keyword_search.rb