fastapi 0.1.20 → 0.1.21

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/fastapi.rb +5 -4
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d8afeb62977dcc8fdbd8a6bd7c7154ff234464dc
4
- data.tar.gz: 102996dfa373e4d7b6de76503d4d7eabb9ed2a5c
3
+ metadata.gz: cbe0935ccea237da3b9b90ace9fe9501d0c92f18
4
+ data.tar.gz: 3f8182bf71795fa7d08e103ca69cbb7e361d99b6
5
5
  SHA512:
6
- metadata.gz: ac3ebade64fe08e2a7448a7805c91f0e6d5ea9664ee2171a74b1bcecfa48bc46b15134e8f68b53373d850b0545d6d718a9f24220339e6f484a4e1d4738313686
7
- data.tar.gz: a22cdd268ea1d81649c5b4dddcecad12bc4b57547bd41d0e55f24223920b4f42b8c40c47bbd15c79e1fa1b79548f38282e529384f848c8382b9267c87e489f98
6
+ metadata.gz: ebcde37b344f6a1fd9795085d758a492d7f9e26b0f3eb5ba6457996a849defdd811c19d605ddd09560ea7643287d557b597c7d5b6ee303ebb2dd30d3e156c3ff
7
+ data.tar.gz: a42d6d5d3d8ff6e9b9d5995909d2c9609f4843d68eff594d43bcd77a20df579483b25e333027b54498453cb83e9acd65a971838673f547f98f6f05b23f20e8a7
data/lib/fastapi.rb CHANGED
@@ -476,15 +476,16 @@ class FastAPI
476
476
  end
477
477
 
478
478
  cur_row[fields[entry_index]] = api_convert_type(str[i...nextIndex], types[entry_index])
479
+
479
480
  entry_index = entry_index + 1
480
481
 
481
482
  i = nextIndex + 1
482
483
 
483
- else
484
+ elsif c == ','
484
485
 
485
- if c == ','
486
- i = i + 1
487
- end
486
+ i = i + 1
487
+
488
+ else
488
489
 
489
490
  parensIndex = str.index(')', i)
490
491
  nextIndex = str.index(',', i)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastapi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.20
4
+ version: 0.1.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - Keith Horwood