Sha256: fb0c092793249db718f88d943e3b4153665f1a819deb53353a3b16c4a391527e

Contents?: true

Size: 631 Bytes

Versions: 2

Compression:

Stored size: 631 Bytes

Contents

## Implements Regexp#match?, String#match? and Symbol#match? in Ruby < 2.4.

[![Gem Version](https://badge.fury.io/rb/regexp-match-polyfill.svg)](https://badge.fury.io/rb/regexp-match-polyfill)
[![Build Status](https://travis-ci.org/yivo/regexp-match-polyfill.svg?branch=master)](https://travis-ci.org/yivo/regexp-match-polyfill)

## Installing gem
Add to your Gemfile:
```ruby
gem 'regexp-match-polyfill', '~> 1.0'
```

## Running tests
Install bundler:
```bash
gem install bundler
```

Install dependencies:
```bash
cd regexp-match-polyfill && bundle
```

Run tests:
```bash
cd regexp-match-polyfill && bundle exec rake test
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
regexp-match-polyfill-1.0.2 README.md
regexp-match-polyfill-1.0.1 README.md