optimus-ep 0.10.2 → 0.10.3

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/CHANGELOG CHANGED
@@ -1,3 +1,5 @@
1
+ v 0.10.3. Oh god oh god I left logging information in now it is gone again.
2
+
1
3
  v 0.10.2. Generated counter columns no longer clobber columns with data you want. "Session" is the most common example.
2
4
 
3
5
  v.0.10.0. Actually make things like counter columns work again. Sorry, anyone who downloaded 0.9.x.
@@ -61,7 +61,6 @@ module Optimus
61
61
  @found_cols.names_with_cols.each do |pair|
62
62
  name, col = *pair
63
63
  val = frame.get(col)
64
- $stderr.puts("Frame #{i}: setting #{name} to #{val}")
65
64
  row[name] = val
66
65
  end
67
66
  end
@@ -205,7 +204,6 @@ module Optimus
205
204
  end
206
205
 
207
206
  def []=(key, val)
208
- $stderr.puts("Setting #{key} to #{val}")
209
207
  @data[Column.new(key, @level).to_s] = val
210
208
  end
211
209
 
data/lib/version.rb CHANGED
@@ -2,7 +2,7 @@ module Optimus
2
2
  module VERSION
3
3
  MAJOR = 0
4
4
  MINOR = 10
5
- TINY = 2
5
+ TINY = 3
6
6
  STRING = [MAJOR, MINOR, TINY].join('.')
7
7
  end
8
8
  end
data/optimus-ep.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "optimus-ep"
5
- s.version = "0.10.2"
5
+ s.version = "0.10.3"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Nate Vack"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: optimus-ep
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.2
4
+ version: 0.10.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: