slayer-surpass 0.1.0

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.
@@ -0,0 +1,39 @@
1
+ # -*- encoding: utf-8 -*-
2
+
3
+ Gem::Specification.new do |s|
4
+ s.name = %q{surpass}
5
+ s.version = "0.0.8"
6
+
7
+ s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
+ s.authors = ["Ana Nelson"]
9
+ s.date = %q{2010-04-23}
10
+ s.default_executable = %q{surpass}
11
+ s.description = %q{Surpass is writing (and eventually reading) excel workbooks in pure Ruby. Surpass is based on xlwt (and pyExcelerator).
12
+
13
+ For comprehensive documentation, please refer to the PDF manual which is available from http://surpass.rubyforge.org or in the root directory of the source code repository.
14
+
15
+ If you like to learn from playing with working examples, then there are plenty in the examples/ and webby/examples directories of the source code.}
16
+ s.email = %q{ana@ananelson.com}
17
+ s.executables = ["surpass"]
18
+ s.extra_rdoc_files = ["History.txt", "LICENSE.txt", "README.txt", "bin/surpass", "lib/surpass/ExcelFormula.g", "lib/surpass/ExcelFormulaGrammar.g", "lib/surpass/ExcelFormulaGrammar.tokens", "lib/surpass/tokens.txt"]
19
+ s.files = ["History.txt", "LICENSE.txt", "README.txt", "Rakefile", "bin/surpass", "lib/surpass.rb", "lib/surpass/ExcelFormula.g", "lib/surpass/ExcelFormulaGrammar.g", "lib/surpass/ExcelFormulaGrammar.tokens", "lib/surpass/ExcelFormulaGrammarLexer.rb", "lib/surpass/ExcelFormulaGrammarParser.rb", "lib/surpass/biff_record.rb", "lib/surpass/bitmap.rb", "lib/surpass/cell.rb", "lib/surpass/chart.rb", "lib/surpass/column.rb", "lib/surpass/document.rb", "lib/surpass/excel_formula.rb", "lib/surpass/excel_magic.rb", "lib/surpass/formatting.rb", "lib/surpass/row.rb", "lib/surpass/style.rb", "lib/surpass/tokens.txt", "lib/surpass/utilities.rb", "lib/surpass/workbook.rb", "lib/surpass/worksheet.rb", "surpass.gemspec"]
20
+ s.homepage = %q{http://surpass.rubyforge.org}
21
+ s.rdoc_options = ["--main", "README.txt"]
22
+ s.require_paths = ["lib"]
23
+ s.rubyforge_project = %q{surpass}
24
+ s.rubygems_version = %q{1.3.6}
25
+ s.summary = %q{Surpass is writing (and eventually reading) excel workbooks in pure Ruby}
26
+
27
+ if s.respond_to? :specification_version then
28
+ current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
29
+ s.specification_version = 3
30
+
31
+ if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
32
+ s.add_development_dependency(%q<bones>, [">= 3.4.1"])
33
+ else
34
+ s.add_dependency(%q<bones>, [">= 3.4.1"])
35
+ end
36
+ else
37
+ s.add_dependency(%q<bones>, [">= 3.4.1"])
38
+ end
39
+ end
metadata ADDED
@@ -0,0 +1,119 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: slayer-surpass
3
+ version: !ruby/object:Gem::Version
4
+ hash: 27
5
+ prerelease:
6
+ segments:
7
+ - 0
8
+ - 1
9
+ - 0
10
+ version: 0.1.0
11
+ platform: ruby
12
+ authors:
13
+ - Ana Nelson
14
+ autorequire:
15
+ bindir: bin
16
+ cert_chain: []
17
+
18
+ date: 2011-09-05 00:00:00 Z
19
+ dependencies:
20
+ - !ruby/object:Gem::Dependency
21
+ name: bones
22
+ prerelease: false
23
+ requirement: &id001 !ruby/object:Gem::Requirement
24
+ none: false
25
+ requirements:
26
+ - - ">="
27
+ - !ruby/object:Gem::Version
28
+ hash: 25
29
+ segments:
30
+ - 3
31
+ - 7
32
+ - 1
33
+ version: 3.7.1
34
+ type: :development
35
+ version_requirements: *id001
36
+ description: |-
37
+ Surpass is writing (and eventually reading) excel workbooks in pure Ruby. Surpass is based on xlwt (and pyExcelerator).
38
+
39
+ For comprehensive documentation, please refer to the PDF manual which is available from http://surpass.rubyforge.org or in the root directory of the source code repository.
40
+
41
+ If you like to learn from playing with working examples, then there are plenty in the examples/ and webby/examples directories of the source code.
42
+ email: ana@ananelson.com
43
+ executables:
44
+ - surpass
45
+ extensions: []
46
+
47
+ extra_rdoc_files:
48
+ - History.txt
49
+ - LICENSE.txt
50
+ - README.txt
51
+ - bin/surpass
52
+ - lib/surpass/ExcelFormula.g
53
+ - lib/surpass/ExcelFormula.tokens
54
+ - lib/surpass/tokens.txt
55
+ files:
56
+ - .Rakefile.swp
57
+ - .bnsignore
58
+ - History.txt
59
+ - LICENSE.txt
60
+ - README.txt
61
+ - Rakefile
62
+ - bin/surpass
63
+ - lib/surpass.rb
64
+ - lib/surpass/ExcelFormula.g
65
+ - lib/surpass/ExcelFormula.tokens
66
+ - lib/surpass/ExcelFormulaLexer.rb
67
+ - lib/surpass/ExcelFormulaParser.rb
68
+ - lib/surpass/biff_record.rb
69
+ - lib/surpass/bitmap.rb
70
+ - lib/surpass/cell.rb
71
+ - lib/surpass/chart.rb
72
+ - lib/surpass/column.rb
73
+ - lib/surpass/document.rb
74
+ - lib/surpass/excel_magic.rb
75
+ - lib/surpass/formatting.rb
76
+ - lib/surpass/formula.rb
77
+ - lib/surpass/row.rb
78
+ - lib/surpass/style.rb
79
+ - lib/surpass/tokens.txt
80
+ - lib/surpass/utilities.rb
81
+ - lib/surpass/workbook.rb
82
+ - lib/surpass/worksheet.rb
83
+ - surpass.gemspec
84
+ homepage: http://surpass.rubyforge.org
85
+ licenses: []
86
+
87
+ post_install_message:
88
+ rdoc_options:
89
+ - --main
90
+ - README.txt
91
+ require_paths:
92
+ - lib
93
+ required_ruby_version: !ruby/object:Gem::Requirement
94
+ none: false
95
+ requirements:
96
+ - - ">="
97
+ - !ruby/object:Gem::Version
98
+ hash: 3
99
+ segments:
100
+ - 0
101
+ version: "0"
102
+ required_rubygems_version: !ruby/object:Gem::Requirement
103
+ none: false
104
+ requirements:
105
+ - - ">="
106
+ - !ruby/object:Gem::Version
107
+ hash: 3
108
+ segments:
109
+ - 0
110
+ version: "0"
111
+ requirements: []
112
+
113
+ rubyforge_project: slayer-surpass
114
+ rubygems_version: 1.8.10
115
+ signing_key:
116
+ specification_version: 3
117
+ summary: Surpass is writing (and eventually reading) excel workbooks in pure Ruby.
118
+ test_files: []
119
+