update gemspec
This commit is contained in:
parent
e30c5f5a07
commit
7c19c1a02b
@ -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.2.1"
|
s.version = "0.3.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"]
|
s.authors = ["Chris Wanstrath", "Scott Taylor", "Jeff Hodges", "Pat Nakajima"]
|
||||||
s.date = %q{2010-09-18}
|
s.date = %q{2010-12-15}
|
||||||
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 = [
|
||||||
@ -23,6 +23,7 @@ Gem::Specification.new do |s|
|
|||||||
"LICENSE",
|
"LICENSE",
|
||||||
"README.markdown",
|
"README.markdown",
|
||||||
"Rakefile",
|
"Rakefile",
|
||||||
|
"fakefs.gemspec",
|
||||||
"lib/fakefs.rb",
|
"lib/fakefs.rb",
|
||||||
"lib/fakefs/base.rb",
|
"lib/fakefs/base.rb",
|
||||||
"lib/fakefs/dir.rb",
|
"lib/fakefs/dir.rb",
|
||||||
@ -52,6 +53,7 @@ Gem::Specification.new do |s|
|
|||||||
"test/verify.rb"
|
"test/verify.rb"
|
||||||
]
|
]
|
||||||
s.homepage = %q{http://github.com/defunkt/fakefs}
|
s.homepage = %q{http://github.com/defunkt/fakefs}
|
||||||
|
s.rdoc_options = ["--charset=UTF-8"]
|
||||||
s.require_paths = ["lib"]
|
s.require_paths = ["lib"]
|
||||||
s.rubygems_version = %q{1.3.7}
|
s.rubygems_version = %q{1.3.7}
|
||||||
s.summary = %q{A fake filesystem. Use it in your tests.}
|
s.summary = %q{A fake filesystem. Use it in your tests.}
|
||||||
|
Loading…
Reference in New Issue
Block a user