Sha256: 9149de6ba8e86e2afd8b703e5719820da2df4a342d78286b27aaffd965c29017
Contents?: true
Size: 510 Bytes
Versions: 3
Compression:
Stored size: 510 Bytes
Contents
require_relative "lib/simple/hash" Gem::Specification.new do |spec| spec.name = "simple-hash" spec.version = Simple::Hash::VERSION spec.authors = ["localhostdotdev"] spec.email = ["localhostdotdev@protonmail.com"] spec.summary = "typically make JSON into object with accessors" spec.homepage = "https://github.com/simple-updates/simple-hash" spec.license = "MIT" spec.files = `git ls-files`.split("\n") spec.require_paths = ["lib"] spec.add_dependency "activesupport", "~> 6.0.0beta3" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
simple-hash-1.1.1 | simple-hash.gemspec |
simple-hash-1.1.0 | simple-hash.gemspec |
simple-hash-1.0.0 | simple-hash.gemspec |