FakeFS 0.1.1

This commit is contained in:
Chris Wanstrath 2009-09-21 19:43:13 -07:00
parent fa89049964
commit 1eb0b97207
2 changed files with 3 additions and 3 deletions

View File

@ -5,11 +5,11 @@
Gem::Specification.new do |s|
s.name = %q{fakefs}
s.version = "0.1.6"
s.version = "0.1.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Chris Wanstrath"]
s.date = %q{2009-09-13}
s.date = %q{2009-09-21}
s.description = %q{A fake filesystem. Use it in your tests.}
s.email = %q{chris@ozmm.org}
s.extra_rdoc_files = [

View File

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