Skip to content

Commit

Permalink
feat: add author details to gemspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
collins-lagat committed Apr 2, 2023
1 parent 78b8df9 commit 24aa025
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spree_avior_tax.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ Gem::Specification.new do |s|
s.description = 'Add (optional) extension description here'
s.required_ruby_version = '>= 2.5'

s.author = 'You'
s.email = 'you@example.com'
s.homepage = 'https://github.com/your-github-handle/spree_avior_tax'
s.author = 'Collins Lagat'
s.email = 'cklagat@gmail.com'
s.homepage = 'https://github.com/collins-lagat/spree_avior_tax'
s.license = 'BSD-3-Clause'

s.files = `git ls-files`.split("\n").reject { |f| f.match(/^spec/) && !f.match(%r{^spec/fixtures}) }
Expand Down

0 comments on commit 24aa025

Please sign in to comment.