Skip to content

Commit

Permalink
Update gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Desrosiers committed Oct 4, 2017
1 parent 21a51fe commit ace4550
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sinatra-cors.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.name = "sinatra-cors"
s.version = "1.0.1"
s.date = "2017-07-29"
s.version = "1.0.2"
s.date = "2017-10-04"
s.summary = "CORS support for Sinatra applications"
s.description = <<-EOT
This Sinatra plugin supports the full CORS spec including automatic support for CORS preflight (OPTIONS) requests. It uses CORS security best practices. The plugin logs to the default logger to guide you in setting things up properly. It will tell you why a CORS request failed and tell you how to fix it.
Expand Down

0 comments on commit ace4550

Please sign in to comment.