Sha256: 82d4bef77d5f6f0595116f77c522b98628c0acd1f398e976761dc873b9e543fd
Contents?: true
Size: 868 Bytes
Versions: 1
Compression:
Stored size: 868 Bytes
Contents
lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'getme/version' Gem::Specification.new do |spec| spec.platform = Gem::Platform::RUBY spec.name = "getme" spec.version = Getme::VERSION spec.description = %q{Get Me Vendor Files!} spec.summary = spec.description spec.authors = ["Juanito Fatas"] spec.email = ["katehuang0320@gmail.com"] spec.homepage = "https://github.com/JuanitoFatas/getme" spec.license = "MIT" spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.3" spec.add_development_dependency "rake" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
getme-0.0.2 | getme.gemspec |