Skip to content

Commit

Permalink
Merge pull request #1 from QuickPay/migrate_to_github_packages
Browse files Browse the repository at this point in the history
Added changes to gemspec
  • Loading branch information
jenssoren authored Jun 17, 2024
2 parents 38494f5 + f2b4421 commit d35456b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ruconomic.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,16 @@ Gem::Specification.new do |spec|
spec.name = "ruconomic"
spec.version = Ruconomic::VERSION
spec.authors = ["Tonni Tølbøll Lund Aagesen"]
spec.email = ["[email protected]"]
spec.email = ["[email protected]"]
spec.summary = %q{Lightweight, speedy and easy-to-use ruby wrapper for the e-conomic.com SOAP web service}
spec.homepage = "https://github.com/coherify/ruconomic"
spec.homepage = "https://github.com/QuickPay/ruconomic"
spec.license = "MIT"

spec.files = `git ls-files -z`.split("\x0")
spec.files = Dir["lib/**/*"] + [".gitignore", "Gemfile", "Rakefile", "README.md", "ruconomic.gemspec"]
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]
gem.metadata["allowed_push_host"] = "https://rubygems.pkg.github.com/QuickPay"

spec.add_runtime_dependency "curb"
spec.add_runtime_dependency "libxml-ruby"
Expand Down

0 comments on commit d35456b

Please sign in to comment.