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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: df2f1a3e9e082fe6ae3a6e54bc36bfc224d4a096
4
- data.tar.gz: b0cedf075e01884d633078dbe34772c78d56eca6
3
+ metadata.gz: 6e707261fb4b628e32065379304891e6bbbe761f
4
+ data.tar.gz: 776e76013024050a1d696d58e5dce28b3aed2d7b
5
5
  SHA512:
6
- metadata.gz: 22d4baf8cc37c6719aa8433578533395581de24fbb4081097b78dc078a2538cd1e24d18bc65f4fe6b18d700f2c3aeddffe8e31580fcd4b1f5b1078c15171cf51
7
- data.tar.gz: b269e2749d16387a59e1fc0b6cc29254b77dd73b8b8150713faaf49b4912a45e7afd7a28f37967e2791b633a01b4f76485e9497016945e0db08fd40325924c27
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
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.1 ruby lib
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.1"
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-04-27"
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.1
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-04-27 00:00:00.000000000 Z
12
+ date: 2017-06-08 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake