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

ruby3.3-rubygem-terminal-table-3.0.2-1.11 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: ruby3.3-rubygem-terminal-table Distribution: openSUSE:Factory:zSystems
Version: 3.0.2 Vendor: openSUSE
Release: 1.11 Build date: Tue Jan 25 08:38:25 2022
Group: Development/Languages/Ruby Build host: reproducible
Size: 80618 Source RPM: rubygem-terminal-table-3.0.2-1.11.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/tj/terminal-table
Summary: Simple, feature rich ascii table generation library
Simple, feature rich ascii table generation library.

Provides

Requires

License

MIT

Changelog

* Tue Jan 25 2022 Stephan Kulow <coolo@suse.com>
  updated to version 3.0.2
    see installed History.rdoc
    3.0.2 / 2021-09-19
    ==================
    - fix align_column for nil values and colspan
* Thu Jun 24 2021 Stephan Kulow <coolo@suse.com>
  updated to version 3.0.1
    see installed History.rdoc
    3.0.1 / 2021-05-10
    ==================
    - Support for unicode-display_width 2.0
    - Fix issue where last row of an empty table changed format
    3.0.0 / 2020-01-27
    ==================
    - Support for (optional) Unicode border styles on tables.  In order to support decent looking Unicode borders, different types of intersections get different types of intersection characters.  This has the side effect of subtle formatting differences even for the ASCII table border case due to removal of certain intersections near colspans.
    For example, previously the output of a table may be:
      +------+-----+
      |   Title    |
      +------+-----+
      | Char | Num |
      +------+-----+
      | a    | 1   |
      | b    | 2   |
      | c    | 3   |
      +------+-----+
    And now the `+` character above the word Title is removed, as it is no longer considered an intersection:
      +------------+
      |   Title    |
      +------+-----+
      | Char | Num |
      +------+-----+
      | a    | 1   |
      | b    | 2   |
      +------+-----+
    - The default border remains an ASCII border for backwards compatibility, however multiple border classes are included / documented, and user defined border types can be applied as needed.
    In support of this update, the following issues were addressed:
    - colspan creates conflict with colorize (#95)
    - Use nice UTF box-drawing characters by default (#99)
    - Note that `AsciiBorder` is stll the default
    - Border-left and border-right style (#100)
    - Helper function to style as Markdown (#111)
    - Achieved using `MarkdownBorder`
* Wed Jan 20 2021 Stephan Kulow <coolo@suse.com>
  updated to version 2.0.0
    see installed History.rdoc
    2.0.0 / 2020-10-28
    ==================
    - Drops official support for Ruby 1.9.x with and of life on 2015-02-23
    - Drops official support for Ruby 2.0.x with and of life on 2016-02-24
    - Drops official support for Ruby 2.1.x with and of life on 2017-03-31
    - Drops official support for Ruby 2.2.x with and of life on 2018-03-31
    - Drops official support for Ruby 2.3.x with and of life on 2019-03-31
* Tue May 23 2017 coolo@suse.com
  - updated to version 1.8.0
    see installed History.rdoc
    1.8.0 / 2017-05-16
    ==================
    * Top and bottom borders can be disabled (@kubakrzempek, #83)
    * `unicode-display-width` dependency relaxes (@mvz, #88)
    * Readme and docs fixes (@loualrid, #82 and @leoarnold, #86)
    * Fixed some test-related warnings (@juanitofatas, #81 and @mvz, #89)
* Thu Sep 22 2016 coolo@suse.com
  - updated to version 1.7.3
    see installed History.rdoc
    1.7.3 / 2016-09-21
    ==================
    * Fixed compatibility issues for Ruby 1.9, 2.0, 2.1. (@vivekbisen, #80)
* Sat Sep 10 2016 coolo@suse.com
  - updated to version 1.7.2
    see installed History.rdoc
    1.7.2 / 2016-09-09
    ==================
    * Fix packing table to a minimal width (@vizv, #76)
* Thu Sep 08 2016 coolo@suse.com
  - updated to version 1.7.1
    see installed History.rdoc
    1.7.1 / 2016-08-29
    ==================
    * Update `unicode-display_width` to fix behavior with signal traps [#78, @jrmhaig]
* Wed Aug 31 2016 coolo@suse.com
  - updated to version 1.7.0
    see installed History.rdoc
    1.7.0 / 2016-08-29
    ==================
    All props to @vizv for this release!
    * Fixed some spec failures
    * Added support for full-width characters (East Asian alphabets, etc)
* Tue Jun 07 2016 coolo@suse.com
  - updated to version 1.6.0
    see installed History.rdoc
* Wed Jul 01 2015 coolo@suse.com
  - updated to version 1.5.2
    see installed History.rdoc

Files

/usr/lib64/ruby/gems/3.3.0/build_info
/usr/lib64/ruby/gems/3.3.0/cache/terminal-table-3.0.2.gem
/usr/lib64/ruby/gems/3.3.0/gems/terminal-table-3.0.2
/usr/lib64/ruby/gems/3.3.0/gems/terminal-table-3.0.2/.github
/usr/lib64/ruby/gems/3.3.0/gems/terminal-table-3.0.2/.github/workflows
/usr/lib64/ruby/gems/3.3.0/gems/terminal-table-3.0.2/.github/workflows/ci.yml
/usr/lib64/ruby/gems/3.3.0/gems/terminal-table-3.0.2/.gitignore
/usr/lib64/ruby/gems/3.3.0/gems/terminal-table-3.0.2/Gemfile
/usr/lib64/ruby/gems/3.3.0/gems/terminal-table-3.0.2/History.rdoc
/usr/lib64/ruby/gems/3.3.0/gems/terminal-table-3.0.2/LICENSE.txt
/usr/lib64/ruby/gems/3.3.0/gems/terminal-table-3.0.2/Manifest
/usr/lib64/ruby/gems/3.3.0/gems/terminal-table-3.0.2/README.md
/usr/lib64/ruby/gems/3.3.0/gems/terminal-table-3.0.2/Rakefile
/usr/lib64/ruby/gems/3.3.0/gems/terminal-table-3.0.2/Todo.rdoc
/usr/lib64/ruby/gems/3.3.0/gems/terminal-table-3.0.2/examples
/usr/lib64/ruby/gems/3.3.0/gems/terminal-table-3.0.2/examples/data.csv
/usr/lib64/ruby/gems/3.3.0/gems/terminal-table-3.0.2/examples/examples.rb
/usr/lib64/ruby/gems/3.3.0/gems/terminal-table-3.0.2/examples/examples_unicode.rb
/usr/lib64/ruby/gems/3.3.0/gems/terminal-table-3.0.2/examples/issue100.rb
/usr/lib64/ruby/gems/3.3.0/gems/terminal-table-3.0.2/examples/issue111.rb
/usr/lib64/ruby/gems/3.3.0/gems/terminal-table-3.0.2/examples/issue118.rb
/usr/lib64/ruby/gems/3.3.0/gems/terminal-table-3.0.2/examples/issue95.rb
/usr/lib64/ruby/gems/3.3.0/gems/terminal-table-3.0.2/examples/show_csv_table.rb
/usr/lib64/ruby/gems/3.3.0/gems/terminal-table-3.0.2/examples/strong_separator.rb
/usr/lib64/ruby/gems/3.3.0/gems/terminal-table-3.0.2/lib
/usr/lib64/ruby/gems/3.3.0/gems/terminal-table-3.0.2/lib/terminal-table
/usr/lib64/ruby/gems/3.3.0/gems/terminal-table-3.0.2/lib/terminal-table.rb
/usr/lib64/ruby/gems/3.3.0/gems/terminal-table-3.0.2/lib/terminal-table/cell.rb
/usr/lib64/ruby/gems/3.3.0/gems/terminal-table-3.0.2/lib/terminal-table/import.rb
/usr/lib64/ruby/gems/3.3.0/gems/terminal-table-3.0.2/lib/terminal-table/row.rb
/usr/lib64/ruby/gems/3.3.0/gems/terminal-table-3.0.2/lib/terminal-table/separator.rb
/usr/lib64/ruby/gems/3.3.0/gems/terminal-table-3.0.2/lib/terminal-table/style.rb
/usr/lib64/ruby/gems/3.3.0/gems/terminal-table-3.0.2/lib/terminal-table/table.rb
/usr/lib64/ruby/gems/3.3.0/gems/terminal-table-3.0.2/lib/terminal-table/table_helper.rb
/usr/lib64/ruby/gems/3.3.0/gems/terminal-table-3.0.2/lib/terminal-table/util.rb
/usr/lib64/ruby/gems/3.3.0/gems/terminal-table-3.0.2/lib/terminal-table/version.rb
/usr/lib64/ruby/gems/3.3.0/gems/terminal-table-3.0.2/terminal-table.gemspec
/usr/lib64/ruby/gems/3.3.0/specifications/terminal-table-3.0.2.gemspec
/usr/share/doc/packages/ruby3.3-rubygem-terminal-table
/usr/share/doc/packages/ruby3.3-rubygem-terminal-table/History.rdoc
/usr/share/doc/packages/ruby3.3-rubygem-terminal-table/LICENSE.txt
/usr/share/doc/packages/ruby3.3-rubygem-terminal-table/README.md


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 30 23:50:42 2024