lib/datacite/mapping/module_info.rb in datacite-mapping-0.1.17.2 vs lib/datacite/mapping/module_info.rb in datacite-mapping-0.2.0
- old
+ new
@@ -1,12 +1,12 @@
module Datacite
module Mapping
# The name of this gem
- NAME = 'datacite-mapping'
+ NAME = 'datacite-mapping'.freeze
# The version of this gem
- VERSION = '0.1.17.2'
+ VERSION = '0.2.0'.freeze
# The copyright notice for this gem
- COPYRIGHT = 'Copyright (c) 2016 The Regents of the University of California'
+ COPYRIGHT = 'Copyright (c) 2016 The Regents of the University of California'.freeze
end
end