Sha256: d423447ad4d06e9f0b3e1751c8d8035cfb34fce7952d8d62ec35961653ce5c3c
Contents?: true
Size: 861 Bytes
Versions: 1
Compression:
Stored size: 861 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'wyrm/version' Gem::Specification.new do |spec| spec.name = "wyrm" spec.version = Wyrm::VERSION spec.authors = ["John Anderson"] spec.email = ["panic@semiosix.com"] spec.description = %q{Transfer from one SQL database to another} spec.summary = %q{Transfer from one SQL database to another} spec.homepage = "http://djellemah.com" 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 |
---|---|
wyrm-0.1.0 | wyrm.gemspec |