travlrmap 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- data/config/travlrmap.yaml.dist +1 -1
- data/lib/travlrmap/version.rb +1 -1
- data/public/markers/marker-AQUA-BLANK.png +0 -0
- data/public/markers/marker-BLUE-BLANK.png +0 -0
- data/public/markers/marker-GRAY-BLANK.png +0 -0
- data/public/markers/marker-GREEN-BLANK.png +0 -0
- data/public/markers/marker-ORANGE-BLANK.png +0 -0
- data/public/markers/marker-PURPLE-BLANK.png +0 -0
- data/public/markers/marker-RED-BLANK.png +0 -0
- data/public/markers/marker-WHITE-BLANK.png +0 -0
- data/public/markers/mini-AQUA-BLANK.png +0 -0
- data/public/markers/mini-BLUE-BLANK.png +0 -0
- data/public/markers/mini-GRAY-BLANK.png +0 -0
- data/public/markers/mini-GREEN-BLANK.png +0 -0
- data/public/markers/mini-ORANGE-BLANK.png +0 -0
- data/public/markers/mini-PURPLE-BLANK.png +0 -0
- data/public/markers/mini-RED-BLANK.png +0 -0
- data/public/markers/mini-WHITE-BLANK.png +0 -0
- metadata +19 -3
data/config/travlrmap.yaml.dist
CHANGED
data/lib/travlrmap/version.rb
CHANGED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
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:
|
4
|
+
hash: 21
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
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
|