Skip to content

Commit 109673b

Browse files
committed
Update homepage and documentation URL
1 parent 1378301 commit 109673b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pinetwork.gemspec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
Gem::Specification.new do |s|
22
s.name = "pinetwork"
3-
s.version = "0.1.0"
3+
s.version = "0.1.1"
44
s.summary = "Pi Network Ruby"
55
s.description = "Pi Network backend library for Ruby-based webservers."
66
s.authors = ["Pi Core Team"]
77
s.email = "support@minepi.com"
88
s.files = ["lib/pi_network.rb"]
9-
s.homepage = "https://rubygems.org/gems/pi_network"
9+
s.homepage = "https://github.com/pi-apps/pi-ruby"
1010
s.license = "PiOS"
1111
s.add_runtime_dependency "stellar-sdk", "~> 0.29.0"
1212
s.add_runtime_dependency "faraday", "~> 0"
13+
s.metadata = {
14+
"documentation_uri" => "https://github.com/pi-apps/pi-ruby",
15+
}
1316
end

0 commit comments

Comments
 (0)