Skip to content

Commit

Permalink
Update homepage and documentation URL
Browse files Browse the repository at this point in the history
  • Loading branch information
aurelienshz committed Jan 19, 2023
1 parent 1378301 commit 109673b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pinetwork.gemspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
Gem::Specification.new do |s|
s.name = "pinetwork"
s.version = "0.1.0"
s.version = "0.1.1"
s.summary = "Pi Network Ruby"
s.description = "Pi Network backend library for Ruby-based webservers."
s.authors = ["Pi Core Team"]
s.email = "[email protected]"
s.files = ["lib/pi_network.rb"]
s.homepage = "https://rubygems.org/gems/pi_network"
s.homepage = "https://github.com/pi-apps/pi-ruby"
s.license = "PiOS"
s.add_runtime_dependency "stellar-sdk", "~> 0.29.0"
s.add_runtime_dependency "faraday", "~> 0"
s.metadata = {
"documentation_uri" => "https://github.com/pi-apps/pi-ruby",
}
end

0 comments on commit 109673b

Please sign in to comment.