From 24aa025bceb208764fdadb5464d18475dd89fafc Mon Sep 17 00:00:00 2001 From: Collins Lagat Date: Sun, 2 Apr 2023 20:08:08 +0300 Subject: [PATCH] feat: add author details to gemspec file --- spree_avior_tax.gemspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spree_avior_tax.gemspec b/spree_avior_tax.gemspec index 1813e1c..be427ee 100644 --- a/spree_avior_tax.gemspec +++ b/spree_avior_tax.gemspec @@ -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}) }