backports 3.10.1 → 3.10.2

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: 5857d4ceeea11e877662a099241801ff7e8e922e
4
- data.tar.gz: 540d8bab4f8f7721cff19975920f2246960b7954
3
+ metadata.gz: 5d3eaf615e5f07b8ee4b083e23f972e07c52bfca
4
+ data.tar.gz: 8944aafe2bbf155a01934d423233fc78c13ae5b2
5
5
  SHA512:
6
- metadata.gz: 408fe4d9d1fd49cbbac29bf983b444855a7835a4d0480241938e5cb814d8fb84049fa79463f4a00322f09847b5dc62ce872de8b08dad03c3f5091dba335790ea
7
- data.tar.gz: 9c0f9616dd2ea8829a0ed08d1ee9ecb81c09bd7d49d19f7fd24c2577d0bb6a9ea167ca2bd79bc31ee633964dbc94eebc4bbe235f778c034360fa91fa1cedacf8
6
+ metadata.gz: 9b9e2fad0bd96b992948119898672781125fc5891a276132391777cac2b991df73dde10c49d2dd8b7e8cca6fb0e514e154026f208ed20f0ef098df5ead9890a0
7
+ data.tar.gz: 01f2fbb915263cfd667d5dda72a982ed31fe68cf2392052e1c0dcaa4982a46e58129e469b11ec97676f3313edf2a6050c858b58c2b0c0f28798d52aba605f8ba
@@ -0,0 +1,3 @@
1
+ require 'backports/tools/require_relative_dir'
2
+
3
+ Backports.require_relative_dir
@@ -1,3 +1,3 @@
1
1
  module Backports
2
- VERSION = "3.10.1" unless const_defined? :VERSION # the guard is against a redefinition warning that happens on Travis
2
+ VERSION = "3.10.2" unless const_defined? :VERSION # the guard is against a redefinition warning that happens on Travis
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: backports
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.10.1
4
+ version: 3.10.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marc-André Lafortune
@@ -576,6 +576,7 @@ files:
576
576
  - lib/backports/2.4.0/nil_class/dup.rb
577
577
  - lib/backports/2.4.0/regexp.rb
578
578
  - lib/backports/2.4.0/regexp/match.rb
579
+ - lib/backports/2.4.0/string.rb
579
580
  - lib/backports/2.4.0/string/match.rb
580
581
  - lib/backports/2.4.0/true_class.rb
581
582
  - lib/backports/2.4.0/true_class/dup.rb