world_bank_fetcher 0.0.13 → 0.0.14

Sign up to get free protection for your applications and to get access to all the features.
@@ -14,7 +14,7 @@ module WorldBankFetcher
14
14
  def fetch
15
15
  all_data = fetch_everything query
16
16
  if all_data
17
- data = @job_type == :country ? CountryParser.filter(all_data) : IndicatorDataParser.filter(all_data)
17
+ data = (@job_type == :country) ? CountryParser.filter(all_data) : IndicatorDataParser.filter(all_data)
18
18
  @checksum = checksum data
19
19
  {:results => data, :checksum => @checksum}
20
20
  else
@@ -1,3 +1,3 @@
1
1
  module WorldBankFetcher
2
- VERSION = "0.0.13"
2
+ VERSION = "0.0.14"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: world_bank_fetcher
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.13
4
+ version: 0.0.14
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -85,7 +85,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
85
85
  version: '0'
86
86
  segments:
87
87
  - 0
88
- hash: -4294314482202653082
88
+ hash: 1038126396308871092
89
89
  required_rubygems_version: !ruby/object:Gem::Requirement
90
90
  none: false
91
91
  requirements:
@@ -94,7 +94,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
94
94
  version: '0'
95
95
  segments:
96
96
  - 0
97
- hash: -4294314482202653082
97
+ hash: 1038126396308871092
98
98
  requirements: []
99
99
  rubyforge_project:
100
100
  rubygems_version: 1.8.24