jekyll-git-hash.gemspec in jekyll-git-hash-0.1.0 vs jekyll-git-hash.gemspec in jekyll-git-hash-0.1.1

- old
+ new

@@ -1,10 +1,10 @@ # frozen_string_literal: true # (The MIT License) # -# Copyright (c) 2014-2023 Yegor Bugayenko +# Copyright (c) 2014-2024 Yegor Bugayenko # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal # in the Software without restriction, including without limitation the rights # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell @@ -26,10 +26,10 @@ Gem::Specification.new do |s| s.required_rubygems_version = Gem::Requirement.new('>= 0') if s.respond_to? :required_rubygems_version= s.required_ruby_version = '>= 2.6' s.name = 'jekyll-git-hash' - s.version = '0.1.0' + s.version = '0.1.1' s.license = 'MIT' s.summary = 'Jekyll Git Hash' s.description = 'Adds Git hash to the properties of the Jekyll site' s.authors = ['Yegor Bugayenko'] s.email = 'yegor256@gmail.com'