lib/bagit.rb in bagit-0.4.2 vs lib/bagit.rb in bagit-0.4.3
- old
+ new
@@ -8,7 +8,7 @@
require 'fileutils'
require 'date'
require 'logger'
module BagIt
# The version of the BagIt specification the code is conforming to.
- SPEC_VERSION = '0.97'
+ SPEC_VERSION = '0.97'.freeze
end