We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1378301 commit 109673bCopy full SHA for 109673b
pinetwork.gemspec
@@ -1,13 +1,16 @@
1
Gem::Specification.new do |s|
2
s.name = "pinetwork"
3
- s.version = "0.1.0"
+ s.version = "0.1.1"
4
s.summary = "Pi Network Ruby"
5
s.description = "Pi Network backend library for Ruby-based webservers."
6
s.authors = ["Pi Core Team"]
7
s.email = "support@minepi.com"
8
s.files = ["lib/pi_network.rb"]
9
- s.homepage = "https://rubygems.org/gems/pi_network"
+ s.homepage = "https://github.com/pi-apps/pi-ruby"
10
s.license = "PiOS"
11
s.add_runtime_dependency "stellar-sdk", "~> 0.29.0"
12
s.add_runtime_dependency "faraday", "~> 0"
13
+ s.metadata = {
14
+ "documentation_uri" => "https://github.com/pi-apps/pi-ruby",
15
+ }
16
end
0 commit comments