zohoho 0.2.2 → 0.2.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 (3) hide show
  1. data/lib/zohoho/recruit.rb +1 -1
  2. data/zohoho.gemspec +1 -1
  3. metadata +1 -1
@@ -36,7 +36,7 @@ module Zohoho
36
36
  @hash = {}
37
37
  candidate["FL"].collect do |pair|
38
38
  pair = pair.to_a
39
- @hash[pair.last.last.to_sym] = pair.first.last
39
+ @hash[pair.last.last] = pair.first.last
40
40
  end
41
41
  @hash
42
42
  end
data/zohoho.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{zohoho}
8
- s.version = "0.2.2"
8
+ s.version = "0.2.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["KentonWhite", "Elland"]
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: zohoho
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.2.2
5
+ version: 0.2.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - KentonWhite