infostrada 0.1.22 → 0.1.23
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/lib/infostrada/match.rb +1 -1
- data/lib/infostrada/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
YTMzN2NiZWNjZTQ4M2I1ZTk5ZmEzOTgxZGUyMDRlODU3MTBhYmQ1NA==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
MjU5ZTNhNDMzZjhjNzY1ODkzZTJiYzg4M2I1MGE0NmI0MmU0MjllYg==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
MTk4MGM0ZWY2YTZmNjQ0NzE0MjBiNjY0OTc2OWMxNTcyNWQ4MWJiNmMyMTNj
|
10
|
+
MzJiMWRkMDY0ODEwN2FiNDlhNTU1ZDFlMjJlNjRiZGM1NGQ0YmY3OTFkYjE1
|
11
|
+
ZTNhMTBiNjI3MDU4ZjcyMzNlYmU2MWZhZTMwZjkwZmM0NTNkZWQ=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
YjlkMTgyY2Q3YTQwNjE2MTk5NWI2MjYyMjE4NDgxMzRjYmI3Yzc4YTc4MzA1
|
14
|
+
YjEwNmZlY2E5YTJhNmQzNGU2MTRkYzhlNDc2ZGZlZGI3ZDk0ZWYzMTQyN2U5
|
15
|
+
YzQ3NjkyMGE0MDc1Y2VmYTk4MWMyOWJkOWVlNTQ5YzU3MzRhYWI=
|
data/lib/infostrada/match.rb
CHANGED
@@ -18,7 +18,7 @@ module Infostrada
|
|
18
18
|
attr_accessor :stadium_id, :stadium_name, :goals, :match_status, :finished, :awarded
|
19
19
|
attr_accessor :postponed, :referee, :spectators, :leg, :knockout_phase, :first_leg_score
|
20
20
|
attr_accessor :aggregate_winner_id, :current_period_started_at, :status, :started_at, :started
|
21
|
-
attr_accessor :edition, :time_unknown, :date_unknown
|
21
|
+
attr_accessor :edition, :time_unknown, :date_unknown, :city
|
22
22
|
|
23
23
|
# Check if the live score, live goals and live lineups are already available
|
24
24
|
attr_accessor :live, :live_score, :live_goals, :live_lineup
|
data/lib/infostrada/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: infostrada
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.23
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ricardo Otero
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2015-01-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -257,7 +257,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
257
257
|
version: '0'
|
258
258
|
requirements: []
|
259
259
|
rubyforge_project:
|
260
|
-
rubygems_version: 2.4.
|
260
|
+
rubygems_version: 2.4.5
|
261
261
|
signing_key:
|
262
262
|
specification_version: 4
|
263
263
|
summary: Infostrada Football API wrapper.
|