infostrada 0.1.22 → 0.1.23

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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- ZTYzMjAxZTJmOWQ2ODYzYTZhZjUwZmZmYTlkYjdhNWQxOTQ0ZTQ3NA==
4
+ YTMzN2NiZWNjZTQ4M2I1ZTk5ZmEzOTgxZGUyMDRlODU3MTBhYmQ1NA==
5
5
  data.tar.gz: !binary |-
6
- MzBjYzY2ZGMzYzg2ZGE2NzJjZmU4YWYwNzhlNGEzOTFlNGM4MzhlZQ==
6
+ MjU5ZTNhNDMzZjhjNzY1ODkzZTJiYzg4M2I1MGE0NmI0MmU0MjllYg==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- YWViMTNmNTMwOTcyNmEwMzNkMTY2NjIzNjNmNmY5NWQ5NzMyZDAyYzNjYjg4
10
- N2ExNWRkNjgzZGNiMzRiMGRmNTUwM2ZjNmU4NmUxNzU4ZTEyNTE0MWVlOWVk
11
- OWU5ZDE0Zjk1MjNiYTczNTRiMDJhYzkyZTQzZGRjMDA2ZDllMzQ=
9
+ MTk4MGM0ZWY2YTZmNjQ0NzE0MjBiNjY0OTc2OWMxNTcyNWQ4MWJiNmMyMTNj
10
+ MzJiMWRkMDY0ODEwN2FiNDlhNTU1ZDFlMjJlNjRiZGM1NGQ0YmY3OTFkYjE1
11
+ ZTNhMTBiNjI3MDU4ZjcyMzNlYmU2MWZhZTMwZjkwZmM0NTNkZWQ=
12
12
  data.tar.gz: !binary |-
13
- YWY4NWNkODQ5ZTU1NjhjMGI2MzMyNThlZDE2YzFjMzI1YmVjODgzYjY4ODkw
14
- ZDg1NzIzOTlkZDQ1NjE0YWQ2ZTgxMDhhN2QxNDU2MDZmYzdiNTE2ZGU2Yjg4
15
- ZmEyNmE4Y2FjMDJmODEwNjk0NzBkMWU4ZDE2OTg3NzAxZWI5YTc=
13
+ YjlkMTgyY2Q3YTQwNjE2MTk5NWI2MjYyMjE4NDgxMzRjYmI3Yzc4YTc4MzA1
14
+ YjEwNmZlY2E5YTJhNmQzNGU2MTRkYzhlNDc2ZGZlZGI3ZDk0ZWYzMTQyN2U5
15
+ YzQ3NjkyMGE0MDc1Y2VmYTk4MWMyOWJkOWVlNTQ5YzU3MzRhYWI=
@@ -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
@@ -1,3 +1,3 @@
1
1
  module Infostrada
2
- VERSION = '0.1.22'
2
+ VERSION = '0.1.23'
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.22
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: 2014-11-25 00:00:00.000000000 Z
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.2
260
+ rubygems_version: 2.4.5
261
261
  signing_key:
262
262
  specification_version: 4
263
263
  summary: Infostrada Football API wrapper.