public
Description: Generic support for extracting GMail-style search keywords/values from strings
Homepage: http://codefluency.rubyforge.org/keyword_search
Clone URL: git://github.com/bruce/keyword_search.git
bruce (author)
Thu Oct 22 17:21:34 -0700 2009
commit  6ad74363007fd0820aa498763b48e81812acfb6c
tree    288f0474e9a0df92a50c16398cb545575f2c1825
parent  a1299d9621f58a0daa6f61b254fa57f6d15bec0f
keyword_search / keyword_search.gemspec
100644 50 lines (44 sloc) 1.497 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
 
Gem::Specification.new do |s|
  s.name = %q{keyword_search}
  s.version = "1.4.1"
 
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Bruce Williams", "Eric Lindvall"]
  s.date = %q{2009-10-22}
  s.email = ["bruce@codefluency.com", "eric@sevenscale.com"]
  s.extra_rdoc_files = [
    "README.markdown"
  ]
  s.files = [
    "History.txt",
     "Manifest",
     "README.markdown",
     "Rakefile",
     "VERSION",
     "keyword_search.gemspec",
     "lib/keyword_search.rb",
     "lib/keyword_search.rl",
     "lib/keyword_search/definition.rb",
     "test/test_keyword_search.rb"
  ]
  s.homepage = %q{http://github.com/bruce/keyword_search}
  s.rdoc_options = ["--charset=UTF-8"]
  s.require_paths = ["lib"]
  s.rubyforge_project = %q{codefluency}
  s.rubygems_version = %q{1.3.5}
  s.summary = %q{Generic library to parse GMail-style search strings for keyword/value pairs; supports definition of valid keywords and handling of quoted values.}
  s.test_files = [
    "test/test_keyword_search.rb"
  ]
 
  if s.respond_to? :specification_version then
    current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
    s.specification_version = 3
 
    if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
    else
    end
  else
  end
end