update gemspec
This commit is contained in:
parent
5fea9805bd
commit
b76545efa0
@ -1,4 +1,3 @@
|
||||
# -*- encoding: utf-8 -*-
|
||||
$:.push File.expand_path("../lib", __FILE__)
|
||||
require "guard/rails/version"
|
||||
|
||||
@ -6,10 +5,10 @@ Gem::Specification.new do |s|
|
||||
s.name = "guard-rails"
|
||||
s.version = GuardRails::VERSION
|
||||
s.platform = Gem::Platform::RUBY
|
||||
s.authors = ["John Bintz"]
|
||||
s.email = ["john@coswellproductions.com"]
|
||||
s.homepage = ""
|
||||
s.summary = %q{Restart Rails when things change in your app}
|
||||
s.authors = ["John Bintz", "Wanzhang Sheng"]
|
||||
s.email = ["john@coswellproductions.com", "Ranmocy@gmail.com"]
|
||||
s.homepage = "https://github.com/ranmocy/guard-rails"
|
||||
s.summary = %q{Guard your Rails to always be there.}
|
||||
s.description = %q{Restart Rails when things change in your app}
|
||||
|
||||
s.rubyforge_project = "guard-rails"
|
||||
|
Loading…
Reference in New Issue
Block a user