Sha256: b0c284a1815c9732af9f915ea44108392600b84ced2223e4118bee7c51b8da62
Contents?: true
Size: 1.28 KB
Versions: 4
Compression:
Stored size: 1.28 KB
Contents
# coding: utf-8 lib = File.expand_path("../lib", __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require "muzzy/version" Gem::Specification.new do |spec| spec.name = "muzzy" spec.version = Muzzy::VERSION spec.authors = ["vimtaku"] spec.email = ["vimtaku@gmail.com"] spec.summary = %q{Super fuzzy mysql tsv importer} spec.description = %q{muzzy is tsv importer mysql client} spec.homepage = "https://github.com/vimtaku/muzzy" spec.license = "MIT" spec.post_install_message = "Thanks for download muzzy! please run muzzy_setup command first." if spec.respond_to?(:metadata) spec.metadata["allowed_push_host"] = "https://rubygems.org" else raise "RubyGems 2.0 or newer is required to protect against " \ "public gem pushes." end 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", "vendor"] spec.add_development_dependency "bundler", "~> 1.15" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "rspec", "~> 3.8" spec.add_development_dependency "guard-rspec", "~> 4.7" end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
muzzy-0.1.14 | muzzy.gemspec |
muzzy-0.1.13 | muzzy.gemspec |
muzzy-0.1.12 | muzzy.gemspec |
muzzy-0.1.11 | muzzy.gemspec |