Sha256: efab995738c90804c1890f7ec6bce033c8103d4362ac966a78649eb516b72a6e

Contents?: true

Size: 1.51 KB

Versions: 14

Compression:

Stored size: 1.51 KB

Contents

lib = File.expand_path("../lib", __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require '<%= plugin_name %>/version'

Gem::Specification.new do |spec|
  spec.name          = 'psplugin_<%= plugin_name %>'
  spec.version       = <%= plugin_module_name %>::VERSION
  spec.authors       = ['Your name']
  spec.email         = ['you@somewhere']

  spec.summary       = %q{TODO: Write a short summary, because RubyGems requires one.}
  spec.description   = %q{TODO: Write a longer description or delete this line.}
  spec.homepage      = "TODO: Put your gem's website or public repo URL here."
  spec.license       = "MIT"

  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
  # to allow pushing to a single host or delete this section to allow pushing to any host.
  if spec.respond_to?(:metadata)
    spec.metadata['allowed_push_host'] = "TODO: Set to 'http://mygemserver.com'"
  else
    raise 'RubyGems 2.0 or newer is required to protect against public gem pushes.'
  end

  spec.files         = `git ls-files -z`.split("\x0").reject do |f|
    f.match(%r{^(test|spec|features)/})
  end
  spec.bindir        = 'exe'
  spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
  spec.require_paths = ['lib']

  spec.add_development_dependency 'bundler', '~> 1.16'
  spec.add_development_dependency 'rake', '~> 10.0'
  spec.add_development_dependency 'rspec', '~> 3.0'
  spec.add_development_dependency 'power_stencil', "~> #{<%= plugin_module_name %>::VERSION}"
end

Version data entries

14 entries across 7 versions & 1 rubygems

Version Path
power_stencil-0.3.6 etc/templates/plugin_definition/psplugin_{entity}.gemspec
power_stencil-0.3.6 etc/meta_templates/plugin_seed/psplugin_{entity}.gemspec
power_stencil-0.3.5 etc/templates/plugin_definition/psplugin_{entity}.gemspec
power_stencil-0.3.5 etc/meta_templates/plugin_seed/psplugin_{entity}.gemspec
power_stencil-0.3.4 etc/meta_templates/plugin_seed/psplugin_{entity}.gemspec
power_stencil-0.3.4 etc/templates/plugin_definition/psplugin_{entity}.gemspec
power_stencil-0.3.3 etc/templates/plugin_definition/psplugin_{entity}.gemspec
power_stencil-0.3.3 etc/meta_templates/plugin_seed/psplugin_{entity}.gemspec
power_stencil-0.3.2 etc/templates/plugin_definition/psplugin_{entity}.gemspec
power_stencil-0.3.2 etc/meta_templates/plugin_seed/psplugin_{entity}.gemspec
power_stencil-0.3.1 etc/templates/plugin_definition/psplugin_{entity}.gemspec
power_stencil-0.3.1 etc/meta_templates/plugin_seed/psplugin_{entity}.gemspec
power_stencil-0.3.0 etc/meta_templates/plugin_seed/psplugin_{entity}.gemspec
power_stencil-0.3.0 etc/templates/plugin_definition/psplugin_{entity}.gemspec