ProMotion-mapbox 0.1.2 → 0.1.3

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: 363c3abe1d5611fd12f9d6dfab3bcc661b4742bc
4
- data.tar.gz: 010e35765a425db7ad9ac6ce929a36c639a2d9d7
3
+ metadata.gz: 26efa825778c8d404ae1b130789880090096ad49
4
+ data.tar.gz: 60f111c8d989685b78ebd3aae625b3d26ce3f566
5
5
  SHA512:
6
- metadata.gz: cabba145deb2d8d12d55b946bcb5b003411e361b6e86e7dca609f6a2a3448c79815202cab1bf79d30f4643d92763109d76105a23cf19a0f132a261ff1ae4630d
7
- data.tar.gz: 28df81f73618e7d0d90f3d62b4009ebdddd743daaa9509d7e66a12c800fc08a81e3263c2e76c39d9836d43b5886e9f857a46713fcdecbc1a6915e00356b8719b
6
+ metadata.gz: 3055a5af508968019dea7844bb218e8bf73136698a18999d81d02cc40adb7b6b4e25d131c975a8c302758c1b0aa1f5ebbc8babba3661249dfd6562c3c74c3f63
7
+ data.tar.gz: b56900cc7a9d02c5e45f8992d9a6682297c56fdc17881a1901cbdfd6ab906e4996e534095291b900a26ccd0eae9814594ab5e87d05a74037c6e7c708cf4f0166
@@ -23,7 +23,7 @@ module ProMotion
23
23
  else
24
24
  PM.logger.error "Missing Mapbox setup data."
25
25
  end
26
- RMConfiguration.sharedInstance.setAccessToken(setup_params[:access_token])
26
+ RMConfiguration.sharedInstance.setAccessToken(setup_params[:access_token]) if RMConfiguration.sharedInstance.accessToken.nil?
27
27
  @tileSource = RMMapboxSource.alloc.initWithMapID(setup_params[:tile_source])
28
28
  end
29
29
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ProMotion-mapbox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Diogo Andre
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-21 00:00:00.000000000 Z
11
+ date: 2015-04-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ProMotion