rubyXL 1.0.4 → 1.0.5

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 (4) hide show
  1. data/VERSION +1 -1
  2. data/rubyXL.gemspec +1 -2
  3. metadata +3 -4
  4. data/pkg/rubyXL-1.0.4.gem +0 -0
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.4
1
+ 1.0.5
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{rubyXL}
8
- s.version = "1.0.4"
8
+ s.version = "1.0.5"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Vivek Bhagwat"]
@@ -57,7 +57,6 @@ Gem::Specification.new do |s|
57
57
  "lib/writer/workbook_writer.rb",
58
58
  "lib/writer/worksheet_writer.rb",
59
59
  "lib/zip.rb",
60
- "pkg/rubyXL-1.0.4.gem",
61
60
  "rubyXL.gemspec",
62
61
  "spec/lib/cell_spec.rb",
63
62
  "spec/lib/color_spec.rb",
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubyXL
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31
4
+ hash: 29
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 4
10
- version: 1.0.4
9
+ - 5
10
+ version: 1.0.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Vivek Bhagwat
@@ -176,7 +176,6 @@ files:
176
176
  - lib/writer/workbook_writer.rb
177
177
  - lib/writer/worksheet_writer.rb
178
178
  - lib/zip.rb
179
- - pkg/rubyXL-1.0.4.gem
180
179
  - rubyXL.gemspec
181
180
  - spec/lib/cell_spec.rb
182
181
  - spec/lib/color_spec.rb
Binary file