-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DEV-7136 #time 2.5h Resolve issue with incorrect handling of 'limit' …
…migration parameter, by adding to the NATIVE_DATABASE_TYPES and handling 'int' as type instead of just 'integer'. Bump version.
- Loading branch information
Victor Miao
committed
May 10, 2021
1 parent
3ece56f
commit 1f023b3
Showing
3 changed files
with
17 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
Gem::Specification.new do |s| | ||
s.platform = Gem::Platform::RUBY | ||
s.name = 'activerecord6-redshift-adapter' | ||
s.version = '1.2.0' | ||
s.version = '1.2.1' | ||
s.summary = 'Amazon Redshift adapter for ActiveRecord ' | ||
s.description = 'Amazon Redshift _makeshift_ adapter for ActiveRecord 6.' | ||
s.license = 'MIT' | ||
|
||
s.author = ['Nancy Foen', 'Minero Aoki', 'iamdbc', 'Quentin Rousseau'] | ||
s.author = ['Nancy Foen', 'Minero Aoki', 'iamdbc', 'Quentin Rousseau', 'vmeow'] | ||
s.email = '[email protected]' | ||
s.homepage = 'https://github.com/kwent/activerecord6-redshift-adapter' | ||
s.homepage = 'https://github.com/ValorWaterAnalytics/activerecord6-redshift-adapter' | ||
|
||
s.files = Dir.glob(['LICENSE', 'README.md', 'lib/**/*.rb']) | ||
s.require_path = 'lib' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters