travlrmap 0.0.5 → 0.0.6

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.
data/Gemfile CHANGED
@@ -1,4 +1,6 @@
1
1
  source 'http://rubygems.org'
2
2
 
3
3
  gem 'sinatra'
4
- gem 'httparty'
4
+ gem 'httparty', "0.11.0"
5
+ gem 'json'
6
+ gem 'gli'
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
- multi_json (1.5.0)
8
+ json (1.8.1)
9
+ multi_json (1.10.1)
8
10
  multi_xml (0.5.5)
9
- rack (1.5.2)
10
- rack-protection (1.3.2)
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.3)
15
- tilt (~> 1.3, >= 1.3.3)
16
- tilt (2.0.1)
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
- httparty
24
+ gli
25
+ httparty (= 0.11.0)
26
+ json
23
27
  sinatra
@@ -25,8 +25,8 @@
25
25
 
26
26
  :types:
27
27
  :visit:
28
- :icon: http://www.google.com/intl/en_us/mapfiles/ms/micons/orange-dot.png
28
+ :icon: /markers/mini-ORANGE-BLANK.png
29
29
  :transit:
30
- :icon: http://www.google.com/intl/en_us/mapfiles/ms/micons/blue-dot.png
30
+ :icon: /markers/mini-BLUE-BLANK.png
31
31
  :lived:
32
- :icon: http://www.google.com/intl/en_us/mapfiles/ms/micons/green-dot.png
32
+ :icon: /markers/mini-GREEN-BLANK.png
@@ -1,3 +1,3 @@
1
1
  module Travlmap
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
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: 21
4
+ hash: 19
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 5
10
- version: 0.0.5
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 00:00:00 +00:00
18
+ date: 2014-12-21 00:00:00 +00:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency