Skip to content

Commit

Permalink
Improve Gem metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Waslowski committed Feb 13, 2024
1 parent e968a4a commit e7393a7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion jekyll-gem-resolver.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@ Gem::Specification.new do |spec|
spec.version = Jekyll::GemResolver::VERSION
spec.authors = ["Lukas Waslowksi"]
spec.email = ["[email protected]"]
spec.description = %q{Gem resolver for Jekyll}
spec.description = %q{Gem resolver plugin for Jekyll}
spec.summary = %q{This plugin provides simple support for resolving paths relative to the directory of specific gems.}
spec.homepage = "https://github.com/cr7pt0gr4ph7/jekyll-gem-resolver"
spec.license = "MIT"
spec.metadata = {
"documentation_uri" => "https://github.com/cr7pt0gr4ph7/jekyll-gem-resolver",
"source_code_uri" => "https://github.com/cr7pt0gr4ph7/jekyll-gem-resolver"
}

spec.files = [*Dir["lib/**/*.rb"], "README.md", "LICENSE"]
spec.require_paths = ["lib"]
Expand Down
2 changes: 1 addition & 1 deletion lib/jekyll/gem_resolver/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Jekyll
module GemResolver
VERSION = '0.0.2'
VERSION = '0.0.3'
end
end

0 comments on commit e7393a7

Please sign in to comment.