captain_hoog.gemspec in captain_hoog-1.0 vs captain_hoog.gemspec in captain_hoog-1.0.1

- old
+ new

@@ -5,11 +5,11 @@ Gem::Specification.new do |spec| spec.name = "captain_hoog" spec.version = CaptainHoog::VERSION spec.authors = ["Daniel Schmidt"] - spec.email = ["daniel.schmidt@adytonsystems.com"] + spec.email = ["daniel.schmidt@gateprotect.com"] spec.summary = %q{ Plugin based git-pre hook.} spec.homepage = "" spec.license = "MIT" spec.post_install_message = %Q{ Thanks for installing the Pre-Git whatever hooker! @@ -17,9 +17,10 @@ If you don't have already, please install the hook: githoog install --type <GIT_HOOK_TYPE> --plugins_dir <PATH_TO_PLUGINS> \ --project_dir <PATH_TO_PROJECT> } + spec.required_ruby_version = '>= 2.0' spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f)} spec.test_files = spec.files.grep(%r{^(test|spec|features)/})