lib/release_me/adapter.rb in release_me-0.1.2 vs lib/release_me/adapter.rb in release_me-0.1.3
- old
+ new
@@ -49,10 +49,10 @@
when '.rb'
# reads in the ruby version file and should return the version if
# that is the last thing executed
eval(File.read(file))
else
- File.read(file)
+ File.read(file)
end
end
# @return [Hash] - adapter config type
# @param [String] - path to the directory in which you want to check