Sha256: a5788c4932bf1706d6d57191d24da34a7dd50155b305f91193e7b1b70a68afb7
Contents?: true
Size: 920 Bytes
Versions: 1
Compression:
Stored size: 920 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'list_matcher/version' Gem::Specification.new do |spec| spec.name = "list_matcher" spec.version = ListMatcher::VERSION spec.authors = ["dfhoughton"] spec.email = ["dfhoughton@gmail.com"] spec.summary = %q{List::Matcher automates the generation of efficient regular expressions.} spec.description = spec.summary spec.homepage = "https://github.com/dfhoughton/list_matcher" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.7" spec.add_development_dependency "rake", "~> 10.0" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
list_matcher-1.0.0 | list_matcher.gemspec |