Skip to content

Commit

Permalink
Merge pull request #3 from QuickPay/fixed_error_in_gemspec
Browse files Browse the repository at this point in the history
updated version and fixed gemspecs
  • Loading branch information
gnulinooks authored Jun 17, 2024
2 parents d35456b + b2c1814 commit 1373111
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/ruconomic/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Ruconomic
VERSION = "0.9.13"
VERSION = "1.0.0"
end
2 changes: 1 addition & 1 deletion ruconomic.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
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.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 1373111

Please sign in to comment.