Skip to content

Commit 7dcc4de

Browse files
committed
release 1.0.4
1 parent 1d55843 commit 7dcc4de

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
rails_async_migrations (1.0.3)
4+
rails_async_migrations (1.0.4)
55

66
GEM
77
remote: https://rubygems.org/

lib/rails_async_migrations/migration/fire_migration.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def run_migration
3434
def done?
3535
if migration.state == 'done'
3636
Tracer.new.verbose "Migration #{migration.id} is already `done`, cancelling fire"
37-
return
37+
return true
3838
end
3939
end
4040

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module RailsAsyncMigrations
2-
VERSION = "1.0.3"
2+
VERSION = "1.0.4"
33
end

0 commit comments

Comments
 (0)