capture_migration_sql 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/Gemfile.lock +1 -1
- data/gemfiles/activerecord_4.2.gemfile.lock +1 -1
- data/gemfiles/activerecord_5.0.gemfile.lock +1 -1
- data/gemfiles/activerecord_5.1.gemfile.lock +1 -1
- data/gemfiles/activerecord_5.2.gemfile.lock +1 -1
- data/lib/capture_migration_sql/migration_extension.rb +1 -1
- data/lib/capture_migration_sql/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4a1c92ddee1069bb761186f04335d088564c5ef115e799816bef7fc7ce22c776
|
4
|
+
data.tar.gz: 660d8c431eb05706e813bef7c5cf7668add50cbca68bffa27062ebc64905e283
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b2aa8f556646fafe6f85c8241360d11d98f7d4e501fa255c418aad9d37682f4aa941ad9e0347432e41b07469e473bc4ec2440d3e3d2d76caa19609391ac3ab66
|
7
|
+
data.tar.gz: 8028a91312cb708dbe2ee48a02394ac56636ed40dfdcb9f8db1a4d836393d6dda681264734c5738be5d42e95dbb2aa5aeb458ba55704a96c35a58dbe56b8ca73
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
@@ -81,7 +81,7 @@ module CaptureMigrationSql
|
|
81
81
|
ensure
|
82
82
|
Thread.current[:capture_migration_sql_stream] = save_stream
|
83
83
|
end
|
84
|
-
f.write("INSERT INTO schema_migrations (version) VALUES #{version.to_i};\n")
|
84
|
+
f.write("INSERT INTO schema_migrations (version) VALUES ('#{version.to_i}');\n")
|
85
85
|
end
|
86
86
|
else
|
87
87
|
File.unlink(output_file) if output_file && File.exist?(output_file)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: capture_migration_sql
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brian Durand
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-10-
|
11
|
+
date: 2018-10-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|