Skip to content

Commit

Permalink
v1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Dika committed Nov 4, 2024
1 parent e134f13 commit e19b62b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
gherkin_checker (1.1.6)
gherkin_checker (1.1.7)

GEM
remote: https://rubygems.org/
Expand Down
1 change: 1 addition & 0 deletions gherkin_checker.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = ">= 3.0"

spec.metadata["rubygems_mfa_required"] = "true"
spec.metadata["source_code_uri"] = "https://github.com/dikako/gherkin_checker"
end
2 changes: 1 addition & 1 deletion lib/gherkin_checker/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module GherkinChecker
VERSION = "1.1.6"
VERSION = "1.1.7"
end

0 comments on commit e19b62b

Please sign in to comment.