Sha256: b2a0cf6c7995e51d1fbdb917733be55931423b5607ed7180e1f56fb52c877540
Contents?: true
Size: 660 Bytes
Versions: 1
Compression:
Stored size: 660 Bytes
Contents
require 'rubygems' Gem::Specification.new do |s| s.name = 'structured_warnings' s.version = '0.1.4' s.author = 'Gregor Schmidt' s.email = 'ruby@schmidtwisser.de' s.homepage = 'http://github.com/schmidt/structured_warnings' s.summary = 'Provides structured warnings for Ruby, using an exception-like interface and hierarchy' s.files = Dir['**/*'].reject{ |f| f.include?('git') } s.test_files = Dir['test/*.rb'] s.rdoc_options = ['--charset=UTF-8'] s.extra_rdoc_files = ['README.rdoc'] s.description = %Q{ This is an implementation of Daniel Berger's proposal of structured warnings for Ruby. } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
structured_warnings-0.1.4 | structured_warnings.gemspec |