Sha256: 8b40a05b7dbf651325a7df7f11b4657670c32e7667e8747a4c26f4b63fcd7f28

Contents?: true

Size: 669 Bytes

Versions: 9

Compression:

Stored size: 669 Bytes

Contents

# frozen_string_literal: true

$LOAD_PATH.push File.expand_path("lib", __dir__)

require "<%= extension_name %>/version"

Gem::Specification.new do |s|
  s.platform    = Gem::Platform::RUBY
  s.name        = "<%= extension_name %>"
  s.version     = <%= class_name %>::VERSION
  s.authors     = ["Your Name"]
  s.homepage    = "https://github.com/USERNAME/<%= extension_name %>"
  s.summary     = "TODO: Summary of <%= class_name %>."
  s.description = "TODO: Description of <%= class_name %>."
  s.license     = "MIT"

  s.files = Dir[
    "{app,config,db,lib}/**/*",
    "MIT-LICENSE",
    "Rakefile",
    "README.md"
  ]

  s.add_dependency "archangel", "< 1.0"
end

Version data entries

9 entries across 8 versions & 1 rubygems

Version Path
archangel-0.4.0 lib/archangel/commands/templates/theme/theme.gemspec.tt
archangel-0.4.0 lib/archangel/commands/templates/extension/extension.gemspec.tt
archangel-0.3.0 lib/archangel/commands/templates/extension/extension.gemspec.tt
archangel-0.0.8 lib/archangel/command/templates/extension/extension.gemspec
archangel-0.0.7 lib/archangel/command/templates/extension/extension.gemspec
archangel-0.0.6 lib/archangel/command/templates/extension/extension.gemspec
archangel-0.0.5 lib/archangel/command/templates/extension/extension.gemspec
archangel-0.0.4 lib/archangel/command/templates/extension/extension.gemspec
archangel-0.0.3 lib/archangel/command/templates/extension/extension.gemspec