world_bank_fetcher 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module WorldBankFetcher
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
@@ -6,6 +6,6 @@ require 'world_bank_fetcher/data_parser'
6
6
  require 'world_bank_fetcher/country_parser'
7
7
 
8
8
  module WorldBankFetcher
9
- MAXIMUM_BUFFER_SIZE = 500
9
+ MAXIMUM_BUFFER_SIZE = 10000
10
10
  DEFAULT_INITIAL_BUFFER_SIZE = 50
11
11
  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.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -83,12 +83,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
83
83
  - - ! '>='
84
84
  - !ruby/object:Gem::Version
85
85
  version: '0'
86
+ segments:
87
+ - 0
88
+ hash: -874768310666581088
86
89
  required_rubygems_version: !ruby/object:Gem::Requirement
87
90
  none: false
88
91
  requirements:
89
92
  - - ! '>='
90
93
  - !ruby/object:Gem::Version
91
94
  version: '0'
95
+ segments:
96
+ - 0
97
+ hash: -874768310666581088
92
98
  requirements: []
93
99
  rubyforge_project:
94
100
  rubygems_version: 1.8.24