Skip to content

Commit

Permalink
Bump gem version
Browse files Browse the repository at this point in the history
  • Loading branch information
jdesrosiers committed Jul 26, 2020
1 parent 5215df4 commit 6e1cbe1
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.1.0"
s.date = "2017-10-05"
s.version = "1.2.0"
s.date = "2020-07-26"
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 6e1cbe1

Please sign in to comment.