Skip to content

Commit

Permalink
explicitely use Kernel.load in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
rkh committed Jun 9, 2011
1 parent 148f1ac commit dc8e07c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sinatra.gemspec
@@ -1,4 +1,4 @@
load './lib/sinatra/version.rb'
Kernel.load './lib/sinatra/version.rb'

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

0 comments on commit dc8e07c

Please sign in to comment.