Skip to content

Commit

Permalink
Update gemspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
L-Zuluaga committed Jan 11, 2024
1 parent c9fad03 commit e82d415
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions business_notification_system.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ require_relative "lib/business_notification_system/version"
Gem::Specification.new do |spec|
spec.name = "business_notification_system"
spec.version = BusinessNotificationSystem::VERSION
spec.authors = ["Lorenzo Zuluaga"]
spec.email = ["lorenzo.zuluaga@kommit.co"]
spec.authors = ["kommit"]
spec.email = ["info@kommit.co"]

spec.summary = "TODO: Write a short summary, because RubyGems requires one."
spec.description = "TODO: Write a longer description or delete this line."
spec.homepage = "TODO: Put your gem's website or public repo URL here."
spec.homepage = "https://github.com/kommitters/business-notification-system"
spec.license = "MIT"
spec.required_ruby_version = ">= 2.6.0"

Expand Down

0 comments on commit e82d415

Please sign in to comment.