tabularasa 0.2.4.3 → 0.2.4.4

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/lib/tabularasa.rb +1 -0
  2. data/tabularasa.gemspec +1 -1
  3. metadata +1 -1
data/lib/tabularasa.rb CHANGED
@@ -39,6 +39,7 @@ class Tabularasa
39
39
 
40
40
  def collect_hash(object)
41
41
  @keys.collect{|key| object[key]}
42
+ ap object
42
43
  end
43
44
 
44
45
  def collect_array(object)
data/tabularasa.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{tabularasa}
5
- s.version = "0.2.4.3"
5
+ s.version = "0.2.4.4"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = [%q{Chris Rosario}]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tabularasa
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4.3
4
+ version: 0.2.4.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: