Sha256: 6082917fffcd6cac39e59484ca05553decbc78db8523834ad10b3cb8b661e36a

Contents?: true

Size: 809 Bytes

Versions: 1

Compression:

Stored size: 809 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)

Gem::Specification.new do |s|
  s.name        = 'matchete'
  s.version     = '0.0.2'
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["Alexander Ivanov"]
  s.email       = ["alehander42@gmail.com"]
  s.homepage = 'https://github.com/alehander42/matchete'
  s.summary     = %q{Method overloading for Ruby based on pattern matching}
  s.description = %q{A DSL for method overloading for Ruby based on pattern matching}

  s.add_development_dependency 'rspec', '~> 0'
  
  s.license       = 'MIT'
  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_paths = ["lib"]
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
matchete-0.0.2 matchete.gemspec