Sha256: 7a1f5f3f13087334586dfc82a2f5a5367db881f6de7492956eb1aad0074a5d58
Contents?: true
Size: 741 Bytes
Versions: 1
Compression:
Stored size: 741 Bytes
Contents
require 'hoe' require './lib/rubysol/contracts/version.rb' Hoe.spec 'rubysol-contracts' do self.version = Rubysol::Module::Contracts::VERSION self.summary = 'rubysol-contracts - standard contracts (incl. erc20, erc721, etc) for ruby for layer 1 (l1) with "off-chain" indexer' self.description = summary self.urls = { home: 'https://github.com/s6ruby/rubidity' } self.author = 'Gerald Bauer' self.email = 'gerald.bauer@gmail.com' # switch extension to .markdown for gihub formatting self.readme_file = 'README.md' self.history_file = 'CHANGELOG.md' self.extra_deps = [ ['rubysol', '>= 0.1.0'], ] self.licenses = ['Public Domain'] self.spec_extras = { required_ruby_version: '>= 2.3' } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rubysol-contracts-0.1.0 | Rakefile |