--- !ruby/object:Gem::Specification name: regexp-examples version: !ruby/object:Gem::Version version: 0.5.1 platform: ruby authors: - Tom Lord autorequire: bindir: bin cert_chain: [] date: 2015-02-08 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: bundler requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.7' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.7' - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '10.0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '10.0' description: Regexp#examples returns a list of strings that are matched by the regex email: lord.thom@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - ".gitignore" - ".rspec" - ".travis.yml" - Gemfile - LICENSE.txt - README.md - Rakefile - coverage/.gitignore - coverage/coverage-badge.png - lib/regexp-examples.rb - lib/regexp-examples/backreferences.rb - lib/regexp-examples/constants.rb - lib/regexp-examples/core_extensions/regexp/examples.rb - lib/regexp-examples/exceptions.rb - lib/regexp-examples/groups.rb - lib/regexp-examples/helpers.rb - lib/regexp-examples/parser.rb - lib/regexp-examples/repeaters.rb - lib/regexp-examples/version.rb - regexp-examples.gemspec - spec/regexp-examples_spec.rb - spec/spec_helper.rb homepage: http://rubygems.org/gems/regexp-examples licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.0.0 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.4.5 signing_key: specification_version: 4 summary: Extends the Regexp class with '#examples' test_files: - spec/regexp-examples_spec.rb - spec/spec_helper.rb