Skip to content

Commit

Permalink
chore - Add changelog to gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
brkn committed Mar 13, 2024
1 parent 7024542 commit 5d5f6bc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion composite_primary_keys.gemspec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Read the current version
#$LOAD_PATH.unshift File.expand_path('../lib', __FILE__)
# $LOAD_PATH.unshift File.expand_path('../lib', __FILE__)
require_relative 'lib/composite_primary_keys/version'

Gem::Specification.new do |s|
Expand All @@ -24,6 +24,10 @@ Gem::Specification.new do |s|
s.test_files = Dir.glob('test/**')
s.license = 'MIT'

s.metadata = {
'changelog_uri' => 'https://github.com/composite-primary-keys/composite_primary_keys/blob/master/History.rdoc'
}

# Dependencies
s.required_ruby_version = '>= 2.7.0'
s.add_dependency('activerecord', '~> 7.0.2')
Expand Down

0 comments on commit 5d5f6bc

Please sign in to comment.