Sha256: 067c72f279595b902f6ab8d35657492f5cec9725cf9580cd287dccb59411ab71

Contents?: true

Size: 413 Bytes

Versions: 1

Compression:

Stored size: 413 Bytes

Contents

$: << "."
require "version"

Gem::Specification.new do |s|
	s.name = "<%=project%>"
	s.version = <%=project.capitalize%>::VERSION::IS
	s.summary = "a good lib"
	s.description = <<-EOF
a good lib
	EOF

	s.author = "<%=author%>"
	s.email = "<%=email%>"
	s.homepage = "http://github.com/<%=github.username%>/<%=project%>"
	s.rubyforge_project = "xx"

	s.files = `git ls-files`.split("\n")

	s.add_dependency "x"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rag-1.0.0 data/template/default/__project__.gemspec.erb