travlrmap 0.0.4 → 0.0.5

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,7 +9,7 @@
9
9
  :street_view_control: true
10
10
  :overview_control: false
11
11
  :pan_control: true
12
- :heading: My Travels
12
+ :title: My Travels
13
13
 
14
14
  :views:
15
15
  :default:
@@ -1,3 +1,3 @@
1
1
  module Travlmap
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
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: 23
4
+ hash: 21
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 4
10
- version: 0.0.4
9
+ - 5
10
+ version: 0.0.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - R.I.Pienaar
@@ -79,6 +79,22 @@ files:
79
79
  - public/travlrmap.css
80
80
  - public/favicon.ico
81
81
  - public/gmaps.js
82
+ - public/markers/marker-PURPLE-BLANK.png
83
+ - public/markers/mini-RED-BLANK.png
84
+ - public/markers/mini-PURPLE-BLANK.png
85
+ - public/markers/marker-WHITE-BLANK.png
86
+ - public/markers/mini-WHITE-BLANK.png
87
+ - public/markers/mini-GRAY-BLANK.png
88
+ - public/markers/mini-BLUE-BLANK.png
89
+ - public/markers/mini-GREEN-BLANK.png
90
+ - public/markers/marker-GREEN-BLANK.png
91
+ - public/markers/marker-RED-BLANK.png
92
+ - public/markers/marker-ORANGE-BLANK.png
93
+ - public/markers/marker-BLUE-BLANK.png
94
+ - public/markers/marker-AQUA-BLANK.png
95
+ - public/markers/marker-GRAY-BLANK.png
96
+ - public/markers/mini-ORANGE-BLANK.png
97
+ - public/markers/mini-AQUA-BLANK.png
82
98
  - config/travlrmap.yaml.dist
83
99
  - config.ru
84
100
  - Gemfile