Sha256: 3d64a1ee87492e754c868a81a0c0c6a6184b1eae85ced7976782e9fdcf62e18d
Contents?: true
Size: 636 Bytes
Versions: 1
Compression:
Stored size: 636 Bytes
Contents
Gem::Specification.new do |s| s.name = 'rdbc' s.version = '0.0.7' 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/**/*', ]) s.has_rdoc = true s.extra_rdoc_files << 'README' s.rdoc_options = [ '--all', '--charset', 'utf8', '--main', 'README', '--title', 'Design by Contract for Ruby' ] s.add_dependency('armin-joellenbeck-decorator') end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
armin-joellenbeck-rdbc-0.0.7 | rdbc.gemspec |