footstats 0.0.3 → 0.0.4

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: 90c000fef525dddb4ce81e79cdda850fb74b0b79
4
- data.tar.gz: acfdc8af5c52a808eae1e2e083cb7a7bf54918a6
3
+ metadata.gz: c588893b0dd072578b19762b916348f683bc19fa
4
+ data.tar.gz: 843cbc9f1beb174d60d0b58465d38debd1497aaa
5
5
  SHA512:
6
- metadata.gz: 83cd735a62acbf1ca745b2235888df38c0fa52d84a81d558569b393240650169ac7f27eee8e6ae87ea94cb9fc5008eda91665bdbd515485af61e6f663920648b
7
- data.tar.gz: be973c200674bfb0abc323cfb57802f2784d458fc4fae8c30450c162913852dd4efad1c4897d5f7ecd0fba472b11cc27c969b6f2f35b8ab0e95206e732334a26
6
+ metadata.gz: 1ba16da2aa42fa32fa6a6517fb9b598d0a61efd63aff7b848554f5ebbe7446ca403cd6a5bbca8dd41e983a59ebf780815b19914d14db4a35c9ce62db056ea49c
7
+ data.tar.gz: f206ec2b5eb781295d5304f228ea5a7c28a6373fa3daca9c31aee50dbc1c77995432eaacde47b30fba10e4c47c6654531fc66de00b98220478c72aec05d8f1ed
data/README.md CHANGED
@@ -44,3 +44,7 @@ racing_client = Footstats::Api::Racing.new
44
44
  3. Commit your changes (`git commit -am 'Add some feature'`)
45
45
  4. Push to the branch (`git push origin my-new-feature`)
46
46
  5. Create a new Pull Request
47
+
48
+
49
+ ## FOOTSTATS
50
+ Footstats e dados de api são uma propriedade da *Footstats estatísticas especializada em futebol*
@@ -12,7 +12,7 @@ module Footstats
12
12
  # field :local_date, :DataHoraLocal
13
13
  field :total_laps, :QtdVoltas
14
14
  field :status, :Status
15
- # field :atual_lap, :VoltaAtual
15
+ field :current_lap, :VoltaAtual
16
16
  field :active, :Ativo
17
17
  field :city, :Cidade
18
18
  field :country, :Pais
@@ -1,3 +1,3 @@
1
1
  module Footstats
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
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.3
4
+ version: 0.0.4
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-06 00:00:00.000000000 Z
11
+ date: 2015-03-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json