Sha256: 483328c059c8846afda845cd6f0f1280f5ed266a838ba3eec2f02c27f425483c
Contents?: true
Size: 1002 Bytes
Versions: 11
Compression:
Stored size: 1002 Bytes
Contents
require File.expand_path('../lib/regexp-examples/version', __FILE__) Gem::Specification.new do |s| s.name = 'regexp-examples' s.version = RegexpExamples::VERSION s.summary = "Extends the Regexp class with '#examples' and '#random_example'" s.description = 'Regexp#examples returns a list of "all" strings that are matched by the regex. '\ + 'Regexp#random_example returns one, random string that matches.' s.authors = ['Tom Lord'] s.email = 'lord.thom@gmail.com' s.files = `git ls-files -z`.split("\x0") s.executables = s.files.grep(/^bin\//) { |f| File.basename(f) } s.test_files = s.files.grep(/^(test|spec|features)\//) s.require_paths = ['lib'] s.homepage = 'http://rubygems.org/gems/regexp-examples' s.add_development_dependency 'bundler', '~> 1.7' s.add_development_dependency 'rake', '~> 10.0' s.license = 'MIT' s.required_ruby_version = '>= 2.0.0' end
Version data entries
11 entries across 11 versions & 1 rubygems