File: module_methods.gemspec

package info (click to toggle)
ruby-module-methods 1.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 84 kB
  • sloc: ruby: 24; makefile: 4
file content (24 lines) | stat: -rw-r--r-- 1,776 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#########################################################
# This file has been automatically generated by gem2tgz #
#########################################################
# -*- encoding: utf-8 -*-
# stub: module_methods 1.0.0 ruby lib

Gem::Specification.new do |s|
  s.name = "module_methods".freeze
  s.version = "1.0.0".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.metadata = { "bug_tracker_uri" => "https://github.com/AlexWayfer/module_methods/issues", "changelog_uri" => "https://github.com/AlexWayfer/module_methods/blob/v1.0.0/CHANGELOG.md", "documentation_uri" => "http://www.rubydoc.info/gems/module_methods/1.0.0", "homepage_uri" => "https://github.com/AlexWayfer/module_methods", "rubygems_mfa_required" => "true", "source_code_uri" => "https://github.com/AlexWayfer/module_methods" } if s.respond_to? :metadata=
  s.require_paths = ["lib".freeze]
  s.authors = ["Alexander Popov".freeze]
  s.date = "1980-01-02"
  s.description = "Extendable module for modules with instance and class methods.\nThese modules can be included into each other modules and saving all chain,\nincluding `inherited` or `included` (class) methods.\n".freeze
  s.email = ["alex.wayfer@gmail.com".freeze]
  s.files = ["CHANGELOG.md".freeze, "LICENSE.txt".freeze, "README.md".freeze, "lib/module_methods.rb".freeze, "lib/module_methods/extension.rb".freeze, "lib/module_methods/version.rb".freeze]
  s.homepage = "https://github.com/AlexWayfer/module_methods".freeze
  s.licenses = ["MIT".freeze]
  s.required_ruby_version = Gem::Requirement.new([">= 3.2".freeze, "< 5".freeze])
  s.rubygems_version = "4.0.3".freeze
  s.summary = "Extendable module for modules with instance and class methods.".freeze
end