Skip to content

Commit

Permalink
v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aurelienshz committed Oct 12, 2023
1 parent cb5edb8 commit 19ebd1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pinetwork.gemspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Gem::Specification.new do |s|
s.name = "pinetwork"
s.version = "0.1.2"
s.version = "0.1.3"
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", "lib/errors.rb"]
s.files = ["lib/pinetwork.rb", "lib/errors.rb"]
s.homepage = "https://github.com/pi-apps/pi-ruby"
s.license = "PiOS"
s.add_runtime_dependency "stellar-sdk", "~> 0.29.0"
Expand Down

1 comment on commit 19ebd1c

@Zaidi0312
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pinetwork.gemspec

Please sign in to comment.