muflax 0.3.2 → 0.3.3

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
  SHA1:
3
- metadata.gz: 8a5a1c246ad61339fa996e3aa08d8f5374d920f5
4
- data.tar.gz: d2aec574b6ef65e860eedadad87331059c9154bb
3
+ metadata.gz: 533c1a0e2fff9b78eeb0504a8f0dbbcacfc99a32
4
+ data.tar.gz: 753d663fe41c1a7d114984c877e54d2a7d5c00df
5
5
  SHA512:
6
- metadata.gz: e93eeb4d566f28872367a17ee5a81f3d44e90a7bc077595d703049e14b35f66ffa395fa5fd5eb7f8a8016b8dc10e883b42007fc6dcfaed172685af926a6b41ff
7
- data.tar.gz: 11f1611f87a76cd6f0c3600efd49be931ceab63318895d4a01e88f6d2630db487ccdfffce80890981f50f2479e4236bfece9e81d58e036601ead9eef4355bf4f
6
+ metadata.gz: 0cc22c1732bf67d0695916777a4262701db8edc575558e7974f0ddb40005f3add9eed51ad908b449eaffc50fdb91fd1ed0978a73f64f13b0e481171fcd37c843
7
+ data.tar.gz: 7bcdc1d103b5760fdd13c2e394cb0a0faae11bcaae6ed51ff9a1abc8a6c61b12ff5e1be0a52ad4cf232704675d3222c98fd3bd6067743f82d0e6fbdb4885e70e
checksums.yaml.gz.sig CHANGED
Binary file
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- muflax (0.3.2)
4
+ muflax (0.3.3)
5
5
  awesome_print (~> 1)
6
6
  debug_inspector (~> 0.0)
7
7
  highline (~> 1.6)
data/lib/muflax/regex.rb CHANGED
@@ -22,10 +22,3 @@ class String
22
22
  end
23
23
  alias :gsub_all! :mgsub!
24
24
  end
25
-
26
- class Regexp
27
- # ruby 2.3 compat
28
- def match?(string, pos = 0)
29
- !!match(string, pos)
30
- end unless //.respond_to?(:match?)
31
- end
data/muflax.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "muflax"
3
- s.version = "0.3.2"
3
+ s.version = "0.3.3"
4
4
 
5
5
  s.authors = ["muflax"]
6
6
  s.summary = "muflax standard library"
data.tar.gz.sig CHANGED
@@ -1,3 +1,3 @@
1
- ��fW��h��/�n�=M��o������O���`i��E�8ST Xk'���
2
- �Ɣ�OS@Zh������O�伵���������pf����
3
- �̧=�%�8�����/L��۹`K��кY��TPS|2M=�aM�-�>G���ÿao��S
1
+ �hF0�T��Hڒ�bS���/s��@�@�JZ���97���X
2
+ Dm*�������5A{��##C�#��,U���
3
+ w����_�M'w�Z�o�\{x��܎�BF�.�b��]�y� 9\%�j���~�Y��È2Q��墙ho=��' ��ø���5������Wf,{o'f���yE�
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: muflax
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - muflax
metadata.gz.sig CHANGED
Binary file