charlock_holmes-jruby 0.1.0-java → 0.1.1-java
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +1 -1
- data/README.md +5 -1
- data/lib/charlock_holmes/version.rb +1 -1
- data/lib/icu4j-51_1.jar +0 -0
- metadata +2 -1
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -59,7 +59,11 @@ The first parameter is the content to transcode, the second is the source encodi
|
|
59
59
|
## Installing
|
60
60
|
|
61
61
|
```
|
62
|
-
gem install
|
62
|
+
gem install charlock_holmes-jruby
|
63
63
|
```
|
64
64
|
|
65
|
+
## Copyright
|
65
66
|
|
67
|
+
Copyright 2013 Francis Chong
|
68
|
+
|
69
|
+
Licensed under the MIT License.
|
data/lib/icu4j-51_1.jar
ADDED
Binary file
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: charlock_holmes-jruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.1.
|
5
|
+
version: 0.1.1
|
6
6
|
platform: java
|
7
7
|
authors:
|
8
8
|
- Francis Chong
|
@@ -84,6 +84,7 @@ files:
|
|
84
84
|
- lib/charlock_holmes/string.rb
|
85
85
|
- lib/charlock_holmes/version.rb
|
86
86
|
- lib/charlock_holmes_jruby.rb
|
87
|
+
- lib/icu4j-51_1.jar
|
87
88
|
- spec/converter_spec.rb
|
88
89
|
- spec/encoding_detector_spec.rb
|
89
90
|
- spec/fixtures/AnsiGraph.psm1
|