File: eim_xml.gemspec

package info (click to toggle)
ruby-eim-xml 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 236 kB
  • sloc: ruby: 2,015; makefile: 5
file content (16 lines) | stat: -rw-r--r-- 416 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# frozen_string_literal: true

Gem::Specification.new do |s|
  s.name = 'eim_xml'
  s.version = '1.0.0'
  s.summary = 'Easy IMplemented XML'
  s.author = 'KURODA Hiraku'
  s.email = 'hirakuro@gmail.com'
  s.homepage = 'https://github.com/hirakuro/eim_xml'
  s.license = 'GPL-2.0-only'
  s.metadata['rubygems_mfa_required'] = 'true'

  s.required_ruby_version = '>= 3.2.0'

  s.files = Dir['LICENSE', 'lib/**/*']
end