# coding: utf-8 Gem::Specification.new do |spec| spec.name = "focus.rb" spec.version = "1.1.0" spec.authors = ["Arthur Poulet"] spec.email = ["arthur.focus@sceptique.eu"] spec.summary = "A tool to help you focus on work" spec.description = "A tool to help you focus on work" \ "* Block hosts names localy" spec.homepage = "https://git.sceptique.eu/Sceptique/focus.rb" spec.licenses = ["GPL-3.0"] spec.files = Dir["lib/**/*.rb", "bin/*"] spec.require_paths = ["lib"] spec.bindir = ["bin"] spec.executables << "focus" spec.add_dependency "colorize", "~> 0.8.1" end