We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e4fa0a commit f45be80Copy full SHA for f45be80
luhn.gemspec
@@ -1,6 +1,7 @@
1
# encoding: UTF-8
2
require File.expand_path('../lib/luhn/version', __FILE__)
3
4
+
5
Gem::Specification.new do |s|
6
s.name = 'luhn'
7
s.homepage = 'http://github.com/joeljunstrom/ruby_luhn'
@@ -12,5 +13,7 @@ Gem::Specification.new do |s|
12
13
s.platform = Gem::Platform::RUBY
14
s.files = Dir.glob("{lib,spec}/**/*") + %w[LICENSE README.rdoc]
15
16
+ s.required_ruby_version = '>= 3.2'
17
18
s.add_development_dependency 'minitest', '~> 2.6.0'
-end
19
+end
0 commit comments