Sha256: 8d3828c0410d2d16b7d37e9eaf8bb0927094af1474ad3a092be25296bc825fe5
Contents?: true
Size: 1.06 KB
Versions: 1
Compression:
Stored size: 1.06 KB
Contents
# coding: utf-8 lib = File.expand_path("../lib", __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require "attachment_helper/version" Gem::Specification.new do |spec| spec.name = "attachment_helper" spec.version = AttachmentHelper::VERSION spec.authors = ["jiangzhi.xie"] spec.email = ["xiejiangzhi@gmail.com"] spec.summary = %q{Some attachment helpers for attachment path} spec.description = %q{Generate url and get filename from attachment path} spec.homepage = "https://github.com/xiejiangzhi/attachment_helper" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test|spec|features)/}) end spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.15" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "rspec", "~> 3.0" spec.add_development_dependency "pry", '~> 0.10.4' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
attachment_helper-0.1.0 | attachment_helper.gemspec |