active_record_shards 2.4.1 → 2.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/active_record_shards/migration.rb +2 -1
- data/test/migrator_test.rb +6 -0
- data/test/test.log +4561 -0
- metadata +5 -3
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: active_record_shards
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 27
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 2
|
8
8
|
- 4
|
9
|
-
-
|
10
|
-
version: 2.4.
|
9
|
+
- 2
|
10
|
+
version: 2.4.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Mick Staugaard
|
@@ -139,6 +139,7 @@ files:
|
|
139
139
|
- test/migrator_test.rb
|
140
140
|
- test/models.rb
|
141
141
|
- test/schema.rb
|
142
|
+
- test/test.log
|
142
143
|
has_rdoc: true
|
143
144
|
homepage: http://github.com/staugaard/active_record_shards
|
144
145
|
licenses: []
|
@@ -185,3 +186,4 @@ test_files:
|
|
185
186
|
- test/migrator_test.rb
|
186
187
|
- test/models.rb
|
187
188
|
- test/schema.rb
|
189
|
+
- test/test.log
|