Skip to content

Fix Gemspec Deprecation#109

Merged
Jesterovskiy merged 1 commit intoroidrage:masterfrom
jessedoyle:deprecation-has-rdoc
Oct 11, 2018
Merged

Fix Gemspec Deprecation#109
Jesterovskiy merged 1 commit intoroidrage:masterfrom
jessedoyle:deprecation-has-rdoc

Conversation

@jessedoyle
Copy link
Contributor

@jessedoyle jessedoyle commented Oct 11, 2018

  • Remove the has_rdoc flag from the .gemspec file. Rubygems
    has deprecated this parameter and will be removing it in future
    versions.

I was seeing this error when installing my bundle:

Fetching git@github.com:roidrage/redis-session-store.git
NOTE: Gem::Specification#has_rdoc= is deprecated with no replacement. It will be removed on or after 2018-12-01.
Gem::Specification#has_rdoc= called from /home/travis/.rvm/gems/ruby-2.3.1/bundler/gems/redis-session-store-547d9908bae7/redis-session-store.gemspec:11.

SEE: https://blog.rubygems.org/2009/05/04/1.3.3-released.html

* Remove the `has_rdoc` flag from the `.gemspec` file. Rubygems
  has deprecated thios parameter and will be removing it in future
  versions.

SEE: https://blog.rubygems.org/2009/05/04/1.3.3-released.html
@jessedoyle jessedoyle force-pushed the deprecation-has-rdoc branch from 386c6bd to 60ab045 Compare October 11, 2018 17:42
@Jesterovskiy Jesterovskiy merged commit 1ae549a into roidrage:master Oct 11, 2018
@Jesterovskiy
Copy link
Collaborator

@jessedoyle thank you

@jessedoyle jessedoyle deleted the deprecation-has-rdoc branch October 11, 2018 19:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants