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 +6 -1
- data/lib/columns_matcher/version.rb +1 -1
- metadata +1 -1
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# Columns::Matcher
|
2
2
|
|
3
|
-
|
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
|