rjack-icu 4.8.0-java → 4.8.1.0-java

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.
@@ -1,2 +1,5 @@
1
+ === 4.8.1.0 (2011-7-31)
2
+ * Upgrade to ICU4J 4.8.1
3
+
1
4
  === 4.8.0 (2011-6-26)
2
5
  * Initial release based on ICU4J 4.8
@@ -7,4 +7,4 @@ pom.xml
7
7
  lib/rjack-icu/base.rb
8
8
  lib/rjack-icu.rb
9
9
  test/test_icu.rb
10
- lib/rjack-icu/icu4j-4.8.jar
10
+ lib/rjack-icu/icu4j-4.8.1.jar
@@ -26,7 +26,7 @@ module RJack
26
26
  module ICU
27
27
 
28
28
  # icu4j (java) version
29
- J_VERSION = '4.8'
29
+ J_VERSION = '4.8.1'
30
30
 
31
31
  # rjack gem version
32
32
  VERSION = J_VERSION + '.0'
data/pom.xml CHANGED
@@ -15,7 +15,7 @@
15
15
  <dependency>
16
16
  <groupId>com.ibm.icu</groupId>
17
17
  <artifactId>icu4j</artifactId>
18
- <version>4.8</version>
18
+ <version>4.8.1</version>
19
19
  </dependency>
20
20
  </dependencies>
21
21
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: rjack-icu
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 4.8.0
5
+ version: 4.8.1.0
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: 2011-06-26 00:00:00 -07:00
13
+ date: 2011-07-31 00:00:00 -07:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
@@ -45,7 +45,7 @@ files:
45
45
  - lib/rjack-icu/base.rb
46
46
  - lib/rjack-icu.rb
47
47
  - test/test_icu.rb
48
- - lib/rjack-icu/icu4j-4.8.jar
48
+ - lib/rjack-icu/icu4j-4.8.1.jar
49
49
  has_rdoc: true
50
50
  homepage: http://rjack.rubyforge.org/icu
51
51
  licenses: []