Sha256: bf8215c7b11224ac8ca4e01c4b41b799d96cc227a534557d1209bd9894bfdbfa
Contents?: true
Size: 761 Bytes
Versions: 5
Compression:
Stored size: 761 Bytes
Contents
$:.push File.expand_path("../lib", __FILE__) require "<%= project.path %>/version" Gem::Specification.new do |gem| gem.name = "<%= project.file %>" gem.version = <%= project.type %>::VERSION.dup gem.author = "<%= author %>" gem.email = "<%= email %>" gem.homepage = "https://github.com/<%= user %>/<%= project.file %>" gem.summary = "@todo" gem.description = "@todo" gem.license = "MIT" gem.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR) gem.test_files = Dir["spec/**/*.rb"] gem.extra_rdoc_files = Dir["README.md", "LICENSE"] gem.require_paths = ["lib"] gem.required_ruby_version = "~> <%= ruby %>" gem.add_development_dependency "hexx-rspec" end # Gem::Specification
Version data entries
5 entries across 5 versions & 1 rubygems