Sha256: f1aacb0e6f6a5d1b3abd6c3380f736479921a0c340126401e9c64daeb4683b71
Contents?: true
Size: 845 Bytes
Versions: 11
Compression:
Stored size: 845 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
11 entries across 11 versions & 1 rubygems