lib/zodiac.rb in zodiac-0.2.5 vs lib/zodiac.rb in zodiac-0.2.6
- old
+ new
@@ -1,7 +1,7 @@
require 'funtimes'
require 'i18n'
-I18n.config.load_path += Dir.glob(File.dirname(File.expand_path(__FILE__)) + '/locales/*.yml')
+I18n.config.load_path += Dir.glob(File.expand_path('../locales', __FILE__) + '/*.yml')
require 'zodiac/finder'
module Zodiac
def self.each_sign(&block)