model_log.gemspec in model_log-2.0.0 vs model_log.gemspec in model_log-2.0.1
- old
+ new
@@ -2,10 +2,10 @@
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require "model_log/version"
Gem::Specification.new do |spec|
spec.name = "model_log"
- spec.version = ModelLog::VERSION
+ spec.version = ModelLog::VERSION::STRING
spec.authors = ["jk-sun"]
spec.email = ["jk-sun@qq.com"]
spec.summary = "Record all changes to the models into a log file for Rails"
spec.description = "It's designed to be used to record all changes to the models into a log file. You can also use it to record who made the changes"