travlrmap 0.0.5 → 0.0.6
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile +3 -1
- data/Gemfile.lock +11 -7
- data/config/travlrmap.yaml.dist +3 -3
- data/lib/travlrmap/version.rb +1 -1
- metadata +4 -4
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,23 +1,27 @@
|
|
1
1
|
GEM
|
2
2
|
remote: http://rubygems.org/
|
3
3
|
specs:
|
4
|
+
gli (2.12.2)
|
4
5
|
httparty (0.11.0)
|
5
6
|
multi_json (~> 1.0)
|
6
7
|
multi_xml (>= 0.5.2)
|
7
|
-
|
8
|
+
json (1.8.1)
|
9
|
+
multi_json (1.10.1)
|
8
10
|
multi_xml (0.5.5)
|
9
|
-
rack (1.
|
10
|
-
rack-protection (1.3
|
11
|
+
rack (1.6.0)
|
12
|
+
rack-protection (1.5.3)
|
11
13
|
rack
|
12
14
|
sinatra (1.4.5)
|
13
15
|
rack (~> 1.4)
|
14
|
-
rack-protection (~> 1.
|
15
|
-
tilt (~> 1.3, >= 1.3.
|
16
|
-
tilt (
|
16
|
+
rack-protection (~> 1.4)
|
17
|
+
tilt (~> 1.3, >= 1.3.4)
|
18
|
+
tilt (1.4.1)
|
17
19
|
|
18
20
|
PLATFORMS
|
19
21
|
ruby
|
20
22
|
|
21
23
|
DEPENDENCIES
|
22
|
-
|
24
|
+
gli
|
25
|
+
httparty (= 0.11.0)
|
26
|
+
json
|
23
27
|
sinatra
|
data/config/travlrmap.yaml.dist
CHANGED
@@ -25,8 +25,8 @@
|
|
25
25
|
|
26
26
|
:types:
|
27
27
|
:visit:
|
28
|
-
:icon:
|
28
|
+
:icon: /markers/mini-ORANGE-BLANK.png
|
29
29
|
:transit:
|
30
|
-
:icon:
|
30
|
+
:icon: /markers/mini-BLUE-BLANK.png
|
31
31
|
:lived:
|
32
|
-
:icon:
|
32
|
+
:icon: /markers/mini-GREEN-BLANK.png
|
data/lib/travlrmap/version.rb
CHANGED
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: 19
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 6
|
10
|
+
version: 0.0.6
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- R.I.Pienaar
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2014-12-
|
18
|
+
date: 2014-12-21 00:00:00 +00:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|