columns_matcher 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Columns::Matcher
2
2
 
3
- TODO: Write a gem description
3
+ Determine the mappings between 2 sets of data
4
4
 
5
5
  ## Installation
6
6
 
@@ -20,6 +20,11 @@ Or install it yourself as:
20
20
 
21
21
  TODO: Write usage instructions here
22
22
 
23
+ ## Todo
24
+
25
+ * Tests, tests, tests
26
+ * Use Strategy pattern to allow for different cost calculations
27
+
23
28
  ## Contributing
24
29
 
25
30
  1. Fork it
@@ -1,3 +1,3 @@
1
1
  module ColumnsMatcher
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
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.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: