jruby-poi 0.5.0 → 0.5.1
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +2 -2
- data/VERSION +1 -1
- data/jruby-poi.gemspec +3 -3
- metadata +6 -3
data/Rakefile
CHANGED
@@ -4,9 +4,9 @@ begin
|
|
4
4
|
gemspec.name = "jruby-poi"
|
5
5
|
gemspec.summary = "Apache POI class library for jruby"
|
6
6
|
gemspec.description = "A rubyesque library for manipulating spreadsheets and other document types for jruby, using Apache POI."
|
7
|
-
gemspec.email = "sdeming@makefile.com"
|
7
|
+
gemspec.email = ["sdeming@makefile.com", "jacaetevha@gmail.com"]
|
8
8
|
gemspec.homepage = "http://github.com/sdeming/jruby-poi"
|
9
|
-
gemspec.authors = ["Scott Deming"]
|
9
|
+
gemspec.authors = ["Scott Deming", "Jason Rogers"]
|
10
10
|
end
|
11
11
|
rescue LoadError
|
12
12
|
puts "Jeweler not available. Install it with: gem install jeweler"
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.5.
|
1
|
+
0.5.1
|
data/jruby-poi.gemspec
CHANGED
@@ -5,13 +5,13 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{jruby-poi}
|
8
|
-
s.version = "0.5.
|
8
|
+
s.version = "0.5.1"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
|
-
s.authors = ["Scott Deming"]
|
11
|
+
s.authors = ["Scott Deming", "Jason Rogers"]
|
12
12
|
s.date = %q{2010-08-30}
|
13
13
|
s.description = %q{A rubyesque library for manipulating spreadsheets and other document types for jruby, using Apache POI.}
|
14
|
-
s.email =
|
14
|
+
s.email = ["sdeming@makefile.com", "jacaetevha@gmail.com"]
|
15
15
|
s.extra_rdoc_files = [
|
16
16
|
"LICENSE",
|
17
17
|
"README.markdown"
|
metadata
CHANGED
@@ -5,11 +5,12 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 5
|
8
|
-
-
|
9
|
-
version: 0.5.
|
8
|
+
- 1
|
9
|
+
version: 0.5.1
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Scott Deming
|
13
|
+
- Jason Rogers
|
13
14
|
autorequire:
|
14
15
|
bindir: bin
|
15
16
|
cert_chain: []
|
@@ -19,7 +20,9 @@ default_executable:
|
|
19
20
|
dependencies: []
|
20
21
|
|
21
22
|
description: A rubyesque library for manipulating spreadsheets and other document types for jruby, using Apache POI.
|
22
|
-
email:
|
23
|
+
email:
|
24
|
+
- sdeming@makefile.com
|
25
|
+
- jacaetevha@gmail.com
|
23
26
|
executables: []
|
24
27
|
|
25
28
|
extensions: []
|