From 10673ef83e23b4ad668c356419c7f70a66cb5c70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Wed, 25 Jan 2023 18:43:37 +0000 Subject: [PATCH] Prepare for 1.1.0 release --- Gemfile.lock | 2 +- globalid.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 437c2b4..e996c30 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - globalid (1.0.1) + globalid (1.1.0) activesupport (>= 5.0) GEM diff --git a/globalid.gemspec b/globalid.gemspec index 2363263..a005c7f 100644 --- a/globalid.gemspec +++ b/globalid.gemspec @@ -1,7 +1,7 @@ Gem::Specification.new do |s| s.platform = Gem::Platform::RUBY s.name = 'globalid' - s.version = '1.0.1' + s.version = '1.1.0' s.summary = 'Refer to any model with a URI: gid://app/class/id' s.description = 'URIs for your models makes it easy to pass references around.'