Skip to content

Commit

Permalink
Update gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
wuest committed Oct 3, 2024
1 parent 3c44f7d commit e72440f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions simd.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# frozen_string_literal: true

Gem::Specification.new do |s|
s.name = 'simd'
s.version = '0.5.2'
s.version = '0.5.3'

s.description = 'Access to SIMD (Single Instruction Multiple Data) instructions in Ruby'
s.summary = 'SIMD instructions in ruby'
Expand All @@ -9,13 +11,13 @@ Gem::Specification.new do |s|
s.homepage = 'https://github.com/wuest/simd-ruby'
s.license = 'MIT'

s.required_ruby_version = '>= 2.7.0'

s.metadata['homepage_uri'] = s.homepage
s.metadata['source_code_uri'] = s.homepage
s.metadata['changelog_uri'] = 'https://github.com/wuest/simd-ruby/blob/main/CHANGELOG.md'
s.metadata['rubygems_mfa_required'] = 'true'

s.files = `git ls-files ext`.split("\n")
s.extensions = 'ext/simd/extconf.rb'

s.add_development_dependency 'rake-compiler', '~> 1.2'
s.add_development_dependency 'minitest-proptest', '~> 0.0'
end

0 comments on commit e72440f

Please sign in to comment.