Skip to content

Commit

Permalink
Properly use version in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan committed Nov 15, 2024
1 parent e1c8c50 commit 63a8c8d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion accept_values_for.gemspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# encoding: utf-8

require_relative 'lib/accept_values_for/version'

Gem::Specification.new do |spec|
spec.name = "accept_values_for"
spec.version = "0.9.4"
spec.version = AcceptValuesFor::VERSION

spec.author = "Bogdan Gusiev"
spec.email = "[email protected]"
Expand Down

0 comments on commit 63a8c8d

Please sign in to comment.