infostrada 0.1.8 → 0.1.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b8dae4862f4917add3c7d78dd3c1cdadf7859419
4
- data.tar.gz: 03503f49bec67f85f9ead680c5a2814335f0d0b2
3
+ metadata.gz: 0a3d137bf6f82cfd746ac65de4c0e7270fa33898
4
+ data.tar.gz: 3feab50dac65658f1df1e0b7bc6ae0b8fdf400bd
5
5
  SHA512:
6
- metadata.gz: 1fc290531e9bb16ca1f65a824ef9d0d89dff1cd5136384d9b62d0723d59ac3af079055d12225d758ff3ad2343e0f83e94daa15c1abb84b392829d525863a09bb
7
- data.tar.gz: f55e3da8e952fc3eefe77b40f84a23376ef6aa448fb518881dbfd8b25d8470bc4069c74273ccef558585ab4f64ee21201b29480039712f284a13830ff51cb823
6
+ metadata.gz: bd402dfafaea9e0722b5a1559ab224c4c1e1026e5d156086d68f74a705bd043e22afffbbfc11d43eab19534fe755e33ba25fb5550731d7567f8c554517e31711
7
+ data.tar.gz: 794415fef5cca6a22a9391ad541e28dab1982210b28b3d50b1bb476898ad752df516123a0d27172487a06801b46fc93d30fd807343d963a8aa1caf8799eda92e
@@ -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.
@@ -1,3 +1,3 @@
1
1
  module Infostrada
2
- VERSION = '0.1.8'
2
+ VERSION = '0.1.9'
3
3
  end
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.8
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-29 00:00:00.000000000 Z
11
+ date: 2014-04-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler