Sha256: 73ee66e434aec719020bd7be4c911dc8d20f620847651cdfa32ad1a98aef85f5
Contents?: true
Size: 1010 Bytes
Versions: 3
Compression:
Stored size: 1010 Bytes
Contents
$:.unshift File.dirname(__FILE__) + '/lib' require 'ole/storage/version' PKG_NAME = 'ruby-ole' PKG_VERSION = Ole::Storage::VERSION Gem::Specification.new do |s| s.name = PKG_NAME s.version = PKG_VERSION s.summary = %q{Ruby OLE library.} s.description = %q{A library for easy read/write access to OLE compound documents for Ruby.} s.authors = ['Charles Lowe'] s.email = %q{aquasync@gmail.com} s.homepage = %q{https://github.com/aquasync/ruby-ole} s.license = 'MIT' s.rubyforge_project = %q{ruby-ole} s.executables = ['oletool'] s.files = ['README.rdoc', 'COPYING', 'Rakefile', 'ChangeLog', 'ruby-ole.gemspec'] s.files += Dir.glob('lib/**/*.rb') s.files += Dir.glob('test/{test_*.rb,*.doc,oleWithDirs.ole,test_SummaryInformation}') s.files += Dir.glob('bin/*') s.test_files = Dir.glob('test/test_*.rb') s.has_rdoc = true s.extra_rdoc_files = ['README.rdoc', 'ChangeLog'] s.rdoc_options += [ '--main', 'README.rdoc', '--title', "#{PKG_NAME} documentation", '--tab-width', '2' ] end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ruby-ole-1.2.12.2 | ruby-ole.gemspec |
ruby-ole-1.2.12.1 | ruby-ole.gemspec |
ruby-ole-1.2.12 | ruby-ole.gemspec |