Sha256: 085a66b8d6498bc72d4667768ac09375676bd7810bedb30e4bb829b206d4cbac

Contents?: true

Size: 866 Bytes

Versions: 1

Compression:

Stored size: 866 Bytes

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/<%= name %>/version', __FILE__)
lib=File.expand_path('../lib', __FILE__)


Gem::Specification.new do |gem|
  gem.authors       = ["<%= author %>"]
  gem.email         = ["<%= email %> "]
  gem.description   = %q{A pg_migrate bundle for <%= name %>}
  gem.summary       = %q{A pg_migrate bundle built by pg_migrate, containing the schemas of <%= name  %>)}
  gem.homepage      = "https://github.com/sethcall/pg_migrate"

  gem.files         = <%= gemfiles %>
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.name          = "<%= name %>"
  gem.require_paths = ["lib"]
  gem.version       = <%= constant_name %>::VERSION

  gem.add_dependency('pg_migrate', '<%= pg_migrate_version %>')
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pg_migrate-0.1.11 lib/pg_migrate/package_templates/gemspec.erb