rultor.gemspec in rultor-0.4.3 vs rultor.gemspec 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 @@ -43,10 +43,10 @@ s.version = Rultor::VERSION s.license = 'BSD' s.summary = 'Rultor.com Remote Control' s.description = 'Command line remote control of www.rultor.com' s.authors = ['Yegor Bugayenko'] - s.email = 'yegor@teamed.io' + s.email = 'yegor256@gmail.com' s.homepage = 'http://github.com/yegor256/rultor-remote' s.files = `git ls-files`.split($RS) s.executables = s.files.grep(/^bin\//) { |f| File.basename(f) } s.test_files = s.files.grep(/^(test|spec|features)\//) s.rdoc_options = ['--charset=UTF-8']