Sha256: d70145e0b9fa03f5ac46dd8f8f51e3223f3c84df3b046900adbbd773f70a7b3a
Contents?: true
Size: 1.03 KB
Versions: 6
Compression:
Stored size: 1.03 KB
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.required_ruby_version = '>= 2.0' spec.add_development_dependency "bundler", "~> 1.7" spec.add_development_dependency "rake", "~> 10.0" end
Version data entries
6 entries across 6 versions & 1 rubygems