Sha256: fbb8b7a0d2c0ee4ffe6e747d72348225cd4784391ed0165aa2f96bf2cf12b0e5
Contents?: true
Size: 793 Bytes
Versions: 1
Compression:
Stored size: 793 Bytes
Contents
# coding: utf-8 lib = File.expand_path("../lib", __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require "mobile_export/version" Gem::Specification.new do |spec| spec.name = "mobile_export" spec.version = MobileExport::VERSION spec.authors = ["JuanitoFatas"] spec.email = ["katehuang0320@gmail.com"] spec.summary = %q{Organize image files for Mobile platform.} spec.description = spec.summary spec.homepage = "https://github.com/JuanitoFatas/mobile_export" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(spec)/}) } spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mobile_export-0.1.0 | mobile_export.gemspec |