fast_change_table 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fast_change_table (0.0.1)
4
+ fast_change_table (0.0.2)
5
5
  activerecord (~> 2.3)
6
6
 
7
7
  GEM
@@ -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 = ["Joe Peduto"]
9
- s.email = ["joey@izea.com"]
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}
@@ -1,3 +1,3 @@
1
1
  module FastChangeTable
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
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: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
- - Joe Peduto
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
- - joey@izea.com
38
+ - gradyg@izea.com
39
39
  executables: []
40
40
 
41
41
  extensions: []