Sha256: 64274d8427864c342e53b57561e0b954551cb209783f7f58b41798d6721982fc
Contents?: true
Size: 935 Bytes
Versions: 1
Compression:
Stored size: 935 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'endorse/version' Gem::Specification.new do |spec| spec.name = "endorse" spec.version = Endorse::VERSION spec.authors = ["Jon Moss"] spec.email = ["me@jonathanmoss.me"] spec.summary = %q{Endorse will validate that the gem you are downloading is for real!} spec.description = %q{Endorse will validate that the gem you are downloading is for real!} spec.homepage = "https://github.com/maclover7/endorse" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.8" spec.add_development_dependency "rake", "~> 10.0" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
endorse-0.0.1 | endorse.gemspec |