Repository URL to install this package:
require 'buildgem' Buildgem.configure do |config| config.gem_path = "." config.gem_top_level_namespace = "buildgem" config.version_in_top_level_namespace_file = true config.git_push_tags = true end