Sha256: 6c387df36a96233aeeaadfe30f08f857678dd93d274ba25be1570e2e2c99621a
Contents?: true
Size: 805 Bytes
Versions: 2
Compression:
Stored size: 805 Bytes
Contents
require File.expand_path('../lib/dm-migrations/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ['opensource_firespring'] gem.email = ['opensource@firespring.com'] gem.summary = 'DataMapper plugin for writing and spec-ing migrations' gem.description = 'DataMapper plugin for modifying and maintaining database structure, triggers, stored procedures, and data' gem.homepage = 'https://datamapper.org' gem.license = 'Nonstandard' gem.files = `git ls-files`.split("\n") gem.extra_rdoc_files = %w(LICENSE README.rdoc) gem.name = 'sbf-dm-migrations' gem.require_paths = ['lib'] gem.version = DataMapper::Migrations::VERSION gem.required_ruby_version = '>= 2.7.8' gem.add_runtime_dependency('sbf-dm-core', '~> 1.3.0') end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sbf-dm-migrations-1.4.0.beta.1 | dm-migrations.gemspec |
sbf-dm-migrations-1.3.0 | dm-migrations.gemspec |