Sha256: b469cd068e513e406d3e7f775f4d8b25499f92a91d8ba4f2483f6b04c151a01d

Contents?: true

Size: 1.5 KB

Versions: 56

Compression:

Stored size: 1.5 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', '~> 2.0.2'
  spec.add_development_dependency 'rake', '~> 10.0'
  spec.add_development_dependency 'rspec', '~> 3.0'
  spec.add_development_dependency 'power_stencil', "~> <%= PowerStencil::VERSION %>"
end

Version data entries

56 entries across 28 versions & 1 rubygems

Version Path
power_stencil-0.5.1 etc/templates/plugin_definition/psplugin_{entity}.gemspec
power_stencil-0.5.1 etc/meta_templates/plugin_seed/psplugin_{entity}.gemspec
power_stencil-0.5.0 etc/meta_templates/plugin_seed/psplugin_{entity}.gemspec
power_stencil-0.5.0 etc/templates/plugin_definition/psplugin_{entity}.gemspec
power_stencil-0.4.22 etc/meta_templates/plugin_seed/psplugin_{entity}.gemspec
power_stencil-0.4.22 etc/templates/plugin_definition/psplugin_{entity}.gemspec
power_stencil-0.4.21 etc/meta_templates/plugin_seed/psplugin_{entity}.gemspec
power_stencil-0.4.21 etc/templates/plugin_definition/psplugin_{entity}.gemspec
power_stencil-0.4.20 etc/templates/plugin_definition/psplugin_{entity}.gemspec
power_stencil-0.4.20 etc/meta_templates/plugin_seed/psplugin_{entity}.gemspec
power_stencil-0.4.19 etc/meta_templates/plugin_seed/psplugin_{entity}.gemspec
power_stencil-0.4.19 etc/templates/plugin_definition/psplugin_{entity}.gemspec
power_stencil-0.4.18 etc/meta_templates/plugin_seed/psplugin_{entity}.gemspec
power_stencil-0.4.18 etc/templates/plugin_definition/psplugin_{entity}.gemspec
power_stencil-0.4.17 etc/meta_templates/plugin_seed/psplugin_{entity}.gemspec
power_stencil-0.4.17 etc/templates/plugin_definition/psplugin_{entity}.gemspec
power_stencil-0.4.16 etc/meta_templates/plugin_seed/psplugin_{entity}.gemspec
power_stencil-0.4.16 etc/templates/plugin_definition/psplugin_{entity}.gemspec
power_stencil-0.4.15 etc/templates/plugin_definition/psplugin_{entity}.gemspec
power_stencil-0.4.15 etc/meta_templates/plugin_seed/psplugin_{entity}.gemspec