Sha256: ff0006162cd8df40954d3d87cf0f43c6c7bf56ccbbca3c8848d3754c71a0d98a
Contents?: true
Size: 634 Bytes
Versions: 1
Compression:
Stored size: 634 Bytes
Contents
$LOAD_PATH << File.expand_path("../lib", __FILE__) require "blobby/version" Gem::Specification.new do |gem| gem.authors = ["Mike Williams"] gem.email = ["mdub@dogbiscuit.org"] gem.summary = "Various ways of storing BLOBs" gem.homepage = "https://github.com/realestate-com-au/blobby" gem.files = `git ls-files`.split($OUTPUT_RECORD_SEPARATOR) gem.executables = gem.files.grep(%r{^bin/}).map { |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.name = "blobby" gem.require_paths = ["lib"] gem.version = Blobby::VERSION end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
blobby-1.1.0 | blobby.gemspec |