Skip to content

Commit

Permalink
v6.0.0: Publish new changes to GPR (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlarraz authored Apr 11, 2023
1 parent 45c67e9 commit d4b5140
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/odbc_adapter/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ODBCAdapter
VERSION = '5.0.3'.freeze
VERSION = '6.0.0'.freeze
end
6 changes: 3 additions & 3 deletions odbc_adapter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ require 'odbc_adapter/version'
Gem::Specification.new do |spec|
spec.name = 'odbc_adapter'
spec.version = ODBCAdapter::VERSION
spec.authors = ['Localytics']
spec.authors = %w[Instacart Localytics]
spec.email = ['[email protected]']

spec.summary = 'An ActiveRecord ODBC adapter'
spec.homepage = 'https://github.com/localytics/odbc_adapter'
spec.homepage = 'https://github.com/instacart/odbc_adapter'
spec.license = 'MIT'

spec.files = `git ls-files -z`.split("\x0").reject do |f|
Expand All @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']

spec.add_dependency 'activerecord', '>= 6.0', '< 8'
spec.add_dependency 'ruby-odbc', '~> 0.9'
spec.add_dependency 'ruby-odbc', '>= 0.9', '< 2'

spec.add_development_dependency 'bundler', '>= 1.14'
spec.add_development_dependency 'minitest', '~> 5.10'
Expand Down

0 comments on commit d4b5140

Please sign in to comment.