--- !ruby/object:Gem::Specification name: regexp-examples version: !ruby/object:Gem::Version version: 1.4.0 platform: ruby authors: - Tom Lord autorequire: bindir: bin cert_chain: [] date: 2017-10-15 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 "all" strings that are matched by the regex. Regexp#random_example returns one, random string that matches. email: lord.thom@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - ".gitignore" - ".rspec" - ".rubocop.yml" - ".travis.yml" - Gemfile - LICENSE.txt - README.md - Rakefile - db/unicode_ranges_2.0.pstore - db/unicode_ranges_2.2.pstore - db/unicode_ranges_2.3.pstore - db/unicode_ranges_2.4.pstore - lib/core_extensions/regexp/examples.rb - lib/regexp-examples.rb - lib/regexp-examples/backreferences.rb - lib/regexp-examples/chargroup_parser.rb - lib/regexp-examples/constants.rb - lib/regexp-examples/groups.rb - lib/regexp-examples/helpers.rb - lib/regexp-examples/max_results_limiter.rb - lib/regexp-examples/parser.rb - lib/regexp-examples/parser_helpers/charset_negation_helper.rb - lib/regexp-examples/parser_helpers/parse_after_backslash_group_helper.rb - lib/regexp-examples/parser_helpers/parse_group_helper.rb - lib/regexp-examples/parser_helpers/parse_multi_group_helper.rb - lib/regexp-examples/parser_helpers/parse_repeater_helper.rb - lib/regexp-examples/repeaters.rb - lib/regexp-examples/unicode_char_ranges.rb - lib/regexp-examples/version.rb - regexp-examples.gemspec - scripts/unicode_lister.rb - spec/config_spec.rb - spec/helpers.rb - spec/regexp-examples_spec.rb - spec/regexp-random_example_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.6.12 signing_key: specification_version: 4 summary: Extends the Regexp class with '#examples' and '#random_example' test_files: - spec/config_spec.rb - spec/helpers.rb - spec/regexp-examples_spec.rb - spec/regexp-random_example_spec.rb - spec/spec_helper.rb