station 0.4.9 → 0.5.0

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
  SHA256:
3
- metadata.gz: 38737641e4ed20ae336af75f389a5111f2a3075bb72e0bfb74758d247f134323
4
- data.tar.gz: f76e1940a09e893235eb0560e37ece41e73832e4d8e258e7dbfc4350b3e13fe0
3
+ metadata.gz: 56bbc4d9d114c5bb48b534622b62255d72320eba72a5818d299c3ab646bcadc5
4
+ data.tar.gz: ddae2d9a3aeb754d65cf7622ebaaeda519255f4c736534b267edba6d971bc7b0
5
5
  SHA512:
6
- metadata.gz: 8e639eba7f6b95f0b22fe229322a48baf9ed14cc4dbeda2ace92a36746b279da57b2fbcf81be294b21e3d01a090288a953c0ffeae2e9d70ccd27065067eaa304
7
- data.tar.gz: f2a18f8f7eec9f331713fc24df92bbe99c14802712c8c61a33560ed857e4f9084d91651a56118135824a72128eee4143895ad9a6de1721868246477051a9dddc
6
+ metadata.gz: d42ca6b9b1afd710196b636f55b21361d8bf413940732fcb76a9aadea8ba7439817939cdd7564f6c6f08b3d74562c0ebeb5ad7bf20b782052adb8a294e3edabf
7
+ data.tar.gz: cd831b9207167cb0fec2e7077708dab9fa5972d31cad37d56736318fe5fb5415bebd0f8e907f3b2703e2e36de62c2d0c0c4c38f5c26b729755f087fceb522a84
@@ -61,7 +61,11 @@ class TutorialController < ApplicationController
61
61
  end
62
62
 
63
63
  def set_sidenav
64
- @sidenav_product = params[:product] || @tutorial.yaml['products'].first
64
+ @sidenav_product = params[:product]
65
+
66
+ if @tutorial
67
+ @sidenav_product ||= @tutorial.yaml['products'].first
68
+ end
65
69
 
66
70
  @sidenav = Sidenav.new(
67
71
  namespace: params[:namespace],
@@ -1 +1 @@
1
- {"files":{"manifest-b4bf6e57a53c2bdb55b8998cc94cd00883793c1c37c5e5aea3ef6749b4f6d92b.js":{"logical_path":"manifest.js","mtime":"2022-07-21T16:18:55+00:00","size":2,"digest":"75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070","integrity":"sha256-daEdpEyAJIa8b2VkCqSKcw8PaExcB6Qro80XNes/sHA="},"application-aa88b3c7bd34ec529f43849541752fda7c9c202aa9fff905be578ef88d103b46.js":{"logical_path":"application.js","mtime":"2022-07-21T16:18:55+00:00","size":3172,"digest":"67f1fd16f949c2794341a44cf839e5436bbef74436e043ead39890d1c3b2e583","integrity":"sha256-Z/H9FvlJwnlDQaRM+DnlQ2u+90Q24EPq05iQ0cOy5YM="},"application-1849517a5a98299a246b920162e343b3c11a43e564c29f382f50debbf869ea05.css":{"logical_path":"application.css","mtime":"2022-07-21T16:18:55+00:00","size":17680,"digest":"70153c5ee06e8943eba774f8e29a67598670d5f0eeb14e8e9a1b8131a3fc83e0","integrity":"sha256-cBU8XuBuiUPrp3T44ppnWYZw1fDusU6OmhuBMaP8g+A="}},"assets":{"manifest.js":"manifest-b4bf6e57a53c2bdb55b8998cc94cd00883793c1c37c5e5aea3ef6749b4f6d92b.js","application.js":"application-aa88b3c7bd34ec529f43849541752fda7c9c202aa9fff905be578ef88d103b46.js","application.css":"application-1849517a5a98299a246b920162e343b3c11a43e564c29f382f50debbf869ea05.css"}}
1
+ {"files":{"manifest-b4bf6e57a53c2bdb55b8998cc94cd00883793c1c37c5e5aea3ef6749b4f6d92b.js":{"logical_path":"manifest.js","mtime":"2022-07-22T12:54:15+00:00","size":2,"digest":"75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070","integrity":"sha256-daEdpEyAJIa8b2VkCqSKcw8PaExcB6Qro80XNes/sHA="},"application-aa88b3c7bd34ec529f43849541752fda7c9c202aa9fff905be578ef88d103b46.js":{"logical_path":"application.js","mtime":"2022-07-22T12:54:15+00:00","size":3172,"digest":"67f1fd16f949c2794341a44cf839e5436bbef74436e043ead39890d1c3b2e583","integrity":"sha256-Z/H9FvlJwnlDQaRM+DnlQ2u+90Q24EPq05iQ0cOy5YM="},"application-1849517a5a98299a246b920162e343b3c11a43e564c29f382f50debbf869ea05.css":{"logical_path":"application.css","mtime":"2022-07-22T12:54:15+00:00","size":17680,"digest":"70153c5ee06e8943eba774f8e29a67598670d5f0eeb14e8e9a1b8131a3fc83e0","integrity":"sha256-cBU8XuBuiUPrp3T44ppnWYZw1fDusU6OmhuBMaP8g+A="}},"assets":{"manifest.js":"manifest-b4bf6e57a53c2bdb55b8998cc94cd00883793c1c37c5e5aea3ef6749b4f6d92b.js","application.js":"application-aa88b3c7bd34ec529f43849541752fda7c9c202aa9fff905be578ef88d103b46.js","application.css":"application-1849517a5a98299a246b920162e343b3c11a43e564c29f382f50debbf869ea05.css"}}
@@ -1,3 +1,3 @@
1
1
  module NexmoDeveloper
2
- VERSION = '0.4.9'.freeze
2
+ VERSION = '0.5.0'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: station
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.9
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vonage DevRel
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-07-21 00:00:00.000000000 Z
11
+ date: 2022-07-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activeadmin
@@ -731,7 +731,7 @@ files:
731
731
  - "./lib/nexmo_developer/public/android-chrome-512x512.png"
732
732
  - "./lib/nexmo_developer/public/apple-touch-icon-precomposed.png"
733
733
  - "./lib/nexmo_developer/public/apple-touch-icon.png"
734
- - "./lib/nexmo_developer/public/assets/.sprockets-manifest-d0d3be85d852d97f1ebd43093ad0112a.json"
734
+ - "./lib/nexmo_developer/public/assets/.sprockets-manifest-ba20d9b29a696da160a777114e70cc06.json"
735
735
  - "./lib/nexmo_developer/public/assets/application-1849517a5a98299a246b920162e343b3c11a43e564c29f382f50debbf869ea05.css"
736
736
  - "./lib/nexmo_developer/public/assets/application-1849517a5a98299a246b920162e343b3c11a43e564c29f382f50debbf869ea05.css.gz"
737
737
  - "./lib/nexmo_developer/public/assets/application-aa88b3c7bd34ec529f43849541752fda7c9c202aa9fff905be578ef88d103b46.js"