Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

ruby3.2-rubygem-hoe-4.1.0-1.1 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: ruby3.2-rubygem-hoe Distribution: openSUSE:Factory:zSystems
Version: 4.1.0 Vendor: openSUSE
Release: 1.1 Build date: Tue Nov 28 22:40:04 2023
Group: Development/Languages/Ruby Build host: s390zl24
Size: 466478 Source RPM: rubygem-hoe-4.1.0-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: http://www.zenspider.com/projects/hoe.html
Summary: Hoe is a rake/rubygems helper for project Rakefiles
Hoe is a rake/rubygems helper for project Rakefiles. It helps you
manage, maintain, and release your project and includes a dynamic
plug-in system allowing for easy extensibility. Hoe ships with
plug-ins for all your usual project tasks including rdoc generation,
testing, packaging, deployment, and announcement.
See class rdoc for help. Hint: `ri Hoe` or any of the plugins listed
below.
For extra goodness, see: http://docs.seattlerb.org/hoe/Hoe.pdf.

Provides

Requires

License

MIT

Changelog

* Tue Nov 28 2023 Dan Čermák <dan.cermak@posteo.net>
  - New upstream release 4.1.0, see bundled History.rdoc
* Tue Nov 14 2023 Dan Čermák <dan.cermak@posteo.net>
  - New upstream release 4.0.5, see bundled History.rdoc
* Fri Oct 28 2022 Stephan Kulow <coolo@suse.com>
  updated to version 3.26.0
    see installed History.rdoc
    === 3.26.0 / 2022-10-20
    * 2 minor enhancements:
    * Added warning to bundled minitest/test_task.
    * Removed dead rcov plugin and added (simple)cov plugin.
    * 1 bug fix:
    * Fixed test task load path issue, prepend Hoe.include_dirs to ensure they come first.
* Mon Aug 29 2022 Stephan Kulow <coolo@suse.com>
  updated to version 3.25.0
    see installed History.rdoc
    === 3.25.0 / 2022-08-18
    * 1 minor enhancement:
    * Added otp_command config option for OTP auth on gem push.
    * 1 bug fix:
    * Use sh instead of system during gem install to raise on error.
* Thu Aug 04 2022 Stephan Kulow <coolo@suse.com>
  updated to version 3.24.0
    see installed History.rdoc
    === 3.24.0 / 2022-06-20
    * 3 minor enhancements:
    * Add bindir and homepage accessor methods. (dsisnero)
    * Don't auto-intuit values if they're already set. (dsisnero)
    * Use bindir to determine executables. (dsisnero)
* Tue Jan 25 2022 Stephan Kulow <coolo@suse.com>
  updated to version 3.23.1
    see installed History.rdoc
    === 3.23.1 / 2022-01-04
    * 1 bug fix:
    * Fixed loading config files for ruby 3.1's now default YAML.safe_load_file.
* Thu Jun 24 2021 Stephan Kulow <coolo@suse.com>
  updated to version 3.23.0
    see installed History.rdoc
    === 3.23.0 / 2021-05-29
    * 2 minor enhancements:
    * Bump racc (plugin) dependency.
    * Removed ruby18! and ruby19! methods. ugh
* Wed Jan 20 2021 Stephan Kulow <coolo@suse.com>
  updated to version 3.22.3
    see installed History.rdoc
    === 3.22.3 / 2021-01-10
    * 1 bug fix:
    * Bumped ruby version to include < 4 (trunk).
* Fri Sep 25 2020 Stephan Kulow <coolo@suse.com>
  updated to version 3.22.2
    see installed History.rdoc
    === 3.22.2 / 2020-08-31
    * 1 bug fix:
    * Bumped ruby version to include 3.0 (trunk).
* Thu May 07 2020 Stephan Kulow <coolo@suse.com>
  - updated to version 3.22.1
    see installed History.rdoc
    === 3.22.1 / 2020-02-12
    * 1 bug fix:
    * Avoid calling parse_urls if URL metadata are already set. (flavorjones)
