columns_matcher 0.0.1 → 0.0.2
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/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
|