forked from camilo/lhm
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d41dba9
commit ba450f4
Showing
5 changed files
with
8 additions
and
9 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
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 |
---|---|---|
|
@@ -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'] | ||
|
@@ -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 |
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 |
---|---|---|
|
@@ -2,5 +2,5 @@ | |
# Schmidt | ||
|
||
module Lhm | ||
VERSION = '3.3.4' | ||
VERSION = '3.3.5' | ||
end |
Empty file.
This file was deleted.
Oops, something went wrong.