infostrada 0.1.8 → 0.1.9
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 +4 -4
- data/lib/infostrada/match.rb +2 -0
- data/lib/infostrada/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0a3d137bf6f82cfd746ac65de4c0e7270fa33898
|
|
4
|
+
data.tar.gz: 3feab50dac65658f1df1e0b7bc6ae0b8fdf400bd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bd402dfafaea9e0722b5a1559ab224c4c1e1026e5d156086d68f74a705bd043e22afffbbfc11d43eab19534fe755e33ba25fb5550731d7567f8c554517e31711
|
|
7
|
+
data.tar.gz: 794415fef5cca6a22a9391ad541e28dab1982210b28b3d50b1bb476898ad752df516123a0d27172487a06801b46fc93d30fd807343d963a8aa1caf8799eda92e
|
data/lib/infostrada/match.rb
CHANGED
|
@@ -64,6 +64,8 @@ module Infostrada
|
|
|
64
64
|
def_delegator :@goals, :away_goals, :away_goals
|
|
65
65
|
def_delegator :@goals, :home_goals, :home_goals
|
|
66
66
|
def_delegator :@edition, :id, :edition_id
|
|
67
|
+
def_delegator :@home_team, :id, :home_team_id
|
|
68
|
+
def_delegator :@away_team, :id, :away_team_id
|
|
67
69
|
|
|
68
70
|
# We can get all matches for a given edition (very heavy payload). Or we can just get the match
|
|
69
71
|
# information on a single match.
|
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.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ricardo Otero
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-04-
|
|
11
|
+
date: 2014-04-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|