columns_matcher 0.0.8 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
10
10
  gem.email = ['hello@khoi.co']
11
11
  gem.description = %q{Determine the mappings between 2 sets of data}
12
12
  gem.summary = %q{Determine the mappings between 2 sets of data}
13
- gem.homepage = 'https://khoi.co'
13
+ gem.homepage = 'http://khoi.co'
14
14
 
15
15
  gem.files = `git ls-files`.split($/)
16
16
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
@@ -1,3 +1,3 @@
1
1
  module ColumnsMatcher
2
- VERSION = '0.0.8'
2
+ VERSION = '0.0.9'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: columns_matcher
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -96,7 +96,7 @@ files:
96
96
  - lib/columns_matcher/statistics.rb
97
97
  - lib/columns_matcher/utilities.rb
98
98
  - lib/columns_matcher/version.rb
99
- homepage: https://khoi.co
99
+ homepage: http://khoi.co
100
100
  licenses: []
101
101
  post_install_message:
102
102
  rdoc_options: []