Fixed FileUtils.rmdir and Dir.unlink
This commit is contained in:
parent
c9bd3260c5
commit
f6031458cd
@ -5,7 +5,7 @@
|
||||
|
||||
Gem::Specification.new do |s|
|
||||
s.name = %q{fakefs}
|
||||
s.version = "0.1.4"
|
||||
s.version = "0.1.5"
|
||||
|
||||
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
||||
s.authors = ["Chris Wanstrath"]
|
||||
|
@ -1,6 +1,6 @@
|
||||
module FakeFS
|
||||
module Version
|
||||
VERSION = "0.1.4"
|
||||
VERSION = "0.1.5"
|
||||
|
||||
def self.to_s
|
||||
VERSION
|
||||
|
Loading…
Reference in New Issue
Block a user