Gemfile in tdiary-3.2.2.20130720 vs Gemfile in tdiary-3.2.2.20130722
- old
+ new
@@ -1,7 +1,7 @@
source 'https://rubygems.org'
-if File.exist?('tdiary.gemspec')
+if File.exist?(File.expand_path('../tdiary.gemspec', __FILE__))
# directly installed (e.g. git clone, archive file)
gemspec
else
# installed by gem
gem 'tdiary'