cliutils.gemspec in cliutils-1.0.3 vs cliutils.gemspec in cliutils-1.0.4

- old
+ new

@@ -8,20 +8,16 @@ spec.version = CLIUtils::VERSION spec.authors = ["Aaron Bach"] spec.email = ["bachya1208@googlemail.com"] spec.summary = 'Sugary goodness for Ruby CLI apps.' spec.description = 'A library of functionality designed to alleviate common tasks and headaches when developing command-line (CLI) apps in Ruby.' - spec.homepage = "https://github.com/bachya/cli-utils" + spec.homepage = "http://www.bachyaproductions.com/cliutils-ruby-library-cli-apps/" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] - - spec.has_rdoc = true - spec.extra_rdoc_files = ['README.md', 'doc'] - spec.rdoc_options << '--title' << 'CLIUtils' << '--main' << 'README.md' << '-ri' spec.add_development_dependency('bundler', '~> 1.5') spec.add_development_dependency('pry', '~> 0.9') spec.add_development_dependency('rake', '~> 0') spec.add_development_dependency('yard', '0.8.7.4')