ruby-data-migrate 6.7.0-1 source package in Ubuntu
Changelog
ruby-data-migrate (6.7.0-1) unstable; urgency=medium * Team upload. * New upstream release. - Adds support for Rails 6.1. * d/control (Standards-Version): Bump to 4.6.0. (Depends): Remove interpreters and use ${ruby:Depends}. * d/copyright: Add Upstream-Contact field. (Copyright): Add team. * d/rules: Install upstream changelog. * d/watch: Update file. * d/upstream/metadata: Add and update fields. -- Daniel Leidert <email address hidden> Mon, 29 Nov 2021 00:46:01 +0100
Upload details
- Uploaded by:
- Debian Ruby Extras Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian Ruby Extras Maintainers
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
ruby-data-migrate_6.7.0-1.dsc | 2.2 KiB | 12b84e923c7c1108dd303e04ec84c789ff4e9721c75b7c2391b7a13e008a47e0 |
ruby-data-migrate_6.7.0.orig.tar.gz | 75.7 KiB | d22a6ee37ca0c59109b46366ca62d1a6cb2aca70c51c8f6abfda57b5442e1d15 |
ruby-data-migrate_6.7.0-1.debian.tar.xz | 4.1 KiB | 467e8e8751deec841f71cf2c2b607b546f2fcef1c91c83ccd0e00797f7d44d97 |
Available diffs
- diff from 6.6.0-1 to 6.7.0-1 (3.6 KiB)
No changes file available.
Binary packages built by this source
- ruby-data-migrate: migrate data alongside schema changes for rake tasks
This data_migrate gem provides data migrations alongside schema
migrations for rake tasks.
.
Data migrations are stored in db/data. They act like schema migrations,
except they should be reserved for data migrations.
.
For instance, if you realize you need to titleize all yours titles,
this is the place to do it. Running any of the provided rake tasks
also creates a data schema table to mirror the usual schema migrations
table to track all the goodness.