daemonizer.gemspec in daemonizer-0.0.8 vs daemonizer.gemspec in daemonizer-0.1.0

- old
+ new

@@ -3,23 +3,26 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{daemonizer} - s.version = "0.0.8" + s.version = "0.1.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Gleb Pomykalov"] s.date = %q{2010-07-08} s.default_executable = %q{daemonizer} s.description = %q{Inspired by bundler and rack. Mostly built on top of Alexey Kovyrin's loops code. http://github.com/kovyrin/loops} s.email = %q{glebpom@gmail.com} s.executables = ["daemonizer"] s.extra_rdoc_files = [ - "README.md" + "LICENSE", + "README.md" ] s.files = [ - "README.md", + "LICENSE", + "README.md", + "ROADMAP", "Rakefile", "VERSION", "bin/daemonizer", "daemonizer.gemspec", "lib/daemonizer.rb",