Sha256: b53d9fd115a824c416716c9a4465e1ca2a87e0c6e1f25b0032c5ded3b32b9869
Contents?: true
Size: 1.78 KB
Versions: 1
Compression:
Stored size: 1.78 KB
Contents
# frozen_string_literal: true Gem::Specification.new do |s| s.name = "rubygems-update" s.version = "3.2.32" s.authors = ["Jim Weirich", "Chad Fowler", "Eric Hodel", "Luis Lavena", "Aaron Patterson", "Samuel Giddins", "André Arko", "Evan Phoenix", "Hiroshi SHIBATA"] s.email = ["", "", "drbrain@segment7.net", "luislavena@gmail.com", "aaron@tenderlovemaking.com", "segiddins@segiddins.me", "andre@arko.net", "evan@phx.io", "hsbt@ruby-lang.org"] s.summary = "RubyGems is a package management framework for Ruby." s.description = "A package (also known as a library) contains a set of functionality that can be invoked by a Ruby program, such as reading and parsing an XML file. We call these packages 'gems' and RubyGems is a tool to install, create, manage and load these packages in your Ruby environment. RubyGems is also a client for RubyGems.org, a public repository of Gems that allows you to publish a Gem that can be shared and used by other developers. See our guide on publishing a Gem at guides.rubygems.org" s.homepage = "https://rubygems.org" s.licenses = ["Ruby", "MIT"] s.files = File.read('Manifest.txt').split s.executables = ["update_rubygems"] s.require_paths = ["hide_lib_for_update"] s.rdoc_options = ["--main", "README.md", "--title=RubyGems Update Documentation"] s.extra_rdoc_files = [ "CHANGELOG.md", "LICENSE.txt", "MAINTAINERS.txt", "MIT.txt", "Manifest.txt", "README.md", "UPGRADING.md", "POLICIES.md", "CODE_OF_CONDUCT.md", "CONTRIBUTING.md", "bundler/CHANGELOG.md", "bundler/LICENSE.md", "bundler/README.md", "hide_lib_for_update/note.txt", *Dir["bundler/man/*.1"] ] s.required_ruby_version = Gem::Requirement.new(">= 2.3.0") s.required_rubygems_version = Gem::Requirement.new(">= 0") s.specification_version = 4 end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rubygems-update-3.2.32 | rubygems-update.gemspec |