Sha256: 237b83e6ef63054f5e6733328e4120dc4d3160785cf1f7933c827a715d07dcad
Contents?: true
Size: 577 Bytes
Versions: 1
Compression:
Stored size: 577 Bytes
Contents
# frozen_string_literal: true Gem::Specification.new do |s| s.name = 'foundational_lib' s.version = "1.0" s.summary = 'Backup for foundationallib in case it gets taken down (https://www.github.com/gregoryc/foundationallib).' s.description = "#{File.read("README.md")}" s.authors = ['Gregory Cohen'] s.email = 'gregorycohennew@gmail.com' s.files = `find -type f | grep -F nohup.out -v`.split("\n") s.homepage = 'https://www.github.com/gregoryc/foundationallib' s.license = 'CC0-1.0' # Public domain. s.executables = [] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
foundational_lib-1.0 | ./foundationallib.gemspec |