Sha256: 10be4f81d594bf44cd1ffede47a5e7348c522c0f0bcbd135da99fedbec6e3011
Contents?: true
Size: 969 Bytes
Versions: 1
Compression:
Stored size: 969 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 = "https://github.com/djellemah/wyrm" 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_runtime_dependency 'sequel', '~> 4.0.0' spec.add_runtime_dependency "fastandand" 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.2.0 | wyrm.gemspec |