infostrada 0.1.12 → 0.1.13

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
- MzU3NGZlOWJkODQ3ZmNlYWVmZTBmOWU4ZWNmODFlM2Q0ZWFjNGFjOQ==
4
+ NGM4MTNkYTk2ODRhNDMwMmJhMGIwMTQ4YTdhODU0MTJjODEzMGNhNA==
5
5
  data.tar.gz: !binary |-
6
- ODQ5MGY2M2U1Y2RmZmMwMWFjYzM4MzczYTFhYjcwYjgzZTc4NGMxNA==
6
+ MzlmMTdlNjg5Y2VjNDU5N2UxMDljNThhYmExZDcwN2Q4MTk4NmU5YQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- YjU2YjVjZjM1NjBkYmFlZDVlOTJiMzZmN2UyMmVhYzEzNDg5MDRmZTViNmJh
10
- ZDkxYzdjMTY2NWZkMjM0ZDZkYzQ0NjVlMDRjYTUyZjZjMTM4MzgzYjZiYjJk
11
- ZmUxMDY2MGE3MmVkODkyMzcwZjU2M2Y1NGFhMDZkN2NlNmQ2NjE=
9
+ ODIxOTVkOGM0ZTAxM2UzYzA1YzViZjAyNmM4MzFkNjYxMGExZWNkNTY3MTQ3
10
+ MDRiYzBhYWExYjdjNWEzMzZjZmIyNDU1Njk5YzVkMzU0M2YwNDBkZjI1Mjdk
11
+ ZmE4ZGMyOTk0YmUyMWUwYjc1M2U0MzlkZTc3ZTg3ZTkzYWMwZDE=
12
12
  data.tar.gz: !binary |-
13
- Yjc5N2VjZTczNmNlZDllODJkYzIxNDc1YWQ4NjFlNmFiMWM5MzgzMGYyOWRk
14
- MDJhNzAxY2E3OWUyNjE1Yzc5OTUyNjRiODcwNDg4ZDA3ZDEwZTVhYjBjNTE0
15
- NzJmZDcyMTIxMDRiM2RlMGIzMGE4OTliMjdmMjJiZjg5YmE2MDU=
13
+ ZTE5ZTEzODEwODgxZTBlZDE3MWFjNWE4ZjBkNzdhN2YxYzgxZTExNWIzMzhm
14
+ MzJiMWJhYzk1NWE3NTNhNTRjZWUyNmMwYTcyNzU0NTcyYmQwOTRhMDA1OGVl
15
+ MjE0MzhiM2FiYjZjODY3OWRjMDI4MjM2MmMyM2Q4NmM4ZDAyMWI=
data/Gemfile.lock CHANGED
@@ -1,20 +1,20 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- infostrada (0.1.10)
5
- activemodel
4
+ infostrada (0.1.12)
5
+ activemodel (~> 4.1, >= 4.1.0)
6
6
  colored (~> 1.2)
7
7
  eventmachine (~> 1.0, >= 1.0.3)
8
8
  httparty (~> 0.13, >= 0.13.0)
9
- tzinfo (>= 1.1.0)
9
+ tzinfo (~> 1.1, >= 1.1.0)
10
10
 
11
11
  GEM
12
12
  remote: https://rubygems.org/
13
13
  specs:
14
- activemodel (4.1.0)
15
- activesupport (= 4.1.0)
14
+ activemodel (4.1.1)
15
+ activesupport (= 4.1.1)
16
16
  builder (~> 3.1)
17
- activesupport (4.1.0)
17
+ activesupport (4.1.1)
18
18
  i18n (~> 0.6, >= 0.6.9)
19
19
  json (~> 1.7, >= 1.7.7)
20
20
  minitest (~> 5.1)
@@ -118,6 +118,7 @@ module Infostrada
118
118
  @stadium_id = hash['n_StadiumGeoID']
119
119
  @stadium_name = hash['c_Stadium']
120
120
  @spectators = hash['n_Spectators']
121
+ @city = hash['c_City']
121
122
 
122
123
  @live = hash['b_Live']
123
124
  @started = hash['b_Started']
@@ -1,3 +1,3 @@
1
1
  module Infostrada
2
- VERSION = '0.1.12'
2
+ VERSION = '0.1.13'
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.12
4
+ version: 0.1.13
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-05-06 00:00:00.000000000 Z
11
+ date: 2014-05-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler