Skip to content

Commit

Permalink
publish to rubygems
Browse files Browse the repository at this point in the history
  • Loading branch information
yevsafronov committed Jul 5, 2021
1 parent d41dba9 commit ba450f4
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 3.3.5 (Jul 5, 2021)

* Add comment and collate copying to rename_column

# 3.3.4 (Feb 9, 2021)

* Run migrations inline in local/CI environment
Expand Down
7 changes: 3 additions & 4 deletions lhm.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ $:.unshift(lib) unless $:.include?(lib)
require 'lhm/version'

Gem::Specification.new do |s|
s.name = 'lhm'
s.name = 'lhm-shopify'
s.version = Lhm::VERSION
s.licenses = ['BSD-3-Clause']
s.platform = Gem::Platform::RUBY
s.authors = ['SoundCloud', 'Rany Keddo', 'Tobias Bielohlawek', 'Tobias Schmidt']
s.email = %q{[email protected], [email protected], ts@soundcloud.com}
s.email = %q{database-engineering@shopify.com}
s.summary = %q{online schema changer for mysql}
s.description = %q{Migrate large tables without downtime by copying to a temporary table in chunks. The old table is not dropped. Instead, it is moved to timestamp_table_name for verification.}
s.homepage = %q{http://github.com/soundcloud/lhm}
s.homepage = %q{http://github.com/shopify/lhm}
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.require_paths = ['lib']
Expand All @@ -29,6 +29,5 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rake'
s.add_development_dependency 'activerecord'
s.add_development_dependency 'mysql2'
s.add_development_dependency 'package_cloud'
s.add_development_dependency 'simplecov'
end
2 changes: 1 addition & 1 deletion lib/lhm/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# Schmidt

module Lhm
VERSION = '3.3.4'
VERSION = '3.3.5'
end
Empty file added shipit.rubygems.yml
Empty file.
4 changes: 0 additions & 4 deletions shipit.yml

This file was deleted.

0 comments on commit ba450f4

Please sign in to comment.