Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Gem.gemspec #30

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update Gem.gemspec #30

wants to merge 1 commit into from

Conversation

v20100v
Copy link

@v20100v v20100v commented Oct 6, 2023

Gem has_rdoc, which is deprecated in the latest RubyGems API.

Cause a warning message after doing bundle install or update.

Gem has_rdoc, which is deprecated in the latest RubyGems API.

Cause a warning message after doing bundle install or update.
@v20100v
Copy link
Author

v20100v commented Oct 6, 2023

I have another remarks.

Is it possible to create a new release version for Jekyll menu (0.6.1) ?

To use Jekyll-Menu in a Ruby 3.2.2 environment, we need to install it with this ugly hack :

# Gemfile
(...)
group :jekyll_plugins do
   gem "jekyll-menus", :git => "https://github.com/forestryio/jekyll-menus.git"
end

If we precise a rule version ot install Jekyll-menus like bellow, it does not install the last content of git repository.

spec.add_runtime_dependency "jekyll-menus", "~> 0.6"

The last tagged version does not match the code status of the git repository. In other words, the master branch does not have a release tag.

Thanks in advance ^^.

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.

1 participant