travlrmap 0.0.3 → 0.0.4

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.
@@ -9,6 +9,7 @@
9
9
  :street_view_control: true
10
10
  :overview_control: false
11
11
  :pan_control: true
12
+ :heading: My Travels
12
13
 
13
14
  :views:
14
15
  :default:
@@ -1,3 +1,3 @@
1
1
  module Travlmap
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
data/views/layout.erb CHANGED
@@ -8,7 +8,7 @@
8
8
  <meta name="author" content="">
9
9
  <link rel="icon" href="../../favicon.ico">
10
10
 
11
- <title>Starter Template for Bootstrap</title>
11
+ <title><%= @map[:title] %></title>
12
12
 
13
13
  <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
14
14
  <script src="http://maps.google.com/maps/api/js?sensor=true"></script>
@@ -30,7 +30,7 @@
30
30
  <nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
31
31
  <div class="container">
32
32
  <div class="navbar-header">
33
- <a class="navbar-brand" href="/">My Travels</a>
33
+ <a class="navbar-brand" href="/"><%= @map[:title] %></a>
34
34
  </div>
35
35
  <div id="navbar" class="collapse navbar-collapse">
36
36
  <ul class="nav navbar-nav">
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: travlrmap
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 23
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 3
10
- version: 0.0.3
9
+ - 4
10
+ version: 0.0.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - R.I.Pienaar