iudex-simhash 1.2.b.0-java → 1.2.b.1-java

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,7 @@
1
+ === 1.2.b.1 (2012-3-23)
2
+ * Add EM SPACE awareness to Tokenizer
3
+ * Add SimHashGenerator.setPreFilters
4
+
1
5
  === 1.2.b.0 (2012-3-4)
2
6
  * Upgrade to tarpit ~> 2.0, bundler Gemfile, gemspec (dev)
3
7
 
@@ -13,4 +13,4 @@ test/setup.rb
13
13
  test/test_fuzzy_set.rb
14
14
  test/test_simhash_generator.rb
15
15
  test/html/gentest.html
16
- lib/iudex-simhash/iudex-simhash-1.2.b.0.jar
16
+ lib/iudex-simhash/iudex-simhash-1.2.b.1.jar
@@ -16,6 +16,6 @@
16
16
 
17
17
  module Iudex
18
18
  module SimHash
19
- VERSION = '1.2.b.0'
19
+ VERSION = '1.2.b.1'
20
20
  end
21
21
  end
data/pom.xml CHANGED
@@ -3,7 +3,7 @@
3
3
  <groupId>iudex</groupId>
4
4
  <artifactId>iudex-simhash</artifactId>
5
5
  <packaging>jar</packaging>
6
- <version>1.2.b.0</version>
6
+ <version>1.2.b.1</version>
7
7
  <name>Iudex simhash production and searching</name>
8
8
 
9
9
  <parent>
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: iudex-simhash
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease: 4
5
- version: 1.2.b.0
5
+ version: 1.2.b.1
6
6
  platform: java
7
7
  authors:
8
8
  - David Kellum
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2012-03-05 00:00:00 Z
13
+ date: 2012-03-23 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: iudex-core
@@ -93,7 +93,7 @@ files:
93
93
  - test/test_fuzzy_set.rb
94
94
  - test/test_simhash_generator.rb
95
95
  - test/html/gentest.html
96
- - lib/iudex-simhash/iudex-simhash-1.2.b.0.jar
96
+ - lib/iudex-simhash/iudex-simhash-1.2.b.1.jar
97
97
  homepage: http://github.com/dekellum/iudex
98
98
  licenses: []
99
99