test/test_encrypt.rb in rultor-0.4.3 vs test/test_encrypt.rb in rultor-0.4.4
- old
+ new
@@ -1,8 +1,8 @@
# encoding: utf-8
#
-# Copyright (c) 2009-2014, rultor.com
+# Copyright (c) 2009-2017, rultor.com
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met: 1) Redistributions of source code must retain the above
@@ -32,10 +32,10 @@
require 'rultor'
require 'rultor/encrypt'
require 'tmpdir'
# Rultor encryption.
-# Author:: Yegor Bugayenko (yegor@teamed.io)
+# Author:: Yegor Bugayenko (yegor256@gmail.com)
# Copyright:: Copyright (c) 2014 Yegor Bugayenko
# License:: BSD
class TestEncrypt < Minitest::Test
def test_basic_encryption
Dir.mktmpdir 'test' do |dir|