Gem::Specification.new do |s| s.name = 'teamster' s.version = File.read('VERSION').strip s.date = Time.now.strftime '%Y-%m-%d' s.summary = "Teamster" s.description = "A simple bare-bones extensible web portal for individuals or small teams." s.authors = ["Nur Muhammad Bin Sirat"] s.email = 'mat.ace@gmail.com' s.files = `git ls-files`.split("\n") s.homepage = 'https://github.com/Umartyya/teamster' s.license = 'MIT' s.executables << 'teamster' s.add_runtime_dependency "puma", [">= 2.6.0"] s.add_runtime_dependency "sinatra", [">= 1.4.3"] s.add_runtime_dependency "bcrypt", [">= 3.1.7"] end