Sha256: ea6f7a967683e47eebd6c3fa5734975b95c7885c3e0e1fe00d31c964936b41aa
Contents?: true
Size: 693 Bytes
Versions: 3
Compression:
Stored size: 693 Bytes
Contents
name: <%= @name %> summary: <%= yaml_escape @summary %> description: <%= yaml_escape @description %> <%- if @license -%> license: <%= @license %> <%- end -%> <%- if @authors.length > 1 -%> authors: <%- @authors.each do |name| -%> - <%= name %> <%- end -%> <%- else -%> authors: <%= @authors.first %> <%- end -%> <%- if @email -%> email: <%= @email %> <%- end -%> homepage: <%= @homepage %> <%= includes :gemspec, '' -%> <%- includes(:dependencies,'') do |dependencies| -%> dependencies: <%= dependencies %> <%- end -%> development_dependencies: <%- unless (bundler? || ore_tasks?) -%> ore-core: <%= @ore_core_dependency %> <%- end -%> <%= includes :development_dependencies, '' -%>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ore-0.8.1 | data/ore/templates/base/gemspec.yml.erb |
ore-0.8.0 | data/ore/templates/base/gemspec.yml.erb |
ore-0.7.2 | data/ore/templates/base/gemspec.yml.erb |