require "rubygems" spec = Gem::Specification.new do |s| s.name = "subzero" s.version = "0.1.0" s.summary = "Totally awesome gem that extends Fixnum functionality" s.description = "Adds one magic method to Fixnum class. Guest what method is it?" s.authors = ["Gregory Eremin"] s.email = "chez@vim.me" s.homepage = "https://github.com/magnolia-fan/subzero" s.require_paths = ["lib"] end