Update gemspec for 0.4.0

This commit is contained in:
Scott Taylor 2011-09-05 17:55:55 -04:00
parent da5e6210b2
commit 8fedf0dc1b

View File

@ -5,11 +5,11 @@
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = %q{fakefs} s.name = %q{fakefs}
s.version = "0.3.2" s.version = "0.4.0"
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", "Scott Taylor", "Jeff Hodges", "Pat Nakajima"] s.authors = ["Chris Wanstrath", "Scott Taylor", "Jeff Hodges", "Pat Nakajima"]
s.date = %q{2011-05-02} s.date = %q{2011-09-05}
s.description = %q{A fake filesystem. Use it in your tests.} s.description = %q{A fake filesystem. Use it in your tests.}
s.email = %q{chris@ozmm.org} s.email = %q{chris@ozmm.org}
s.extra_rdoc_files = [ s.extra_rdoc_files = [
@ -21,7 +21,6 @@ Gem::Specification.new do |s|
".rspec", ".rspec",
"CONTRIBUTORS", "CONTRIBUTORS",
"Gemfile", "Gemfile",
"Gemfile.lock",
"LICENSE", "LICENSE",
"README.markdown", "README.markdown",
"Rakefile", "Rakefile",