rerun.gemspec in rerun-0.7.0.pre5 vs rerun.gemspec in rerun-0.7.0
- old
+ new
@@ -1,14 +1,14 @@
$spec = Gem::Specification.new do |s|
s.specification_version = 2 if s.respond_to? :specification_version=
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.name = 'rerun'
- s.version = '0.7.0.pre5'
+ s.version = '0.7.0'
- s.description = "Restarts your app when a file changes"
- s.summary = "Launches an app, and restarts it whenever the filesystem changes."
+ s.description = "Restarts your app when a file changes. A no-frills, command-line alternative to Guard, Shotgun, Autotest, etc."
+ s.summary = "Launches an app, and restarts it whenever the filesystem changes. A no-frills, command-line alternative to Guard, Shotgun, Autotest, etc."
s.authors = ["Alex Chaffee"]
s.email = "alex@stinky.com"
s.files = %w[
@@ -29,8 +29,6 @@
#s.add_dependency 'rack', '>= 0.9.1'
#s.add_dependency 'launchy', '>= 0.3.3', '< 1.0'
s.homepage = "http://github.com/alexch/rerun/"
s.require_paths = %w[lib]
- s.rubyforge_project = 'pivotalrb'
- s.rubygems_version = '1.1.1'
end