Sha256: a8d7582e6cb539cd172498266edc4cffd5ceca72a94d2f66095425887a3822b3

Contents?: true

Size: 484 Bytes

Versions: 1

Compression:

Stored size: 484 Bytes

Contents

require "echoe"

Echoe.new('class-inheritable-attributes', '0.1.1') do |p|
  p.description     = "Thread-safe class inheritable attributes"
  p.url             = "https://github.com/Roman2K/class-inheritable-attributes"
  p.author          = "Roman Le NĂ©grate"
  p.email           = "roman.lenegrate@gmail.com"
  p.ignore_pattern  = "*.gemspec"
  p.development_dependencies = ["mocha"]
  p.rdoc_options    = %w(--main README.mdown --inline-source --line-numbers --charset UTF-8)
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
Roman2K-class-inheritable-attributes-0.1.1 Rakefile