Skip to content

Commit

Permalink
Require version in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
moiristo committed Feb 17, 2021
1 parent d0d9c45 commit e270170
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion deep_cloneable.gemspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# frozen_string_literal: true

$:.unshift File.expand_path('../lib', __FILE__)
require 'deep_cloneable/version'

Gem::Specification.new do |s|
s.name = 'deep_cloneable'
s.version = DeepCloneable::Version
s.version = DeepCloneable::VERSION
s.authors = ['Reinier de Lange']
s.description = 'Extends the functionality of ActiveRecord::Base#dup to perform a deep clone that includes user specified associations. '
s.email = '[email protected]'
Expand Down

0 comments on commit e270170

Please sign in to comment.