Initial import of the sources from SVN
This commit is contained in:
parent
e1a14bc27b
commit
223b2bec6c
204 changed files with 29431 additions and 0 deletions
20
vendor/rubyzip-0.5.6/rubyzip.gemspec
vendored
Executable file
20
vendor/rubyzip-0.5.6/rubyzip.gemspec
vendored
Executable file
|
@ -0,0 +1,20 @@
|
|||
$:.unshift '../lib'
|
||||
require 'rubygems'
|
||||
|
||||
spec = Gem::Specification.new do |s|
|
||||
s.name = 'rubyzip'
|
||||
s.version = "0.5.5"
|
||||
s.author = "Thomas Sondergaard"
|
||||
s.email = "thomas(at)thomassondergaard.com"
|
||||
s.homepage = "http://rubyzip.sourceforge.net/"
|
||||
s.platform = Gem::Platform::RUBY
|
||||
s.summary = "rubyzip is a ruby module for reading and writing zip files"
|
||||
s.files = Dir.glob("{samples,zip,docs}/**/*").delete_if {|item| item.include?("CVS") || item.include?("rdoc")}
|
||||
s.require_path = '.'
|
||||
s.autorequire = 'zip/zip'
|
||||
end
|
||||
|
||||
if $0==__FILE__
|
||||
Gem::Builder.new(spec).build
|
||||
end
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue