Skip to content

Commit ddcf819

Browse files
committed
Clean up gemspec
1 parent 5fed623 commit ddcf819

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rack-cors.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
88
spec.version = Rack::Cors::VERSION
99
spec.authors = ["Calvin Yu"]
1010
spec.email = ["me@sourcebender.com"]
11-
spec.description = %q{Middleware that will make Rack-based apps CORS compatible. Read more here: http://blog.sourcebender.com/2010/06/09/introducin-rack-cors.html. Fork the project here: https://github.com/cyu/rack-cors}
11+
spec.description = %q{Middleware that will make Rack-based apps CORS compatible. Fork the project here: https://github.com/cyu/rack-cors}
1212
spec.summary = %q{Middleware for enabling Cross-Origin Resource Sharing in Rack apps}
1313
spec.homepage = "https://github.com/cyu/rack-cors"
1414
spec.license = "MIT"

0 commit comments

Comments
 (0)