Fixed FileUtils.rmdir and Dir.unlink

This commit is contained in:
Myles Eftos 2009-09-14 03:16:20 +08:00
parent c9bd3260c5
commit f6031458cd
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = %q{fakefs} 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.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Chris Wanstrath"] s.authors = ["Chris Wanstrath"]

View File

@ -1,6 +1,6 @@
module FakeFS module FakeFS
module Version module Version
VERSION = "0.1.4" VERSION = "0.1.5"
def self.to_s def self.to_s
VERSION VERSION