columns_matcher 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -4,6 +4,10 @@ Determine the mappings between 2 sets of data
4
4
 
5
5
  ## Installation
6
6
 
7
+ You need to have R installed. If you have Homebrew, run
8
+
9
+ $ brew install r
10
+
7
11
  Add this line to your application's Gemfile:
8
12
 
9
13
  gem 'columns-matcher'
@@ -18,9 +22,7 @@ Or install it yourself as:
18
22
 
19
23
  ## Usage
20
24
 
21
- You need to have R installed. If you have Homebrew, run
22
-
23
- $ brew install r
25
+ TODO: Write usage instructions here
24
26
 
25
27
  ## Todo
26
28
 
@@ -1,3 +1,3 @@
1
1
  module ColumnsMatcher
2
- VERSION = '0.0.3'
2
+ VERSION = '0.0.4'
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.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: