lazier.gemspec in lazier-3.3.6 vs lazier.gemspec in lazier-3.3.7

- old
+ new

@@ -1,8 +1,8 @@ # encoding: utf-8 # -# This file is part of the lazier gem. Copyright (C) 2013 and above Shogun <shogun_panda@cowtech.it>. +# This file is part of the lazier gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>. # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php. # require File.expand_path('../lib/lazier/version', __FILE__) @@ -13,10 +13,10 @@ gem.summary = %q{Several Ruby object enhancements.} gem.description = %q{Several Ruby object enhancements.} gem.rubyforge_project = "lazier" gem.authors = ["Shogun"] - gem.email = ["shogun_panda@cowtech.it"] + gem.email = ["shogun@cowtech.it"] gem.files = `git ls-files`.split($\) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.require_paths = ["lib"]