Skip to content

Commit

Permalink
update abstract
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbd83 committed Mar 12, 2020
1 parent 9ca70cd commit fd11b38
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/peatio/nexbit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
require "peatio"

module Peatio
module CPUchain
module Nexbit
require "bigdecimal"
require "bigdecimal/util"

Expand Down
2 changes: 1 addition & 1 deletion lib/peatio/nexbit/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Peatio
module Nexbit
VERSION = "0.1.1".freeze
VERSION = "0.1.2".freeze
end
end
11 changes: 11 additions & 0 deletions peatio-nexbit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@ Gem::Specification.new do |spec|

# Specify which files should be added to the gem when it is released.
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
if spec.respond_to?(:metadata)

spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = "https://github.com/ndexnetwork/peatio-ndex"
spec.metadata["changelog_uri"] = "https://github.com/ndexnetwork/peatio-ndex/blob/master/CHANGELOG.md"
else
raise "RubyGems 2.0 or newer is required to protect against " \
"public gem pushes."
end
# Specify which files should be added to the gem when it is released.
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
end
Expand Down

0 comments on commit fd11b38

Please sign in to comment.