fakefs 0.13.1 → 0.13.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 273b8150a68f4aa49e5fe86810d57eb0354e38c4
4
- data.tar.gz: af9700b4b546fd722330894a26f23579c1eeab1f
3
+ metadata.gz: 2d4f712e9405d73fb0a6ca1deacbb4f5b03c98df
4
+ data.tar.gz: 9907a442ecaa448e779c590ae5bc9104283d2341
5
5
  SHA512:
6
- metadata.gz: 81dc63d6de9644aad4b988dcf501c73c1bd69e6504897361371ef096bd5d5c8c0387e494cec672e2fa20e61b45e043ab00adb475e8f304eebcc8484df5aeef79
7
- data.tar.gz: b80196434f68b044d9788ec796a7466765d288c06860e0d60f9f2e9d6519a5371063be504da4e4cf126477f9dfbf7c2af22e18c7df55f7802c530ad6b6348eed
6
+ metadata.gz: eeae73145988e0ab7b77e1667f8d0183f7082be6cb528a194ea34202eb64253b950cd59d81c1cf627e9ac9a4580b8cd88cdca6a82e8ba36a301ce456690d4b94
7
+ data.tar.gz: 0c3d105f677e6106a362321a6f06ef9bd46a3628e2ce6b7c65f28c75c353bd54682bf6451ddf20860206f87df5106267d14eba0d6dc717082b45d697e7576356
@@ -432,6 +432,7 @@ module FakeFS
432
432
  other = Pathname.new(other) unless other.is_a?(Pathname)
433
433
  Pathname.new(plus(@path, other.to_s))
434
434
  end
435
+ alias_method :/, :+
435
436
 
436
437
  def plus(path1, path2) # -> path
437
438
  prefix2 = path2
@@ -1,7 +1,7 @@
1
1
  module FakeFS
2
2
  # Version module
3
3
  module Version
4
- VERSION = '0.13.1'.freeze
4
+ VERSION = '0.13.2'.freeze
5
5
 
6
6
  def self.to_s
7
7
  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: 0.13.1
4
+ version: 0.13.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Wanstrath
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2018-02-01 00:00:00.000000000 Z
15
+ date: 2018-02-14 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: bundler