-
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.
Merge pull request #6 from ValorWaterAnalytics/DEV-7136
Dev 7136
- Loading branch information
Showing
4 changed files
with
38 additions
and
26 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
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