reloadlive.gemspec in reloadlive-1.0.0 vs reloadlive.gemspec in reloadlive-1.0.1

- old
+ new

@@ -8,11 +8,11 @@ spec.version = Reloadlive::VERSION spec.authors = ["Alberto Miorin"] spec.email = ["reloadlive@ululi.it"] spec.description = %q{Reloadlive is a command line tool to easily preview your github-markup files} spec.summary = %q{Reloadlive is a command line tool to easily preview your github-markup files} - spec.homepage = "" + spec.homepage = "https://github.com/amiorin/reloadlive" spec.license = "MIT" spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) @@ -26,10 +26,9 @@ spec.add_dependency "github-markdown" spec.add_dependency "pygments.rb", "~> 0.4.2" spec.add_development_dependency "bundler", "~> 1.3" spec.add_development_dependency "rake" - spec.add_development_dependency "rerun" spec.add_development_dependency "pry" spec.add_development_dependency "pry-debugger" spec.add_development_dependency "guard-rspec" end