Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Redis Session Store authors
- Edwin Cruz
- Gonçalo Silva
- Ian C. Anderson
- Jesse Doyle
- Jorge Pardiñas
- Justin McNally
- Mathias Meyer
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

## [Unreleased]

- Remove the `has_rdoc` parameter from the `.gemspec` file as it has been deprecated.

## [0.11.0] - 2018-08-13
### Changed
- JRuby to jruby-9.2.0.0
Expand Down
1 change: 0 additions & 1 deletion redis-session-store.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ Gem::Specification.new do |gem|
gem.homepage = 'https://github.com/roidrage/redis-session-store'
gem.license = 'MIT'

gem.has_rdoc = true
gem.extra_rdoc_files = %w(LICENSE AUTHORS.md CONTRIBUTING.md)

gem.files = `git ls-files -z`.split("\x0")
Expand Down