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.'