fakefs 3.2.0 → 3.2.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: 3294d3742d7e70b4759f220586e7de512206c4c1a76f9d75a566ea8dd09f60bb
4
- data.tar.gz: bf05bf7f02c41397e56e62ba56550bca0a937366f698cd4c93f8f1730667ebcc
3
+ metadata.gz: 164b841fcc6630b9457c0540963eb0dca2b7f47fca6509b4c4de8fec9da50b9f
4
+ data.tar.gz: 16f41341a254070751235502fff40078a0f02275d4fbc4f37bb0874baf74835b
5
5
  SHA512:
6
- metadata.gz: c2e19e0109dfd3cb680c1fa86337a1852f76f7cb8110ba33caf5274bdadf28af91a99c95b835488eb99b34ea2cdad3a45cd11712850bcfcf1630e833748ba33a
7
- data.tar.gz: 4c86d84d9f0bd06fc41e0848e3d136a51f656ac722780c717cf6e2abcbde62edb1d43dbf480b874efd10168e7ccfa1008f4370f4092c37af4f9f3781e4ae0a98
6
+ metadata.gz: fbbdef6b6880c52b6aa0d9aaf9936cf21e433905a68c4f26ee4725da3f70d55f114ce6d30664e3b2c3e038c7ab5039ade936a1f483833d1919b7429375a67406
7
+ data.tar.gz: a0fcc4dad7bef9d04a5a9f6605ed706a94f57f34df93a95b87d6f5458ec3e55a4d403d49c11cdb8ff5956a2aeb4ef74dde571925040dd03824765b91db30db18
@@ -438,8 +438,8 @@ module FakeFS
438
438
  end
439
439
  end
440
440
 
441
- protected
442
-
441
+ # not `protected` on purpose since that breaks Rails.root.join even though
442
+ # the original Pathname has a protected path
443
443
  def path
444
444
  to_s
445
445
  end
@@ -3,7 +3,7 @@
3
3
  module FakeFS
4
4
  # Version module
5
5
  module Version
6
- VERSION = '3.2.0'
6
+ VERSION = '3.2.1'
7
7
 
8
8
  def self.to_s
9
9
  VERSION
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fakefs
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.0
4
+ version: 3.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Wanstrath