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