Sha256: 1600e94210842e161e17b4cfd63627194e89faa0470b8defad90758b193a1b2c
Contents?: true
Size: 808 Bytes
Versions: 1
Compression:
Stored size: 808 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) Gem::Specification.new do |s| s.name = 'matchete' s.version = '0.5.1' 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.5.1 | matchete.gemspec |