Sha256: 80ca681600f99f8cf56d11688722be0bcdc2b742cc18c6014647ac34d6efd4dd
Contents?: true
Size: 686 Bytes
Versions: 1
Compression:
Stored size: 686 Bytes
Contents
# frozen_string_literal: true require_relative 'lib/ddmemoize/version' Gem::Specification.new do |spec| spec.name = 'ddmemoize' spec.version = DDMemoize::VERSION spec.authors = ['Denis Defreyne'] spec.email = ['denis+rubygems@denis.ws'] spec.summary = 'Adds support for memoizing functions' spec.homepage = 'https://github.com/ddfreyne/ddmemoize' spec.license = 'MIT' spec.required_ruby_version = '>= 2.3.0' spec.add_runtime_dependency('ddtelemetry', '= 1.0.0a1') # TODO: upgrade spec.add_runtime_dependency('ref', '~> 2.0') spec.files = `git ls-files -z`.split("\x0") spec.require_paths = ['lib'] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ddmemoize-1.0.0a2 | ddmemoize.gemspec |