fast_change_table 1.1.2 → 1.1.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
7
7
  s.version = FastChangeTable::VERSION
8
8
  s.authors = ["Grady Griffin"]
9
9
  s.email = ["gradyg@izea.com"]
10
- s.homepage = "https://github.com/thgboat/fast_change_table"
10
+ s.homepage = "https://github.com/thegboat/fast_change_table"
11
11
  s.summary = %q{Faster table changes}
12
12
  s.description = %q{Uses table duplication to speed up migrations on large tables}
13
13
 
@@ -1,3 +1,3 @@
1
1
  module FastChangeTable
2
- VERSION = "1.1.2"
2
+ VERSION = "1.1.3"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fast_change_table
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- - 2
10
- version: 1.1.2
9
+ - 3
10
+ version: 1.1.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Grady Griffin
@@ -83,7 +83,7 @@ files:
83
83
  - lib/fast_change_table/version.rb
84
84
  - spec/fast_change_table_spec.rb
85
85
  - spec/spec_helper.rb
86
- homepage: https://github.com/thgboat/fast_change_table
86
+ homepage: https://github.com/thegboat/fast_change_table
87
87
  licenses: []
88
88
 
89
89
  post_install_message: