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
1.0.4 release

git-svn-id: 
svn+ssh://rubyforge.org/var/svn/codefluency/keyword_search/trunk@13 
a36c4c08-a44a-49c9-8a5d-6074d9d18ea7
wbruce (author)
Mon Jan 15 21:38:50 -0800 2007
commit  8acf7081d9c3540cd859a05b1f768cc26ef40f83
tree    8340964935367036550b1467d13a4147eaec5274
parent  bb67717bb2932ec5636272a734c60937fde5ec49
...
 
 
 
 
 
1
2
3
4
...
1
2
3
4
5
6
7
8
9
0
@@ -1,3 +1,8 @@
0
+= 1.0.4 / 2007-01-15
0
+
0
+* Updated Dhaka dependency to lock to version 0.0.6 due to breakage of backwards compatibility in 1.0.0.
0
+ Will update to allow 1.0.0+ once changes to Dhaka API stabilize (thanks to Dhaka author Mushfeq Khan for the tip)
0
+
0
 == 1.0.0 / 2007-01-08
0
 
0
 * Initial release
0
\ No newline at end of file
...
12
13
14
15
 
16
17
18
...
12
13
14
 
15
16
17
18
0
@@ -12,7 +12,7 @@ Hoe.new('keyword_search', KeywordSearch::VERSION) do |p|
0
   p.author = 'Bruce Williams'
0
   p.email = 'bruce@codefluency.com'
0
   p.changes = p.paragraphs_of('History.txt', 0..1).join("\n\n")
0
- p.extra_deps = [['dhaka', '>= 0.0.6']]
0
+ p.extra_deps = [['dhaka', '= 0.0.6']]
0
 end
0
 
0
 task :rebuild_parser do
...
7
8
9
10
 
11
12
13
...
7
8
9
 
10
11
12
13
0
@@ -7,7 +7,7 @@ end
0
 
0
 module KeywordSearch
0
   
0
- VERSION = '1.0.3'
0
+ VERSION = '1.0.4'
0
   
0
   class << self
0
     def search(input_string, definition=nil, &block)

Comments

    No one has commented yet.