Skip to content

Commit

Permalink
Merge pull request #4 from procore-oss/fix-gem-desc
Browse files Browse the repository at this point in the history
Fix gem summary
  • Loading branch information
jhollinger authored Feb 9, 2024
2 parents f6a565b + 502d0d3 commit 042a029
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blueprinter-activerecord.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
spec.authors = ['Procore Technologies, Inc.']
spec.email = ['[email protected]']

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'
Expand Down
2 changes: 1 addition & 1 deletion lib/blueprinter-activerecord/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module BlueprinterActiveRecord
VERSION = "1.0.0"
VERSION = "1.0.1"
end

0 comments on commit 042a029

Please sign in to comment.