Sha256: a7fcd1b80c13ef978e14a9b761ef0cea05ba21325cdf4d24e2a930e5977619a0

Contents?: true

Size: 739 Bytes

Versions: 3

Compression:

Stored size: 739 Bytes

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/method_decorators/version', __FILE__)

Gem::Specification.new do |gem|
  gem.authors       = ["Michael Fairley"]
  gem.email         = ["michaelfairley@gmail.com"]
  gem.description   = %q{Python's function decorators for Ruby}
  gem.summary       = %q{Python's function decorators for Ruby}
  gem.homepage      = "http://github.com/michaelfairley/method_decorators"

  gem.files         = `git ls-files`.split($\)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.name          = "method_decorators"
  gem.require_paths = ["lib"]
  gem.version       = MethodDecorators::VERSION
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
method_decorators-0.9.2 method_decorators.gemspec
method_decorators-0.9.1 method_decorators.gemspec
method_decorators-0.9.0 method_decorators.gemspec