Skip to content

Commit 7428b78

Browse files
committedSep 14, 2012
Cleanup config.ru
1 parent 7d68009 commit 7428b78

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed
 

Diff for: ‎config.ru

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,2 @@
1-
require 'rubygems'
2-
require 'bundler/setup'
3-
require File.expand_path(File.join(File.dirname(__FILE__), 'lib/geoip_server'))
4-
5-
## There is no need to set directories here anymore;
6-
## Just run the application
7-
1+
require './lib/geoip_server'
82
run Sinatra::Application

Diff for: ‎lib/geoip_server.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
## Resources
2-
gem 'sinatra', :version => '1.0'
32
require 'sinatra'
43
require 'geoip'
54
require 'multi_json'

0 commit comments

Comments
 (0)
Please sign in to comment.