Skip to content

Commit

Permalink
Adding lib to loadpath and requiring sinatra/version instead of loadi…
Browse files Browse the repository at this point in the history
…ng lib/sinatra/version
  • Loading branch information
dui committed Jul 5, 2011
1 parent 9ad1ff3 commit 6caf772
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sinatra.gemspec
@@ -1,4 +1,5 @@
Kernel.load './lib/sinatra/version.rb'
$LOAD_PATH.unshift 'lib'
require 'sinatra/version'

Gem::Specification.new 'sinatra', Sinatra::VERSION do |s|
s.description = "Classy web-development dressed in a DSL"
Expand Down

0 comments on commit 6caf772

Please sign in to comment.