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

ruby3.3-rubygem-dry-core-1.0.0-1.7 RPM for armv6hl

From OpenSuSE Ports Tumbleweed for armv6hl

Name: ruby3.3-rubygem-dry-core Distribution: openSUSE Tumbleweed
Version: 1.0.0 Vendor: openSUSE
Release: 1.7 Build date: Fri Feb 23 18:09:22 2024
Group: Development/Languages/Ruby Build host: i02-armsrv2
Size: 101165 Source RPM: rubygem-dry-core-1.0.0-1.7.src.rpm
Packager: http://bugs.opensuse.org
Url: https://dry-rb.org/gems/dry-core
Summary: A toolset of small support modules used throughout the dry-rb
A toolset of small support modules used throughout the dry-rb ecosystem.

Provides

Requires

License

MIT

Changelog

* Wed Dec 07 2022 Stephan Kulow <coolo@suse.com>
  updated to version 1.0.0
    see installed CHANGELOG.md
    [#]# 1.0.0 2022-11-04
    [#]## Added
    - Import dry-container as `Dry::Core::Container` (via #77) (@solnic)
    [Compare v0.9.1...v1.0.0](https://github.com/dry-rb/dry-core/compare/v0.9.1...v1.0.0)
* Fri Oct 28 2022 Stephan Kulow <coolo@suse.com>
  updated to version 0.9.1
    see installed CHANGELOG.md
* Thu Aug 04 2022 Stephan Kulow <coolo@suse.com>
  updated to version 0.8.1
    see installed CHANGELOG.md
    [#]# 0.8.0
    [#]## Added
    - `Dry::Core::BasicObject` ported from hanami-utils (@jodosha)
    [#]## Changed
    - [BREAKING] [descendants tracker] switch to using `Class#subclasses` on Ruby 3.1+.
    This changes the order of returned subclasses (immediate subclasses now go first) (@flash-gordon)
    [Compare v0.7.1...v0.8.0](https://github.com/dry-rb/dry-core/compare/v0.7.1...master)
* Mon Jul 26 2021 Stephan Kulow <coolo@suse.com>
  updated to version 0.7.1
    see installed CHANGELOG.md
    [#]# 0.7.1 2021-07-10
    [#]## Fixed
    - [memoizable] memoizable correctly handles cases where a method
    has unnamed params (e.g. happens when the new `...` syntax is used) (@flash-gordon)
    [Compare v0.7.0...v0.7.1](https://github.com/dry-rb/dry-core/compare/v0.7.0...v0.7.1)
    [#]# 0.7.0 2021-07-08
    [#]## Fixed
    - [memoizable] warnings when using keyword arguments (@flash-gordon)
    - [deprecations] warnings show more relevant information about caller by default (@timriley)
    [#]## Changed
    - Minimal Ruby version is 2.6
    - [memoizable] memoization of block-accepting methods is deprecated (@flash-gordon)
    [Compare v0.6.0...v0.7.0](https://github.com/dry-rb/dry-core/compare/v0.6.0...v0.7.0)
* Thu Jun 24 2021 Stephan Kulow <coolo@suse.com>
  updated to version 0.6.0
    see installed CHANGELOG.md
* Wed Jan 20 2021 Stephan Kulow <coolo@suse.com>
  updated to version 0.5.0
    see installed CHANGELOG.md
* Wed Jul 01 2020 Stephan Kulow <coolo@suse.com>
  - initial package (version 0.4.9)

Files

/usr/lib/ruby/gems/3.3.0/build_info
/usr/lib/ruby/gems/3.3.0/cache/dry-core-1.0.0.gem
/usr/lib/ruby/gems/3.3.0/gems/dry-core-1.0.0
/usr/lib/ruby/gems/3.3.0/gems/dry-core-1.0.0/CHANGELOG.md
/usr/lib/ruby/gems/3.3.0/gems/dry-core-1.0.0/LICENSE
/usr/lib/ruby/gems/3.3.0/gems/dry-core-1.0.0/README.md
/usr/lib/ruby/gems/3.3.0/gems/dry-core-1.0.0/dry-core.gemspec
/usr/lib/ruby/gems/3.3.0/gems/dry-core-1.0.0/lib
/usr/lib/ruby/gems/3.3.0/gems/dry-core-1.0.0/lib/dry
/usr/lib/ruby/gems/3.3.0/gems/dry-core-1.0.0/lib/dry-core.rb
/usr/lib/ruby/gems/3.3.0/gems/dry-core-1.0.0/lib/dry/core
/usr/lib/ruby/gems/3.3.0/gems/dry-core-1.0.0/lib/dry/core.rb
/usr/lib/ruby/gems/3.3.0/gems/dry-core-1.0.0/lib/dry/core/basic_object.rb
/usr/lib/ruby/gems/3.3.0/gems/dry-core-1.0.0/lib/dry/core/cache.rb
/usr/lib/ruby/gems/3.3.0/gems/dry-core-1.0.0/lib/dry/core/class_attributes.rb
/usr/lib/ruby/gems/3.3.0/gems/dry-core-1.0.0/lib/dry/core/class_builder.rb
/usr/lib/ruby/gems/3.3.0/gems/dry-core-1.0.0/lib/dry/core/constants.rb
/usr/lib/ruby/gems/3.3.0/gems/dry-core-1.0.0/lib/dry/core/container
/usr/lib/ruby/gems/3.3.0/gems/dry-core-1.0.0/lib/dry/core/container.rb
/usr/lib/ruby/gems/3.3.0/gems/dry-core-1.0.0/lib/dry/core/container/config.rb
/usr/lib/ruby/gems/3.3.0/gems/dry-core-1.0.0/lib/dry/core/container/configuration.rb
/usr/lib/ruby/gems/3.3.0/gems/dry-core-1.0.0/lib/dry/core/container/item
/usr/lib/ruby/gems/3.3.0/gems/dry-core-1.0.0/lib/dry/core/container/item.rb
/usr/lib/ruby/gems/3.3.0/gems/dry-core-1.0.0/lib/dry/core/container/item/callable.rb
/usr/lib/ruby/gems/3.3.0/gems/dry-core-1.0.0/lib/dry/core/container/item/factory.rb
/usr/lib/ruby/gems/3.3.0/gems/dry-core-1.0.0/lib/dry/core/container/item/memoizable.rb
/usr/lib/ruby/gems/3.3.0/gems/dry-core-1.0.0/lib/dry/core/container/mixin.rb
/usr/lib/ruby/gems/3.3.0/gems/dry-core-1.0.0/lib/dry/core/container/namespace.rb
/usr/lib/ruby/gems/3.3.0/gems/dry-core-1.0.0/lib/dry/core/container/namespace_dsl.rb
/usr/lib/ruby/gems/3.3.0/gems/dry-core-1.0.0/lib/dry/core/container/registry.rb
/usr/lib/ruby/gems/3.3.0/gems/dry-core-1.0.0/lib/dry/core/container/resolver.rb
/usr/lib/ruby/gems/3.3.0/gems/dry-core-1.0.0/lib/dry/core/container/stub.rb
/usr/lib/ruby/gems/3.3.0/gems/dry-core-1.0.0/lib/dry/core/deprecations.rb
/usr/lib/ruby/gems/3.3.0/gems/dry-core-1.0.0/lib/dry/core/descendants_tracker.rb
/usr/lib/ruby/gems/3.3.0/gems/dry-core-1.0.0/lib/dry/core/equalizer.rb
/usr/lib/ruby/gems/3.3.0/gems/dry-core-1.0.0/lib/dry/core/errors.rb
/usr/lib/ruby/gems/3.3.0/gems/dry-core-1.0.0/lib/dry/core/extensions.rb
/usr/lib/ruby/gems/3.3.0/gems/dry-core-1.0.0/lib/dry/core/inflector.rb
/usr/lib/ruby/gems/3.3.0/gems/dry-core-1.0.0/lib/dry/core/memoizable.rb
/usr/lib/ruby/gems/3.3.0/gems/dry-core-1.0.0/lib/dry/core/version.rb
/usr/lib/ruby/gems/3.3.0/specifications/dry-core-1.0.0.gemspec
/usr/share/doc/packages/ruby3.3-rubygem-dry-core
/usr/share/doc/packages/ruby3.3-rubygem-dry-core/CHANGELOG.md
/usr/share/doc/packages/ruby3.3-rubygem-dry-core/LICENSE
/usr/share/doc/packages/ruby3.3-rubygem-dry-core/README.md


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Apr 27 00:31:59 2024