Skip to content

Commit

Permalink
Bump version to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
f-ewald committed Jun 25, 2023
1 parent 05174dc commit 0259b98
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions jekyll-ranked-search.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.name = "jekyll_ranked_search"
s.version = "0.0.2"
s.summary = "TF-IDF search for Jekyll posts"
s.version = "0.0.3"
s.summary = "TF-IDF offline search for Jekyll posts"
s.description = "Offline search plugin for Jekyll posts using TF-IDF"
s.authors = ["Friedrich Ewald"]
s.email = "[email protected]"
Expand All @@ -15,4 +15,5 @@ Gem::Specification.new do |s|
"https://github.com/f-ewald/jekyll_ranked_search"
s.license = "MIT"
s.add_runtime_dependency "redcarpet", "~> 3.6"
s.required_ruby_version = ">= 2.5.0"
end

0 comments on commit 0259b98

Please sign in to comment.