scide.gemspec in scide-0.0.3 vs scide.gemspec in scide-0.0.4

- old
+ new

@@ -3,39 +3,39 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "scide" - s.version = "0.0.3" + s.version = "0.0.4" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["AlphaHydrae"] s.date = "2011-10-01" s.description = "Utility to generate GNU screen configuration files." s.email = "hydrae.alpha@gmail.com" s.executables = ["scide"] s.extra_rdoc_files = [ "LICENSE.txt", - "README.rdoc" + "README.md" ] s.files = [ ".document", ".rspec", ".rvmrc", "Gemfile", "Gemfile.lock", "LICENSE.txt", - "README.rdoc", + "README.md", "Rakefile", "VERSION", "bin/scide", "lib/scide.rb", "lib/scide/command.rb", - "lib/scide/commands/dblog.rb", "lib/scide/commands/edit.rb", "lib/scide/commands/run.rb", "lib/scide/commands/show.rb", "lib/scide/commands/tail.rb", + "lib/scide/commands/tailp.rb", "lib/scide/config.rb", "lib/scide/global.rb", "lib/scide/opts.rb", "lib/scide/overmind.rb", "lib/scide/project.rb",