File: rails-assets-markdown-it-hashtag.gemspec

package info (click to toggle)
ruby-rails-assets-markdown-it-hashtag 0.4.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 116 kB
  • sloc: javascript: 109; ruby: 36; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 793 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'rails-assets-markdown-it-hashtag/version'

Gem::Specification.new do |spec|
  spec.name          = "rails-assets-markdown-it-hashtag"
  spec.version       = RailsAssetsMarkdownItHashtag::VERSION
  spec.authors       = ["rails-assets.org"]
  spec.description   = "hashtag for markdown-it markdown parser"
  spec.summary       = "hashtag for markdown-it markdown parser"
  spec.homepage      = "https://github.com/svbergerem/markdown-it-hashtag"
  spec.license       = "MIT"

  spec.files         = `find ./* -type f | cut -b 3-`.split($/)
  spec.require_paths = ["lib"]

  spec.add_development_dependency "bundler", "~> 1.3"
  spec.add_development_dependency "rake"
end