standalone_migrations 5.2.1 → 5.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.markdown +3 -3
- data/VERSION +1 -1
- data/standalone_migrations.gemspec +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6e707261fb4b628e32065379304891e6bbbe761f
|
4
|
+
data.tar.gz: 776e76013024050a1d696d58e5dce28b3aed2d7b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f49cd0a5a1346d8c02c8f24598518953611877c75a57729b5458c669c084d6df06fe2f90f1f4a16937952d1316640b670a8e2f1b0561170425cd4b7b824a581a
|
7
|
+
data.tar.gz: d94be5c7712032ec2206fff1a0155f87791d88fa52dc30d50acf9433296877a1c567d91b430df2808bfb45b2054925493c8508ea77d16275278dfedc49a797e1
|
data/README.markdown
CHANGED
@@ -120,9 +120,9 @@ StandaloneMigrations.on_loaded do
|
|
120
120
|
end
|
121
121
|
```
|
122
122
|
|
123
|
-
###Multiple database support
|
123
|
+
### Multiple database support
|
124
124
|
|
125
|
-
####Structure
|
125
|
+
#### Structure
|
126
126
|
|
127
127
|
Create a custom configuration file for each database and name them `.database_name.standalone_migrations`. The same conditions apply as described under Custom Configuration, however you are most likely want to specify all options to avoid conflicts and errors.
|
128
128
|
|
@@ -160,7 +160,7 @@ config:
|
|
160
160
|
```
|
161
161
|
Of course you can achieve a different layout by simply editing the paths.
|
162
162
|
|
163
|
-
#####Running
|
163
|
+
##### Running
|
164
164
|
|
165
165
|
You can run the Rake tasks on a particular database by passing the `DATABASE` environment variable to it:
|
166
166
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
5.2.
|
1
|
+
5.2.2
|
@@ -2,16 +2,16 @@
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
4
4
|
# -*- encoding: utf-8 -*-
|
5
|
-
# stub: standalone_migrations 5.2.
|
5
|
+
# stub: standalone_migrations 5.2.2 ruby lib
|
6
6
|
|
7
7
|
Gem::Specification.new do |s|
|
8
8
|
s.name = "standalone_migrations"
|
9
|
-
s.version = "5.2.
|
9
|
+
s.version = "5.2.2"
|
10
10
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
12
12
|
s.require_paths = ["lib"]
|
13
13
|
s.authors = ["Todd Huss", "Michael Grosser"]
|
14
|
-
s.date = "2017-
|
14
|
+
s.date = "2017-06-08"
|
15
15
|
s.email = "thuss@gabrito.com"
|
16
16
|
s.extra_rdoc_files = [
|
17
17
|
"LICENSE",
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: standalone_migrations
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.2.
|
4
|
+
version: 5.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Todd Huss
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2017-
|
12
|
+
date: 2017-06-08 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rake
|