Skip to content

Commit

Permalink
Fix path to verion file in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhlobo committed Jun 21, 2013
1 parent ad6e77f commit 62af6b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tire-suggest_plugin.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'tire/suggest/plugin/version'
require 'tire/suggest_plugin/version'

Gem::Specification.new do |spec|
spec.name = "tire-suggest_plugin"
Expand Down

0 comments on commit 62af6b2

Please sign in to comment.