doc.gemspec in doc-0.0.1 vs doc.gemspec in doc-0.1.0

- old
+ new

@@ -3,15 +3,15 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "doc" - s.version = "0.0.1" + s.version = "0.1.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Ivan Kuchin"] - s.date = "2011-10-04" + s.date = "2011-10-09" s.description = "Generate `Rakefile` with `docr` and get searchable documentation for ruby, rails, gems, plugins and all other ruby code in one place" s.executables = ["docr"] s.extra_rdoc_files = [ "LICENSE.txt", "README.markdown" @@ -47,10 +47,10 @@ "lib/doc/tasks.rb" ] s.homepage = "http://github.com/toy/doc" s.licenses = ["MIT"] s.require_paths = ["lib"] - s.rubygems_version = "1.8.10" + s.rubygems_version = "1.8.11" s.summary = "Get all ruby documentation in one place" if s.respond_to? :specification_version then s.specification_version = 3