krypton.gemspec in krypton-0.1.1 vs krypton.gemspec in krypton-0.1.2

- old
+ new

@@ -1,10 +1,10 @@ $LOAD_PATH.unshift(File.expand_path(File.join(File.dirname(__FILE__), 'lib'))) require "core" Gem::Specification.new do |spec| spec.name = "krypton" - spec.version = '0.1.1' + spec.version = VERSION spec.authors = ["cbrnrd"] spec.email = ["0xCB@protonmail.com"] spec.summary = %q{A command-line tool for easy encryption and decryption of data.} spec.homepage = "https://github.com/cbrnrd/krypton" spec.license = "MIT"