Sha256: e495426c68da3cd82680106e9c280b333c51b0c07019f33cd1c72b7d9387d5b6

Contents?: true

Size: 957 Bytes

Versions: 4

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

4 entries across 4 versions & 1 rubygems

Version Path
wyrm-0.1.4 wyrm.gemspec
wyrm-0.1.3 wyrm.gemspec
wyrm-0.1.2 wyrm.gemspec
wyrm-0.1.1 wyrm.gemspec