From 89eaa5a3c32ef1355bdc869c856c1d62d5648246 Mon Sep 17 00:00:00 2001 From: Jordan Hollinger Date: Fri, 9 Feb 2024 16:56:52 -0500 Subject: [PATCH 1/2] Fix summary Signed-off-by: Jordan Hollinger --- blueprinter-activerecord.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blueprinter-activerecord.gemspec b/blueprinter-activerecord.gemspec index caf99a4..970ec24 100644 --- a/blueprinter-activerecord.gemspec +++ b/blueprinter-activerecord.gemspec @@ -8,7 +8,7 @@ Gem::Specification.new do |spec| spec.authors = ['Procore Technologies, Inc.'] spec.email = ['opensource@procore.com'] - spec.summary = 'Extensions for using ActiveRecord with ActiveRecord' + spec.summary = 'Extensions for using Blueprinter with ActiveRecord' spec.description = 'Eager loading and other ActiveRecord helpers for Blueprinter' spec.homepage = 'https://github.com/procore-oss/blueprinter-activerecord' spec.license = 'MIT' From 502d0d3e7f620cde9ccc78240bbd07ad1626feaf Mon Sep 17 00:00:00 2001 From: Jordan Hollinger Date: Fri, 9 Feb 2024 17:02:04 -0500 Subject: [PATCH 2/2] Bump patch version Signed-off-by: Jordan Hollinger --- lib/blueprinter-activerecord/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/blueprinter-activerecord/version.rb b/lib/blueprinter-activerecord/version.rb index c87baac..b4708a5 100644 --- a/lib/blueprinter-activerecord/version.rb +++ b/lib/blueprinter-activerecord/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module BlueprinterActiveRecord - VERSION = "1.0.0" + VERSION = "1.0.1" end