From 42f5ea6b4c638024c8865c1e4a4dbeb991198557 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Thu, 25 Nov 2021 23:07:21 +0000 Subject: [PATCH] Prepare for 1.0.0 --- Gemfile.lock | 2 +- globalid.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 5bbde2f..8408455 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - globalid (0.6.0) + globalid (1.0.0) activesupport (>= 5.0) GEM diff --git a/globalid.gemspec b/globalid.gemspec index c13be72..32807f7 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.6.0' + s.version = '1.0.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.'