columns_matcher 0.0.7 → 0.0.8
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/columns_matcher.gemspec +1 -1
- data/lib/columns_matcher/version.rb +1 -1
- metadata +4 -3
data/columns_matcher.gemspec
CHANGED
|
@@ -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 = ''
|
|
13
|
+
gem.homepage = 'https://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) }
|
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.
|
|
4
|
+
version: 0.0.8
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-
|
|
12
|
+
date: 2012-10-18 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: gratr19
|
|
@@ -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:
|
|
99
|
+
homepage: https://khoi.co
|
|
100
100
|
licenses: []
|
|
101
101
|
post_install_message:
|
|
102
102
|
rdoc_options: []
|
|
@@ -121,3 +121,4 @@ signing_key:
|
|
|
121
121
|
specification_version: 3
|
|
122
122
|
summary: Determine the mappings between 2 sets of data
|
|
123
123
|
test_files: []
|
|
124
|
+
has_rdoc:
|