Sha256: 00cc04112151939eb81aa3823ec0521ba9225edcb21de1eea2972634a2ab32f7
Contents?: true
Size: 957 Bytes
Versions: 1
Compression:
Stored size: 957 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' 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.1 | wyrm.gemspec |