fast_change_table 0.0.1 → 0.0.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/Gemfile.lock +1 -1
- data/fast_change_table.gemspec +2 -2
- data/lib/fast_change_table/version.rb +1 -1
- metadata +5 -5
data/Gemfile.lock
CHANGED
data/fast_change_table.gemspec
CHANGED
|
@@ -5,8 +5,8 @@ require "fast_change_table/version"
|
|
|
5
5
|
Gem::Specification.new do |s|
|
|
6
6
|
s.name = "fast_change_table"
|
|
7
7
|
s.version = FastChangeTable::VERSION
|
|
8
|
-
s.authors = ["
|
|
9
|
-
s.email = ["
|
|
8
|
+
s.authors = ["Grady Griffin"]
|
|
9
|
+
s.email = ["gradyg@izea.com"]
|
|
10
10
|
s.homepage = ""
|
|
11
11
|
s.summary = %q{Faster table changes}
|
|
12
12
|
s.description = %q{Uses table duplication to speed up migrations on large tables}
|
metadata
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fast_change_table
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 27
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 2
|
|
10
|
+
version: 0.0.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
|
-
-
|
|
13
|
+
- Grady Griffin
|
|
14
14
|
autorequire:
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
@@ -35,7 +35,7 @@ dependencies:
|
|
|
35
35
|
version_requirements: *id001
|
|
36
36
|
description: Uses table duplication to speed up migrations on large tables
|
|
37
37
|
email:
|
|
38
|
-
-
|
|
38
|
+
- gradyg@izea.com
|
|
39
39
|
executables: []
|
|
40
40
|
|
|
41
41
|
extensions: []
|