From d356c544301b602ff473bc4b10d9e43f6dabc148 Mon Sep 17 00:00:00 2001 From: Varpusparvi Date: Tue, 23 Apr 2024 09:10:53 +0200 Subject: [PATCH] Fix path --- Gemfile.lock | 2 +- phraseapp-in-context-editor-ruby.gemspec | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index bc90fca..af52a31 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - phraseapp-in-context-editor-ruby (2.0.0) + phraseapp-in-context-editor-ruby (2.1.0) i18n (~> 1.0) json (~> 2.0) request_store (~> 1.2) diff --git a/phraseapp-in-context-editor-ruby.gemspec b/phraseapp-in-context-editor-ruby.gemspec index 89f4f71..809eb02 100644 --- a/phraseapp-in-context-editor-ruby.gemspec +++ b/phraseapp-in-context-editor-ruby.gemspec @@ -1,5 +1,7 @@ # frozen_string_literal: true +require "./lib/phraseapp-in-context-editor-ruby/version" + Gem::Specification.new do |s| s.name = "phraseapp-in-context-editor-ruby" s.version = PhraseApp::VERSION