iudex-brutefuzzy-protobuf 1.2.b.0-java → 1.2.1-java

Sign up to get free protection for your applications and to get access to all the features.
data/History.rdoc CHANGED
@@ -1,2 +1,4 @@
1
- === 1.2.b.0 (2012-3-4)
1
+ === 1.2.1 (2012-9-15)
2
+
3
+ ==== 1.2.b.0 (2012-3-4)
2
4
  * Initial release.
data/Manifest.txt CHANGED
@@ -9,4 +9,4 @@ proto/brutefuzzy.proto
9
9
  test/setup.rb
10
10
  test/test_protobuf.rb
11
11
  src/main/java/iudex/brutefuzzy/protobuf/ProtocolBuffers.java
12
- lib/iudex-brutefuzzy-protobuf/iudex-brutefuzzy-protobuf-1.2.b.0.jar
12
+ lib/iudex-brutefuzzy-protobuf/iudex-brutefuzzy-protobuf-1.2.1.jar
data/README.rdoc CHANGED
@@ -1,5 +1,6 @@
1
1
  = iudex-brutefuzzy-protobuf
2
2
 
3
+ * http://iudex.gravitext.com
3
4
  * http://github.com/dekellum/iudex
4
5
 
5
6
  == Description
@@ -17,7 +17,7 @@
17
17
  module Iudex
18
18
  module BruteFuzzy
19
19
  module Protobuf
20
- VERSION = '1.2.b.0'
20
+ VERSION = '1.2.1'
21
21
  end
22
22
  end
23
23
  end
data/pom.xml CHANGED
@@ -3,13 +3,13 @@
3
3
  <groupId>iudex</groupId>
4
4
  <artifactId>iudex-brutefuzzy-protobuf</artifactId>
5
5
  <packaging>jar</packaging>
6
- <version>1.2.b.0</version>
6
+ <version>1.2.1</version>
7
7
  <name>Iudex BruteFuzzy Service Protocol Buffers</name>
8
8
 
9
9
  <parent>
10
10
  <groupId>iudex</groupId>
11
11
  <artifactId>iudex-parent</artifactId>
12
- <version>1.2.b.0</version>
12
+ <version>1.2.1</version>
13
13
  <relativePath>..</relativePath>
14
14
  </parent>
15
15
 
metadata CHANGED
@@ -1,8 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iudex-brutefuzzy-protobuf
3
3
  version: !ruby/object:Gem::Version
4
- prerelease: 4
5
- version: 1.2.b.0
4
+ prerelease:
5
+ version: 1.2.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-09-15 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rjack-protobuf
@@ -67,8 +67,8 @@ files:
67
67
  - test/setup.rb
68
68
  - test/test_protobuf.rb
69
69
  - src/main/java/iudex/brutefuzzy/protobuf/ProtocolBuffers.java
70
- - lib/iudex-brutefuzzy-protobuf/iudex-brutefuzzy-protobuf-1.2.b.0.jar
71
- homepage: http://github.com/dekellum/iudex
70
+ - lib/iudex-brutefuzzy-protobuf/iudex-brutefuzzy-protobuf-1.2.1.jar
71
+ homepage: http://iudex.gravitext.com
72
72
  licenses: []
73
73
 
74
74
  post_install_message:
@@ -89,9 +89,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
89
89
  required_rubygems_version: !ruby/object:Gem::Requirement
90
90
  none: false
91
91
  requirements:
92
- - - ">"
92
+ - - ">="
93
93
  - !ruby/object:Gem::Version
94
- version: 1.3.1
94
+ hash: 2
95
+ segments:
96
+ - 0
97
+ version: "0"
95
98
  requirements: []
96
99
 
97
100
  rubyforge_project: