spreadsheet 0.6.5.1 → 0.6.5.2

Sign up to get free protection for your applications and to get access to all the features.
data/.gemtest ADDED
File without changes
data/History.txt CHANGED
@@ -1,3 +1,15 @@
1
+ === 0.6.5.2 / 14.2.2011
2
+
3
+ * Updated test/integration.rb to work with Ruby ruby 1.9.2p136 (2010-12-25 revision 30365) [i686-linux]
4
+
5
+ * Thanks for the hint tomiacannondale@gmail.com
6
+
7
+ === 0.6.5.1 / 17.1.2011
8
+
9
+ * One enhancement thanks to Qiong Peng, Moo Yu, and Thierry Thelliez
10
+
11
+ * http://dev.ywesee.com/wiki.php/Gem/Spreadsheet
12
+
1
13
  === 0.6.5 / 07.12.2010
2
14
 
3
15
  * 2 Enhancements courtesy to ISS AG.
data/Rakefile CHANGED
@@ -11,6 +11,7 @@ ENV['RDOCOPT'] = '-c utf8'
11
11
  Hoe.spec('spreadsheet') do |p|
12
12
  p.developer('Masaomi Hatakeyama, Zeno R.R. Davatz','mhatakeyama@ywesee.com, zdavatz@ywesee.com')
13
13
  p.remote_rdoc_dir = 'spreadsheet'
14
+ self.local_rdoc_dir="doc2"
14
15
  p.extra_deps << ['ruby-ole', '>=1.0']
15
16
  end
16
17
 
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.1'
45
+ VERSION = '0.6.5.2'
46
46
 
47
47
  ##
48
48
  # Default client Encoding. Change this value if your application uses a
data/test/integration.rb CHANGED
@@ -521,7 +521,7 @@ module Spreadsheet
521
521
  assert_instance_of Excel::Worksheet, sheet
522
522
  str = "S\000h\000e\000e\000t\0001\000"
523
523
  if RUBY_VERSION >= '1.9'
524
- str.force_encoding 'UTF-16LE' if name.respond_to?(:force_encoding)
524
+ str.force_encoding 'UTF-16LE' if str.respond_to?(:force_encoding)
525
525
  end
526
526
  assert_equal sheet, book.worksheet(str)
527
527
  end
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: 105
5
- prerelease: false
4
+ hash: 111
5
+ prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 6
9
9
  - 5
10
- - 1
11
- version: 0.6.5.1
10
+ - 2
11
+ version: 0.6.5.2
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-01-17 00:00:00 +01:00
19
+ date: 2011-02-14 00:00:00 +01:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency
@@ -42,12 +42,12 @@ dependencies:
42
42
  requirements:
43
43
  - - ">="
44
44
  - !ruby/object:Gem::Version
45
- hash: 47
45
+ hash: 41
46
46
  segments:
47
47
  - 2
48
- - 8
49
- - 0
50
- version: 2.8.0
48
+ - 9
49
+ - 1
50
+ version: 2.9.1
51
51
  type: :development
52
52
  version_requirements: *id002
53
53
  description: |-
@@ -130,6 +130,7 @@ files:
130
130
  - test/suite.rb
131
131
  - test/workbook.rb
132
132
  - test/worksheet.rb
133
+ - .gemtest
133
134
  has_rdoc: true
134
135
  homepage: http://spreadsheet.rubyforge.org
135
136
  licenses: []
@@ -161,7 +162,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
161
162
  requirements: []
162
163
 
163
164
  rubyforge_project: spreadsheet
164
- rubygems_version: 1.3.7
165
+ rubygems_version: 1.4.2
165
166
  signing_key:
166
167
  specification_version: 3
167
168
  summary: The Spreadsheet Library is designed to read and write Spreadsheet Documents