Gem::Specification.new do |s| s.name = 'rbtils' s.version = '0.0.2' s.date = '2015-07-03' s.summary = "Utilities for your CLI workflow" s.description = "A set of utilities that can be used independently of other projects" s.authors = ["Ryan Priebe"] s.email = 'hello@ryanpriebe.com' s.files = `git ls-files`.split($\) s.homepage = 'http://rubygems.org/gems/rbtils' s.license = 'MIT' s.executables = 'rbtils' end