From 95078f10c728ce105952fba192a03528d003a25b Mon Sep 17 00:00:00 2001 From: Mikko Karkee Date: Fri, 14 Jun 2024 10:09:07 +0300 Subject: [PATCH] Adjust spec file --- phraseapp-in-context-editor-ruby.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phraseapp-in-context-editor-ruby.gemspec b/phraseapp-in-context-editor-ruby.gemspec index 809eb02..c195360 100644 --- a/phraseapp-in-context-editor-ruby.gemspec +++ b/phraseapp-in-context-editor-ruby.gemspec @@ -4,7 +4,7 @@ require "./lib/phraseapp-in-context-editor-ruby/version" Gem::Specification.new do |s| s.name = "phraseapp-in-context-editor-ruby" - s.version = PhraseApp::VERSION + s.version = PhraseappInContextEditor::VERSION s.platform = Gem::Platform::RUBY s.required_ruby_version = ">= 3.1.0" s.authors = ["Phrase"]