boilerpipe-jruby 1.2.0.b7a66e8-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.
data/README.md ADDED
@@ -0,0 +1,5 @@
1
+ # Boilerpile library for JRuby
2
+
3
+ Include Jar for Boilerpile project.
4
+
5
+ TODO: maybe a wrapper?
@@ -0,0 +1,5 @@
1
+ $: << File.expand_path('../ext', __FILE__)
2
+
3
+ require "xerces-2.9.1"
4
+ require "nekohtml-1.9.13"
5
+ require "boilerpipe-1.2.0"
Binary file
Binary file
Binary file
metadata ADDED
@@ -0,0 +1,51 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: boilerpipe-jruby
3
+ version: !ruby/object:Gem::Version
4
+ prerelease: 6
5
+ version: 1.2.0.b7a66e8
6
+ platform: java
7
+ authors:
8
+ - Francis Chong
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2013-03-13 00:00:00.000000000 Z
13
+ dependencies: []
14
+ description:
15
+ email: francis@ignition.hk
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - README.md
21
+ - lib/boilerpipe-jruby.rb
22
+ - lib/ext/boilerpipe-1.2.0.jar
23
+ - lib/ext/nekohtml-1.9.13.jar
24
+ - lib/ext/xerces-2.9.1.jar
25
+ homepage: http://code.google.com/p/boilerpipe
26
+ licenses: []
27
+ post_install_message:
28
+ rdoc_options: []
29
+ require_paths:
30
+ - lib
31
+ required_ruby_version: !ruby/object:Gem::Requirement
32
+ requirements:
33
+ - - ">="
34
+ - !ruby/object:Gem::Version
35
+ version: !binary |-
36
+ MA==
37
+ none: false
38
+ required_rubygems_version: !ruby/object:Gem::Requirement
39
+ requirements:
40
+ - - !binary |-
41
+ Pg==
42
+ - !ruby/object:Gem::Version
43
+ version: 1.3.1
44
+ none: false
45
+ requirements: []
46
+ rubyforge_project:
47
+ rubygems_version: 1.8.24
48
+ signing_key:
49
+ specification_version: 3
50
+ summary: Wrap the JAR of the boilerpipe library to be used in JRuby.
51
+ test_files: []