* Mon Feb 10 2020 Stephan Kulow <coolo@suse.com>
  - updated to version 3.22.0
    see installed History.rdoc
    === 2.22.0 / 2020-02-09
    * 4 minor enhancements:
    * Added metadate mapping for 'docs'.
    * Added rdoc extension to the history and readme file finder globs.
    * Extended readme parsing to more intelligently deal with markup sections.
    * Refactored intuit_values to take the file content as an arg.
    * 2 bug fixes:
    * Fixed ordering of test_prelude vs framework in Minitest::TestTask. (flavorjones)
    * Fixed wiring of test_prelude into Minitest::TestTask.create. (flavorjones)
    === 3.21.0 / 2020-01-11
    * 2 minor enhancements:
    * Added support for wiki_uri and mailing_list_uri. (JuanitoFatas)
    * Load encrypted private key using ENV['GEM_PRIVATE_KEY_PASSPHRASE'] as passphrase. (larskanis)
    * 5 bug fixes:
    * Add require_ruby_version for 2.1+. (MSP-Greg)
    * Fix a ruby 2.7 keyword arg deprecation. (anatol)
    * Fix debug_gem task when you have a signing_key and broken rubygems (< 3.1.0).
    * Fixed shadowed variable and json output for minitest's test:isolated task.
    * Minor tweak to make hoe load when openssl isn't available.
    === 3.20.0 / 2019-11-09
    * 2 minor enhancements:
    * Added <test>:isolated task that runs tests in parallel. Replaces <test>:dep task.
    * Bumped rake dependency to be < 15.
    === 3.19.0 / 2019-10-29
    * 4 minor enhancements:
    * Added deprecation to parse_urls for ancient url array form.
    * Added support for gemspec metadata. (viraptor)
    * Hoe#parse_urls now returns a hash no matter what
    * Removed looong deprecated Hoe#url/url= methods.
    * 1 bug fix:
    * Fixed sow for ruby 2.6 deprecations in ERB. (felipec)
    === 3.18.1 / 2019-09-14
    * 1 minor enhancement:
    * Added deprecations to minitest/test_task: TESTOPTS, N (for #threads), FILTER.
    * 3 bug fixes:
    * Fixed one use of Array.prepend on ruby 2.3-2.4.
    * Removed FILTER/N/X handling from hoe/test.rb in favor of minitest/test_task.rb.
    * Sort globs before shuffling to normalize different file systems.

Files

/etc/alternatives/sow
/etc/alternatives/sow-4.1.0
/etc/alternatives/sow.ruby3.2
/usr/bin/sow
/usr/bin/sow-4.1.0
/usr/bin/sow.ruby3.2
/usr/bin/sow.ruby3.2-4.1.0
/usr/lib64/ruby/gems/3.2.0/build_info
/usr/lib64/ruby/gems/3.2.0/cache/hoe-4.1.0.gem
/usr/lib64/ruby/gems/3.2.0/gems/hoe-4.1.0
/usr/lib64/ruby/gems/3.2.0/gems/hoe-4.1.0/.autotest
/usr/lib64/ruby/gems/3.2.0/gems/hoe-4.1.0/History.rdoc
/usr/lib64/ruby/gems/3.2.0/gems/hoe-4.1.0/Hoe.pdf
/usr/lib64/ruby/gems/3.2.0/gems/hoe-4.1.0/Manifest.txt
/usr/lib64/ruby/gems/3.2.0/gems/hoe-4.1.0/README.rdoc
/usr/lib64/ruby/gems/3.2.0/gems/hoe-4.1.0/Rakefile
/usr/lib64/ruby/gems/3.2.0/gems/hoe-4.1.0/bin
/usr/lib64/ruby/gems/3.2.0/gems/hoe-4.1.0/bin/sow
/usr/lib64/ruby/gems/3.2.0/gems/hoe-4.1.0/lib
/usr/lib64/ruby/gems/3.2.0/gems/hoe-4.1.0/lib/hoe
/usr/lib64/ruby/gems/3.2.0/gems/hoe-4.1.0/lib/hoe.rb
/usr/lib64/ruby/gems/3.2.0/gems/hoe-4.1.0/lib/hoe/clean.rb
/usr/lib64/ruby/gems/3.2.0/gems/hoe-4.1.0/lib/hoe/compiler.rb
/usr/lib64/ruby/gems/3.2.0/gems/hoe-4.1.0/lib/hoe/cov.rb
/usr/lib64/ruby/gems/3.2.0/gems/hoe-4.1.0/lib/hoe/debug.rb
/usr/lib64/ruby/gems/3.2.0/gems/hoe-4.1.0/lib/hoe/deps.rb
/usr/lib64/ruby/gems/3.2.0/gems/hoe-4.1.0/lib/hoe/flay.rb
/usr/lib64/ruby/gems/3.2.0/gems/hoe-4.1.0/lib/hoe/flog.rb
/usr/lib64/ruby/gems/3.2.0/gems/hoe-4.1.0/lib/hoe/gem_prelude_sucks.rb
/usr/lib64/ruby/gems/3.2.0/gems/hoe-4.1.0/lib/hoe/gemcutter.rb
/usr/lib64/ruby/gems/3.2.0/gems/hoe-4.1.0/lib/hoe/inline.rb
/usr/lib64/ruby/gems/3.2.0/gems/hoe-4.1.0/lib/hoe/newb.rb
/usr/lib64/ruby/gems/3.2.0/gems/hoe-4.1.0/lib/hoe/package.rb
/usr/lib64/ruby/gems/3.2.0/gems/hoe-4.1.0/lib/hoe/publish.rb
/usr/lib64/ruby/gems/3.2.0/gems/hoe-4.1.0/lib/hoe/racc.rb
/usr/lib64/ruby/gems/3.2.0/gems/hoe-4.1.0/lib/hoe/rake.rb
/usr/lib64/ruby/gems/3.2.0/gems/hoe-4.1.0/lib/hoe/rdoc.rb
/usr/lib64/ruby/gems/3.2.0/gems/hoe-4.1.0/lib/hoe/signing.rb
/usr/lib64/ruby/gems/3.2.0/gems/hoe-4.1.0/lib/hoe/test.rb
/usr/lib64/ruby/gems/3.2.0/gems/hoe-4.1.0/template
/usr/lib64/ruby/gems/3.2.0/gems/hoe-4.1.0/template/.autotest.erb
/usr/lib64/ruby/gems/3.2.0/gems/hoe-4.1.0/template/History.txt.erb
/usr/lib64/ruby/gems/3.2.0/gems/hoe-4.1.0/template/Manifest.txt.erb
/usr/lib64/ruby/gems/3.2.0/gems/hoe-4.1.0/template/README.txt.erb
/usr/lib64/ruby/gems/3.2.0/gems/hoe-4.1.0/template/Rakefile.erb
/usr/lib64/ruby/gems/3.2.0/gems/hoe-4.1.0/template/bin
/usr/lib64/ruby/gems/3.2.0/gems/hoe-4.1.0/template/bin/file_name.erb
/usr/lib64/ruby/gems/3.2.0/gems/hoe-4.1.0/template/lib
/usr/lib64/ruby/gems/3.2.0/gems/hoe-4.1.0/template/lib/file_name.rb.erb
/usr/lib64/ruby/gems/3.2.0/gems/hoe-4.1.0/template/test
/usr/lib64/ruby/gems/3.2.0/gems/hoe-4.1.0/template/test/test_file_name.rb.erb
/usr/lib64/ruby/gems/3.2.0/specifications/hoe-4.1.0.gemspec
/usr/share/doc/packages/ruby3.2-rubygem-hoe
/usr/share/doc/packages/ruby3.2-rubygem-hoe/History.rdoc
/usr/share/doc/packages/ruby3.2-rubygem-hoe/README.rdoc


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 12:50:11 2024