From beab3e4bc7d3fe1af27367de6c90b4d31618ed44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Wed, 24 Nov 2021 22:28:40 +0000 Subject: [PATCH] Prepare to 0.6.0 --- Gemfile.lock | 2 +- globalid.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 62ac4c5..5bbde2f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - globalid (0.5.2) + globalid (0.6.0) activesupport (>= 5.0) GEM diff --git a/globalid.gemspec b/globalid.gemspec index d8cd56d..c13be72 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 = '0.5.2' + s.version = '0.6.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.'