Sha256: 7fb434b17e8018751e92c00c9a2a33882f6199e373eb3dc1f97945da5e348f32
Contents?: true
Size: 602 Bytes
Versions: 1
Compression:
Stored size: 602 Bytes
Contents
Gem::Specification.new do |s| s.name = 'rdbc' s.version = '0.0.4' s.summary = 'Design by Contract for Ruby.' s.author = 'Armin Joellenbeck' s.email = 'armin@joellenbeck.net' s.homepage = 'http://github.com/armin-joellenbeck/rdbc/tree/master' s.description = <<-EOF EOF s.files = Dir.glob([ 'README', 'Rakefile', '*.gemspec', 'examples/**/*', 'lib/**/*', 'spec/**/*' ]) s.has_rdoc = true s.extra_rdoc_files << 'README' s.rdoc_options = [ '--all', '--charset', 'utf8', '--main', 'README', '--title', 'Design by Contract for Ruby' ] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
armin-joellenbeck-rdbc-0.0.4 | rdbc.gemspec |