Skip to content

Commit

Permalink
add bigdecimal to gemspec for ruby-head, enable rubygems mfa
Browse files Browse the repository at this point in the history
  • Loading branch information
pcai committed Feb 13, 2024
1 parent d73e1c4 commit 016e612
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion nori.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,18 @@ Gem::Specification.new do |s|
s.homepage = "https://github.com/savonrb/nori"
s.summary = "XML to Hash translator"
s.description = s.summary
s.required_ruby_version = '>= 1.9.2'
s.required_ruby_version = '>= 3.0'

s.license = "MIT"

s.add_dependency "bigdecimal"

s.add_development_dependency "rake", "~> 12.3.3"
s.add_development_dependency "nokogiri", ">= 1.4.0"
s.add_development_dependency "rspec", "~> 3.11.0"

s.metadata["rubygems_mfa_required"] = "true"

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
Expand Down

0 comments on commit 016e612

Please sign in to comment.