-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnyasocom_frame.gemspec
29 lines (24 loc) · 1 KB
/
nyasocom_frame.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# frozen_string_literal: true
lib = File.expand_path('lib', __dir__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'frame/version'
Gem::Specification.new do |s|
s.name = "nyasocom_frame"
s.version = Frame::VERSION
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["takkii"]
s.email = "karuma.reason@gmail.com"
s.executables = %w(heat)
s.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
s.homepage = "https://github.com/takkii/nyasocom_frame"
s.metadata = { "github_repo" => "ssh://github.com/takkii/nyasocom_frame" }
s.licenses = ["MIT"]
s.require_paths = ["lib"]
s.required_ruby_version = ['>= 3.0']
s.rubygems_version = '3.5.18'
s.summary = "Copy the open source version of nyasocom_oss."
s.description = "Web framework, starts as an RSS antenna in its initial configuration."
if s.respond_to? :specification_version then
s.specification_version = 4
end
end