forked from mrsool/zatca
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Since we’re moving maintenance to here, we’ll simply rename the gem to zatca-sdk
- Loading branch information
Showing
3 changed files
with
19 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,5 @@ | |
/tmp/ | ||
/*.pem | ||
.byebug_history | ||
Gemfile.lock | ||
Gemfile.lock | ||
/*.gem |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,21 +3,21 @@ | |
require_relative "lib/zatca/version" | ||
|
||
Gem::Specification.new do |spec| | ||
spec.name = "zatca" | ||
spec.name = "zatca-sdk" | ||
spec.version = ZATCA::VERSION | ||
spec.authors = ["Omar Bahareth"] | ||
spec.email = ["[email protected]"] | ||
spec.email = ["[email protected]"] | ||
|
||
spec.summary = "A library for generating QR Codes for the e-invoice standard by ZATCA in Saudi Arabia." | ||
spec.description = "A library for generating QR Codes for the e-invoice standard by ZATCA in Saudi Arabia." | ||
spec.homepage = "https://github.com/mrsool/zatca" | ||
spec.homepage = "https://github.com/obahareth/zatca" | ||
spec.required_ruby_version = ">= 2.5.0" | ||
|
||
spec.metadata["allowed_push_host"] = "https://rubygems.org" | ||
|
||
spec.metadata["homepage_uri"] = spec.homepage | ||
spec.metadata["source_code_uri"] = "https://github.com/mrsool/zatca" | ||
spec.metadata["changelog_uri"] = "https://github.com/mrsool/zatca/releases" | ||
spec.metadata["source_code_uri"] = "https://github.com/obahareth/zatca" | ||
spec.metadata["changelog_uri"] = "https://github.com/obahareth/zatca/releases" | ||
|
||
# Specify which files should be added to the gem when it is released. | ||
# The `git ls-files -z` loads the files in the RubyGem that have been added into git. | ||
|