Sha256: ac86552800e8904191433f3a743001c2e21f902915e447e51ab33359b8501b72
Contents?: true
Size: 470 Bytes
Versions: 3
Compression:
Stored size: 470 Bytes
Contents
require_relative "lib/simple/lazy" Gem::Specification.new do |spec| spec.name = "simple-lazy" spec.version = Simple::Lazy::VERSION spec.authors = ["localhostdotdev"] spec.email = ["localhostdotdev@protonmail.com"] spec.summary = "lazy loading, e.g. Simple::Lazy.new(1) { |id| User.find(id) }" spec.homepage = "https://github.com/simple-updates/simple-lazy" spec.license = "MIT" spec.files = `git ls-files`.split("\n") spec.require_paths = ["lib"] end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
simple-lazy-1.0.2 | simple-lazy.gemspec |
simple-lazy-1.0.1 | simple-lazy.gemspec |
simple-lazy-1.0.0 | simple-lazy.gemspec |