Sha256: 999d0344df09802ef81d4c899dec3581af19b505f0e2d2c217bf3dd3a9034ae9
Contents?: true
Size: 804 Bytes
Versions: 1
Compression:
Stored size: 804 Bytes
Contents
# frozen_string_literal: true require_relative "lib/treecraft/version" Gem::Specification.new do |spec| spec.name = "treecraft" spec.version = Treecraft::VERSION spec.authors = ["Marco Roth"] spec.email = ["marco.roth@hey.com"] spec.summary = "A library for composing Ruby classes using Ruby" spec.description = spec.summary spec.homepage = "https://github.com/marcoroth/treecraft" spec.license = "MIT" spec.required_ruby_version = ">= 2.7.0" spec.metadata["homepage_uri"] = spec.homepage spec.metadata["source_code_uri"] = spec.homepage spec.metadata["changelog_uri"] = "#{spec.homepage}/blob/main/CHANGELOG.md" spec.metadata["rubygems_mfa_required"] = "true" spec.files = Dir[ "lib/**/*.{rb,rake}", "bin/*", "[A-Z]*" ] spec.require_paths = ["lib"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
treecraft-0.0.1 | treecraft.gemspec |