guidestar 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -86,6 +86,7 @@ module Guidestar
86
86
  org[field] = org[field].to_i if org[field]
87
87
  end
88
88
 
89
+ org[:zip_code] = org.delete :zip
89
90
  org[:name] = org.delete :org_name
90
91
  org[:tax_deductible] = org[:deductibility] == 'Contributions are deductible, as provided by law'
91
92
  org[:type] = org[:irs_subsection].split(' ').first.gsub(/\W/,'').to_sym if org[:irs_subsection]
@@ -1,3 +1,3 @@
1
1
  module Guidestar
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: guidestar
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: