FakeFS 0.1.1
This commit is contained in:
parent
fa89049964
commit
1eb0b97207
@ -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 = [
|
||||
|
@ -1,6 +1,6 @@
|
||||
module FakeFS
|
||||
module Version
|
||||
VERSION = "0.1.6"
|
||||
VERSION = "0.1.1"
|
||||
|
||||
def self.to_s
|
||||
VERSION
|
||||
|
Loading…
Reference in New Issue
Block a user