writeexcel 0.3.0 → 0.3.1

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.
Files changed (3) hide show
  1. data/lib/writeexcel.rb +1 -1
  2. data/writeexcel.gemspec +2 -1
  3. metadata +3 -3
data/lib/writeexcel.rb CHANGED
@@ -1130,5 +1130,5 @@ require "writeexcel/workbook"
1130
1130
  # 12 until another chart with the title set is viewed.
1131
1131
  #
1132
1132
  class WriteExcel < Workbook
1133
- VERSION = "0.3.0"
1133
+ VERSION = "0.3.1"
1134
1134
  end
data/writeexcel.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  require 'rubygems'
2
2
 
3
- version = '0.3.0'
3
+ version = '0.3.1'
4
4
 
5
5
  spec = Gem::Specification.new do |s|
6
6
  s.name = 'writeexcel'
@@ -15,4 +15,5 @@ spec = Gem::Specification.new do |s|
15
15
  s.has_rdoc = true
16
16
  s.rdoc_options << 'README'
17
17
  s.required_ruby_version = '>=1.8'
18
+ s.homepage = 'http://wiki.github.com/cxn03651/writeexcel/'
18
19
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 3
8
- - 0
9
- version: 0.3.0
8
+ - 1
9
+ version: 0.3.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Hideo NAKAMURA
@@ -190,7 +190,7 @@ files:
190
190
  - test/test_chartex.rb
191
191
  - test/ts_all.rb
192
192
  has_rdoc: true
193
- homepage:
193
+ homepage: http://wiki.github.com/cxn03651/writeexcel/
194
194
  licenses: []
195
195
 
196
196
  post_install_message: