crafterm-comma 0.1.2 → 0.1.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.
Files changed (2) hide show
  1. data/lib/comma/extractors.rb +3 -1
  2. metadata +1 -1
@@ -25,8 +25,10 @@ module Comma
25
25
  arg.each do |k, v|
26
26
  @results << v.to_s.humanize
27
27
  end
28
- when Symbol, String
28
+ when Symbol
29
29
  @results << arg.to_s.humanize
30
+ when String
31
+ @results << arg
30
32
  else
31
33
  raise "Unknown header symbol #{arg.inspect}"
32
34
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: crafterm-comma
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcus Crafter