Sha256: e4961c65d4cd6e79efb4ac15fad8995947ebf60a014fd2c25b75374a2673cfa5
Contents?: true
Size: 832 Bytes
Versions: 1
Compression:
Stored size: 832 Bytes
Contents
# -*- encoding: utf-8 -*- lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'macaco/version' Gem::Specification.new do |gem| gem.name = "macaco" gem.version = Macaco::VERSION gem.authors = ["James Duncombe"] gem.email = ["james@jamesduncombe.com"] gem.summary = %q{Tiny wrapper around Mandrill API's send method} gem.description = %q{Tiny gem to wrap Mandrill API's send method without other gem dependencies} gem.homepage = "https://github.com/jamesduncombe/macaco" gem.license = 'MIT' gem.files = `git ls-files`.split($/) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.require_paths = ["lib"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
macaco-0.0.2 | macaco.gemspec |