footstats 0.0.2 → 0.0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0fc0d7515233ca37230e27e6481d4b9543c06d40
4
- data.tar.gz: 2b9eaa0dbbc5a4f427d7ce3dfd5fc24aecf6d59f
3
+ metadata.gz: 90c000fef525dddb4ce81e79cdda850fb74b0b79
4
+ data.tar.gz: acfdc8af5c52a808eae1e2e083cb7a7bf54918a6
5
5
  SHA512:
6
- metadata.gz: c1f56482e94585f73b864af331032734964bdaa5467cc5deb47264380e305cd62aa4d440b6fa0a952d34e53c7d36196b6588392e1f5fbd571837938b9df91eb6
7
- data.tar.gz: ff58d9f76118ccb5ad064a9dfec29522befcf8737c07f054524784baf9bbc244f7fa1056bd6cf8683bda03416a215ef1b1b5bfa202c8b2aa1ab6a507a4554a59
6
+ metadata.gz: 83cd735a62acbf1ca745b2235888df38c0fa52d84a81d558569b393240650169ac7f27eee8e6ae87ea94cb9fc5008eda91665bdbd515485af61e6f663920648b
7
+ data.tar.gz: be973c200674bfb0abc323cfb57802f2784d458fc4fae8c30450c162913852dd4efad1c4897d5f7ecd0fba472b11cc27c969b6f2f35b8ab0e95206e732334a26
@@ -6,17 +6,19 @@ module Footstats
6
6
  class Driver < Footstats::Resource
7
7
  field :id, :Id
8
8
  field :name, :Nome
9
- field :brith, :Nascimento
10
- field :points, :PontosConquistados
11
- field :podiums, :Podios
12
- field :first_gp, :PrimeiroGP
9
+ # field :brith, :Nascimento
10
+ # field :points, :PontosConquistados
11
+ # field :podiums, :Podios
12
+ # field :first_gp, :PrimeiroGP
13
13
  field :nickname, :Apelido
14
- field :brith_place, :PaisOrigem
14
+ field :acronym, :SiglaNome
15
+ # field :brith_place, :PaisOrigem
15
16
  field :nationality, :Nacionalidade
16
- field :fastest_laps, :VoltasRapidas
17
- field :word_championships, :Titulos
18
- field :highest_grid_position, :Vitorias
19
- field :highest_race_position, :PolesPositions
17
+ field :country_acronym, :SiglaPais
18
+ # field :fastest_laps, :VoltasRapidas
19
+ # field :word_championships, :Titulos
20
+ # field :highest_grid_position, :Vitorias
21
+ # field :highest_race_position, :PolesPositions
20
22
  end
21
23
  end
22
24
  end
@@ -4,6 +4,7 @@ class Footstats::Api::Racing::Team < Footstats::Resource
4
4
  field :id, :Id
5
5
  field :name, :Nome
6
6
  field :nickname, :Apelido
7
- field :site, :Site
8
- field :country, :SiglaPais
7
+ # field :site, :Site
8
+ field :nationality, :Nacionalidade
9
+ field :country_acronym, :SiglaPais
9
10
  end
@@ -1,3 +1,3 @@
1
1
  module Footstats
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: footstats
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paulo Patto
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-05 00:00:00.000000000 Z
11
+ date: 2015-03-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json