axebomber 0.1.1-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.
Binary file
@@ -0,0 +1,15 @@
1
+ if RUBY_PLATFORM =~ /java/
2
+ require "java"
3
+ Dir.chdir(File.dirname(__FILE__)) do
4
+ Dir.glob("*.jar").each do |jar|
5
+ require jar
6
+ end
7
+ end
8
+ elsif $VERBOSE
9
+ warn "axebomber is only for use with JRuby"
10
+ end
11
+
12
+ module Axebomber
13
+ VERSION = "0.1.1"
14
+ java_import "net.unit8.axebomber.manager.impl.ReadOnlyFileSystemBookManager"
15
+ end
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
metadata ADDED
@@ -0,0 +1,67 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: axebomber
3
+ version: !ruby/object:Gem::Version
4
+ prerelease:
5
+ version: 0.1.1
6
+ platform: java
7
+ authors:
8
+ - kawasima
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+
13
+ date: 2012-10-24 00:00:00 Z
14
+ dependencies: []
15
+
16
+ description: Excel parser for Hogan-style
17
+ email:
18
+ - kawasima1016@gmail.com
19
+ executables: []
20
+
21
+ extensions: []
22
+
23
+ extra_rdoc_files: []
24
+
25
+ files:
26
+ - lib/axebomber-0.1.1.jar
27
+ - lib/axebomber.rb
28
+ - lib/commons-codec-1.5.jar
29
+ - lib/commons-io-2.0.1.jar
30
+ - lib/commons-lang-2.6.jar
31
+ - lib/dom4j-1.6.1.jar
32
+ - lib/poi-3.8.jar
33
+ - lib/poi-ooxml-3.8.jar
34
+ - lib/poi-ooxml-schemas-3.8.jar
35
+ - lib/stax-api-1.0.1.jar
36
+ - lib/xml-apis-1.0.b2.jar
37
+ - lib/xmlbeans-2.3.0.jar
38
+ homepage: https://github.com/kawasima/axebomber
39
+ licenses: []
40
+
41
+ post_install_message:
42
+ rdoc_options:
43
+ - --main
44
+ - README.md
45
+ require_paths:
46
+ - lib
47
+ required_ruby_version: !ruby/object:Gem::Requirement
48
+ none: false
49
+ requirements:
50
+ - - ">="
51
+ - !ruby/object:Gem::Version
52
+ version: "0"
53
+ required_rubygems_version: !ruby/object:Gem::Requirement
54
+ none: false
55
+ requirements:
56
+ - - ">="
57
+ - !ruby/object:Gem::Version
58
+ version: "0"
59
+ requirements: []
60
+
61
+ rubyforge_project:
62
+ rubygems_version: 1.8.9
63
+ signing_key:
64
+ specification_version: 3
65
+ summary: maven support for ruby projects with gemspec, Gemfile
66
+ test_files: []
67
+