Skip to content

Commit

Permalink
Import theme version into gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmaroli authored Sep 6, 2024
1 parent 897ed85 commit d031955
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions minima.gemspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# frozen_string_literal: true

require_relative "theme_version"

Gem::Specification.new do |spec|
spec.name = "minima"
spec.version = "2.5.1"
spec.version = Minima::VERSION
spec.authors = ["Joel Glovier"]
spec.email = ["[email protected]"]

Expand All @@ -19,5 +21,4 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "jekyll", ">= 3.5", "< 5.0"
spec.add_runtime_dependency "jekyll-feed", "~> 0.9"
spec.add_runtime_dependency "jekyll-seo-tag", "~> 2.1"
spec.add_development_dependency "bundler", ">= 1.15"
end

0 comments on commit d031955

Please sign in to comment.