jruby-poi 0.8.2 → 0.9.0
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/.travis.yml +4 -2
- data/Gemfile +3 -3
- data/Gemfile.lock +23 -17
- data/README.markdown +4 -0
- data/VERSION +1 -1
- data/jruby-poi.gemspec +23 -28
- data/lib/ooxml-lib/stax-api-1.0.1.jar +0 -0
- data/lib/poi-3.8-20120326.jar +0 -0
- data/lib/{poi-examples-3.7-20101029.jar → poi-examples-3.8-20120326.jar} +0 -0
- data/lib/poi-excelant-3.8-20120326.jar +0 -0
- data/lib/poi-ooxml-3.8-20120326.jar +0 -0
- data/lib/{poi-ooxml-schemas-3.7-20101029.jar → poi-ooxml-schemas-3.8-20120326.jar} +0 -0
- data/lib/poi-scratchpad-3.8-20120326.jar +0 -0
- data/lib/poi.rb +5 -6
- data/lib/poi/workbook/area.rb +81 -81
- data/lib/poi/workbook/cell.rb +10 -10
- data/lib/poi/workbook/workbook.rb +10 -4
- data/spec/workbook_spec.rb +385 -370
- data/spec/writing_spec.rb +144 -146
- metadata +15 -25
- data/bin/autospec +0 -16
- data/bin/htmldiff +0 -16
- data/bin/ldiff +0 -16
- data/bin/rdebug +0 -16
- data/bin/rspec +0 -16
- data/lib/ooxml-lib/geronimo-stax-api_1.0_spec-1.0.jar +0 -0
- data/lib/poi-3.7-20101029.jar +0 -0
- data/lib/poi-ooxml-3.7-20101029.jar +0 -0
- data/lib/poi-scratchpad-3.7-20101029.jar +0 -0
data/bin/rspec
DELETED
@@ -1,16 +0,0 @@
|
|
1
|
-
#!/usr/bin/env jruby
|
2
|
-
#
|
3
|
-
# This file was generated by Bundler.
|
4
|
-
#
|
5
|
-
# The application 'rspec' is installed as part of a gem, and
|
6
|
-
# this file is here to facilitate running it.
|
7
|
-
#
|
8
|
-
|
9
|
-
require 'pathname'
|
10
|
-
ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile",
|
11
|
-
Pathname.new(__FILE__).realpath)
|
12
|
-
|
13
|
-
require 'rubygems'
|
14
|
-
require 'bundler/setup'
|
15
|
-
|
16
|
-
load Gem.bin_path('rspec-core', 'rspec')
|
Binary file
|
data/lib/poi-3.7-20101029.jar
DELETED
Binary file
|
Binary file
|
Binary file
|