spreadsheet 0.6.5.4 → 0.6.5.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.
data/History.txt CHANGED
@@ -1,3 +1,9 @@
1
+ === 0.6.5.5 / 24.6.2011
2
+
3
+ * updated the color code for orange to 0x0034 => :orange, thanks to the hint of Jonty
4
+
5
+ * https://gist.github.com/1044700
6
+
1
7
  === 0.6.5.4 / 18.4.2011
2
8
 
3
9
  * Updated worksheet.rb according to the Patch of Björn Andersson.
data/lib/spreadsheet.rb CHANGED
@@ -42,7 +42,7 @@ module Spreadsheet
42
42
 
43
43
  ##
44
44
  # The version of Spreadsheet you are using.
45
- VERSION = '0.6.5.4'
45
+ VERSION = '0.6.5.5'
46
46
 
47
47
  ##
48
48
  # Default client Encoding. Change this value if your application uses a
@@ -76,7 +76,7 @@ module Internals
76
76
  0x0012 => :navy,
77
77
  0x0016 => :silver,
78
78
  0x0017 => :gray,
79
- 0x001d => :orange,
79
+ 0x0034 => :orange,
80
80
  0x0024 => :purple,
81
81
  0x0040 => :border,
82
82
  0x0041 => :pattern_bg,
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spreadsheet
3
3
  version: !ruby/object:Gem::Version
4
- hash: 99
4
+ hash: 97
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 6
9
9
  - 5
10
- - 4
11
- version: 0.6.5.4
10
+ - 5
11
+ version: 0.6.5.5
12
12
  platform: ruby
13
13
  authors:
14
14
  - Masaomi Hatakeyama, Zeno R.R. Davatz
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2011-04-18 00:00:00 +02:00
19
+ date: 2011-06-24 00:00:00 +02:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency