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

ruby2.5-rubygem-bindata-testsuite-2.4.2-bp153.1.16 RPM for s390x

From OpenSuSE Leap 15.3 for s390x

Name: ruby2.5-rubygem-bindata-testsuite Distribution: SUSE Linux Enterprise 15 SP3
Version: 2.4.2 Vendor: openSUSE
Release: bp153.1.16 Build date: Mon May 10 23:19:40 2021
Group: Development/Languages/Ruby Build host: s390zp21
Size: 138322 Source RPM: rubygem-bindata-2.4.2-bp153.1.16.src.rpm
Packager: https://bugs.opensuse.org
Url: http://github.com/dmendel/bindata
Summary: Test suite for bindata
Test::Unit or RSpec files, useful for developers.

Provides

Requires

License

Ruby

Changelog

* Thu Feb 08 2018 coolo@suse.com
  - updated to version 2.4.2
    see installed ChangeLog.rdoc
    == Version 2.4.2 (2018-01-31)
    * Allow boolean values as parameters.  Requested by Patrik Wenger.
* Sun Sep 03 2017 coolo@suse.com
  - updated to version 2.4.1
    see installed ChangeLog.rdoc
    == Version 2.4.1 (2017-08-30)
    * Fix crash with String :length invoking :rel_offset.  Reported by Claudius
      Coenen.
* Mon Apr 10 2017 coolo@suse.com
  - updated to version 2.4.0
    see installed NEWS.rdoc
    = 2.4.0
    This release changes the internal API for sanitizing parameters.  This only
    affects those that implement the `#sanitize_parameters` method.
    = 2.3.x
      if params.needs_sanitizing?(:type)
      el_type, el_params = params[:type]
      params[:type] = params.create_sanitized_object_prototype(el_type, el_params)
      end
    = 2.4.0
      params.sanitize_object_prototype(:type)
* Fri Jan 20 2017 coolo@suse.com
  - updated to version 2.3.5
    see installed NEWS.rdoc
* Tue Oct 18 2016 coolo@suse.com
  - updated to version 2.3.4
    see installed NEWS.rdoc
* Wed Sep 07 2016 coolo@suse.com
  - updated to version 2.3.3
    see installed NEWS.rdoc
* Sat Sep 03 2016 coolo@suse.com
  - updated to version 2.3.2
    see installed NEWS.rdoc
* Sat Jun 18 2016 coolo@suse.com
  - updated to version 2.3.1
    see installed NEWS.rdoc
* Wed Apr 06 2016 coolo@suse.com
  - updated to version 2.3.0
    see installed NEWS.rdoc
    = 2.3.0
    This release adds I/O features.
    Seeking forward to an arbitrary offset is achieved with Skip's :to_abs_offset
    parameter.
    Multi pass I/O has been added.  BinData performs I/O in a single pass.  See
    DelayedIO to perform multi pass (backwards seeking) I/O.
    The experimental :adjust_offset feature has been removed.  If you have existing
    code that uses this feature, you need to explicitly require 'bindata/offset' to
    retain this functionality.
* Sun Jan 31 2016 coolo@suse.com
  - updated to version 2.2.0
    see installed NEWS.rdoc
* Tue Apr 07 2015 astieger@suse.com
  - initial package of rubygem-bindata generated using gem2rpm

Files

/usr/lib64/ruby/gems/2.5.0/gems/bindata-2.4.2/test
/usr/lib64/ruby/gems/2.5.0/gems/bindata-2.4.2/test/alignment_test.rb
/usr/lib64/ruby/gems/2.5.0/gems/bindata-2.4.2/test/array_test.rb
/usr/lib64/ruby/gems/2.5.0/gems/bindata-2.4.2/test/base_primitive_test.rb
/usr/lib64/ruby/gems/2.5.0/gems/bindata-2.4.2/test/base_test.rb
/usr/lib64/ruby/gems/2.5.0/gems/bindata-2.4.2/test/bits_test.rb
/usr/lib64/ruby/gems/2.5.0/gems/bindata-2.4.2/test/buffer_test.rb
/usr/lib64/ruby/gems/2.5.0/gems/bindata-2.4.2/test/choice_test.rb
/usr/lib64/ruby/gems/2.5.0/gems/bindata-2.4.2/test/count_bytes_remaining_test.rb
/usr/lib64/ruby/gems/2.5.0/gems/bindata-2.4.2/test/delayed_io_test.rb
/usr/lib64/ruby/gems/2.5.0/gems/bindata-2.4.2/test/float_test.rb
/usr/lib64/ruby/gems/2.5.0/gems/bindata-2.4.2/test/int_test.rb
/usr/lib64/ruby/gems/2.5.0/gems/bindata-2.4.2/test/io_test.rb
/usr/lib64/ruby/gems/2.5.0/gems/bindata-2.4.2/test/lazy_test.rb
/usr/lib64/ruby/gems/2.5.0/gems/bindata-2.4.2/test/offset_test.rb
/usr/lib64/ruby/gems/2.5.0/gems/bindata-2.4.2/test/params_test.rb
/usr/lib64/ruby/gems/2.5.0/gems/bindata-2.4.2/test/primitive_test.rb
/usr/lib64/ruby/gems/2.5.0/gems/bindata-2.4.2/test/record_test.rb
/usr/lib64/ruby/gems/2.5.0/gems/bindata-2.4.2/test/registry_test.rb
/usr/lib64/ruby/gems/2.5.0/gems/bindata-2.4.2/test/rest_test.rb
/usr/lib64/ruby/gems/2.5.0/gems/bindata-2.4.2/test/skip_test.rb
/usr/lib64/ruby/gems/2.5.0/gems/bindata-2.4.2/test/string_test.rb
/usr/lib64/ruby/gems/2.5.0/gems/bindata-2.4.2/test/stringz_test.rb
/usr/lib64/ruby/gems/2.5.0/gems/bindata-2.4.2/test/struct_test.rb
/usr/lib64/ruby/gems/2.5.0/gems/bindata-2.4.2/test/system_test.rb
/usr/lib64/ruby/gems/2.5.0/gems/bindata-2.4.2/test/test_helper.rb
/usr/lib64/ruby/gems/2.5.0/gems/bindata-2.4.2/test/virtual_test.rb
/usr/lib64/ruby/gems/2.5.0/gems/bindata-2.4.2/test/warnings_test.rb


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 15:01:09 2024