Sha256: 81c360f5f33031ad144a1b08ebe506057f73ce702a02f358f100e3885129573d
Contents?: true
Size: 916 Bytes
Versions: 9
Compression:
Stored size: 916 Bytes
Contents
# -*- encoding: utf-8 -*- lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'mysql_isolated_server/version' Gem::Specification.new do |gem| gem.name = "mysql_isolated_server" gem.version = MysqlIsolatedServer::VERSION gem.authors = ["Ben Osheroff"] gem.email = ["ben@zendesk.com"] gem.description = %q{A small library that allows you to easily spin up new local mysql servers for testing purposes.} gem.summary = %q{A small library that allows you to easily spin up new local mysql servers for testing purposes.} gem.homepage = "http://github.com/osheroff/mysql_isolated_server" 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
9 entries across 9 versions & 1 rubygems