Skip to content

Commit

Permalink
Various docs for 2.0.2 (#275)
Browse files Browse the repository at this point in the history
* Doc: 2.0.2: Add CVE ids to changelog

* Doc: Add changelog to rubygems dot org page

This should add a changelog link in the lower right corner of
the rubygems dot org page.

* Add .idea to .gitignore

.idea is the RubyMine configuration directory
  • Loading branch information
jaredbeck committed Mar 6, 2024
1 parent 8780639 commit 41ccfee
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
*.rbc
.bundle
.config
.idea
.yardoc
/Gemfile.lock
InstalledFiles
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file.
## 2.0.2 - 2024-03-04
### Changed
- Fix file permission issues with 2.0.1 release
- Security: Fixes CVE-2024-27456, GHSA-785g-282q-pwvx

## 2.0.1 - 2023-02-17
### Changed
Expand Down
4 changes: 4 additions & 0 deletions rack-cors.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ['lib']

s.metadata = {
'changelog_uri' => 'https://github.com/cyu/rack-cors/blob/master/CHANGELOG.md'
}

spec.add_dependency 'rack', '>= 2.0.0'
spec.add_development_dependency 'bundler', '>= 1.16.0', '< 3'
spec.add_development_dependency 'minitest', '~> 5.11.0'
Expand Down

0 comments on commit 41ccfee

Please sign in to comment.