match_all 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a13c0e6b3b6d777b25dced8a0972842db698c5f7f7f98287b6b3f81a5d5528f1
4
- data.tar.gz: 9786191dffe30e03530459dc7189b9b419b976d5956c3c9146741d5eb82903ce
3
+ metadata.gz: 5fbb6f155a123f64582bde14cb0be8a733632f1debbd5cc414df3af3a25335af
4
+ data.tar.gz: 67b9d7deb14f89de97119cbeaa118034eb9efae725f3a337fbb1a589cf338a2e
5
5
  SHA512:
6
- metadata.gz: 26ceab3cb39ff712f917d924a605cfb5e202fb9cb30d5cc7316c8561235e080488d618af6a3de89d6b6d0d957d2f70fa0d418a80abed116988adb1096a91e76a
7
- data.tar.gz: 6162f0cd7fa74742f237a54578f895abfef7fe829de7a7910dfa33d197482cab01e2594a575ddee47e207446f84c0ca162f8e832a30c885bb4e3bf32f17ac483
6
+ metadata.gz: a23b6f909543d21f9e0d6d94d56ef3f3be337107286a0716189c285973dd03c14574a56aaa7a8bee2c308da8e36dad676bde19dd76afb321c0bf063b7d25d103
7
+ data.tar.gz: 774a7c483d88067e9d9b4c62b1dceff202f907e410ea520726119501e90dba7909a10c22646d3adaab71e3f5be9f2823516929b9de358a243e987088b7234cd3
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module MatchAll
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
data/lib/match_all.rb CHANGED
@@ -3,8 +3,4 @@
3
3
  require_relative "match_all/version"
4
4
  require_relative "ruby_core_extensions/string/match_all"
5
5
 
6
- module MatchAll
7
- class Error < StandardError; end
8
-
9
- include RubyCoreExtensions::String::MatchAll
10
- end
6
+ include RubyCoreExtensions::String::MatchAll
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: match_all
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeff Lange