RbST.gemspec in RbST-0.1.0 vs RbST.gemspec in RbST-0.1.1

- old
+ new

@@ -3,15 +3,15 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{RbST} - s.version = "0.1.0" + s.version = "0.1.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["William Melody"] - s.date = %q{2009-11-20} + s.date = %q{2009-12-02} s.description = %q{A simple Ruby wrapper for processing reStructuredText via Python's Docutils} s.email = %q{wmelody@gmail.com} s.extra_rdoc_files = [ "LICENSE", "README.markdown" @@ -48,20 +48,17 @@ if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then - s.add_development_dependency(%q<thoughtbot-shoulda>, [">= 0"]) + s.add_development_dependency(%q<shoulda>, [">= 0"]) s.add_development_dependency(%q<mocha>, [">= 0"]) - s.add_runtime_dependency(%q<open4>, [">= 0"]) else - s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"]) + s.add_dependency(%q<shoulda>, [">= 0"]) s.add_dependency(%q<mocha>, [">= 0"]) - s.add_dependency(%q<open4>, [">= 0"]) end else - s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"]) + s.add_dependency(%q<shoulda>, [">= 0"]) s.add_dependency(%q<mocha>, [">= 0"]) - s.add_dependency(%q<open4>, [">= 0"]) end end