rocker 0.0.6 → 0.0.7

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.
Files changed (3) hide show
  1. data/ext/rocker/auc_info.h +1 -1
  2. data/lib/rocker.rb +1 -1
  3. metadata +2 -2
@@ -12,7 +12,7 @@ using std::ostringstream;
12
12
  using std::string;
13
13
  using std::ostream;
14
14
 
15
- const string AUC_COLUMNS = "(experiment_id, rocs.column, auc, true_positives, false_positives, true_negatives, false_negatives)";
15
+ const string AUC_COLUMNS = "(experiment_id, \"column\", auc, true_positives, false_positives, true_negatives, false_negatives)";
16
16
 
17
17
  class auc_info {
18
18
  public:
data/lib/rocker.rb CHANGED
@@ -4,5 +4,5 @@ $:.unshift(File.dirname(__FILE__)) unless
4
4
  require 'rocker.so'
5
5
 
6
6
  class Rocker
7
- VERSION = '0.0.6'
7
+ VERSION = '0.0.7'
8
8
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 6
9
- version: 0.0.6
8
+ - 7
9
+ version: 0.0.7
10
10
  platform: ruby
11
11
  authors:
12
12
  - John Woods