Sha256: 9b076629795213d8b1d8fa6872d86d7af461f9a515e3c8f37cedfd5cff0d4d3f
Contents?: true
Size: 1.33 KB
Versions: 2
Compression:
Stored size: 1.33 KB
Contents
# encoding: UTF-8 =begin Copyright 2012 Saverio Miroddi saverio.pub2 <a-hat!> gmail.com This file is part of SpreadBase. SpreadBase is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. SpreadBase is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with SpreadBase. If not, see <http://www.gnu.org/licenses/>. =end require 'rubygems' require File.expand_path( '../spreadbase/helpers/helpers', __FILE__ ) require File.expand_path( '../spreadbase/document', __FILE__ ) require File.expand_path( '../spreadbase/table', __FILE__ ) require File.expand_path( '../spreadbase/codecs/open_document_12_modules/encoding', __FILE__ ) require File.expand_path( '../spreadbase/codecs/open_document_12_modules/decoding', __FILE__ ) require File.expand_path( '../spreadbase/codecs/open_document_12', __FILE__ ) # = Spreadbase # # See https://github.com/saveriomiroddi/spreadbase for usage. # module SpreadBase end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
spreadbase-0.1.3 | lib/spreadbase.rb |
spreadbase-0.1.2 | lib/spreadbase.rb |