Skip to content

Commit

Permalink
Clean up gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
cyu committed Mar 25, 2019
1 parent 5fed623 commit ddcf819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rack-cors.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
spec.version = Rack::Cors::VERSION
spec.authors = ["Calvin Yu"]
spec.email = ["me@sourcebender.com"]
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}
spec.description = %q{Middleware that will make Rack-based apps CORS compatible. Fork the project here: https://github.com/cyu/rack-cors}
spec.summary = %q{Middleware for enabling Cross-Origin Resource Sharing in Rack apps}
spec.homepage = "https://github.com/cyu/rack-cors"
spec.license = "MIT"
Expand Down

0 comments on commit ddcf819

Please sign in to comment.