Sha256: 7a9c77eb4c8cf66ce0d6d5f64d4a6a2dc7a771855a80c988eb79398263aeb0b7

Contents?: true

Size: 957 Bytes

Versions: 2

Compression:

Stored size: 957 Bytes

Contents

# encoding: UTF-8
# frozen_string_literal: true

require File.expand_path('../lib/regexp-match-polyfill/version', __FILE__)

Gem::Specification.new do |s|
  s.name            = 'regexp-match-polyfill'
  s.version         = RegexpMatchPolyfill::VERSION
  s.author          = 'Yaroslav Konoplov'
  s.email           = 'eahome00@gmail.com'
  s.summary         = 'Implements Regexp#match?, String#match? and Symbol#match? in Ruby < 2.4.'
  s.description     = 'Implements Regexp#match?, String#match? and Symbol#match? in Ruby < 2.4.'
  s.homepage        = 'https://github.com/yivo/regexp-match-polyfill'
  s.license         = 'MIT'

  s.files           = `git ls-files -z`.split("\x0")
  s.test_files      = `git ls-files -z -- {test,spec,features}/*`.split("\x0")
  s.require_paths   = ['lib']

  s.add_development_dependency 'bundler',   '~> 1.7'
  s.add_development_dependency 'rake',      '~> 12.0'
  s.add_development_dependency 'test-unit', '~> 3.2'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
regexp-match-polyfill-1.0.2 regexp-match-polyfill.gemspec
regexp-match-polyfill-1.0.1 regexp-match-polyfill.gemspec