Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rubygem-dry-container for 
openSUSE:Factory checked in at 2022-10-12 18:25:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-dry-container (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-dry-container.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-dry-container"

Wed Oct 12 18:25:16 2022 rev:5 rq:1010073 version:0.11.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/rubygem-dry-container/rubygem-dry-container.changes  
    2022-08-09 15:26:36.205325353 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-dry-container.new.2275/rubygem-dry-container.changes
    2022-10-12 18:27:06.374008794 +0200
@@ -1,0 +2,16 @@
+Mon Oct 10 13:03:22 UTC 2022 - Stephan Kulow <co...@suse.com>
+
+updated to version 0.11.0
+ see installed CHANGELOG.md
+
+  ## 0.11.0 2022-09-16
+  
+  
+  ### Changed
+  
+  - dry-configurable will be used whenever it is in the $LOAD_PATH (see 
dry-rb/dry-system#247 for more context) (@solnic)
+  
+  [Compare 
v0.10.1...v0.11.0](https://github.com/dry-rb/dry-container/compare/v0.10.1...v0.11.0)
+  
+
+-------------------------------------------------------------------

Old:
----
  dry-container-0.10.1.gem

New:
----
  dry-container-0.11.0.gem

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rubygem-dry-container.spec ++++++
--- /var/tmp/diff_new_pack.HyApEa/_old  2022-10-12 18:27:06.746009613 +0200
+++ /var/tmp/diff_new_pack.HyApEa/_new  2022-10-12 18:27:06.750009622 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:           rubygem-dry-container
-Version:        0.10.1
+Version:        0.11.0
 Release:        0
 %define mod_name dry-container
 %define mod_full_name %{mod_name}-%{version}

++++++ dry-container-0.10.1.gem -> dry-container-0.11.0.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md    2022-07-29 08:27:23.000000000 +0200
+++ new/CHANGELOG.md    2022-09-16 10:47:54.000000000 +0200
@@ -1,5 +1,14 @@
 <!--- DO NOT EDIT THIS FILE - IT'S AUTOMATICALLY GENERATED VIA DEVTOOLS --->
 
+## 0.11.0 2022-09-16
+
+
+### Changed
+
+- dry-configurable will be used whenever it is in the $LOAD_PATH (see 
dry-rb/dry-system#247 for more context) (@solnic)
+
+[Compare 
v0.10.1...v0.11.0](https://github.com/dry-rb/dry-container/compare/v0.10.1...v0.11.0)
+
 ## 0.10.1 2022-07-29
 
 
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/dry/container/mixin.rb 
new/lib/dry/container/mixin.rb
--- old/lib/dry/container/mixin.rb      2022-07-29 08:27:23.000000000 +0200
+++ new/lib/dry/container/mixin.rb      2022-09-16 10:47:54.000000000 +0200
@@ -34,7 +34,9 @@
     # @api public
     module Configuration
       # Use dry/configurable if it's available
-      if defined?(Configurable)
+      begin
+        require "dry/configurable"
+
         # @api private
         def self.extended(klass)
           super
@@ -46,7 +48,7 @@
             setting :registry, default: Config::DEFAULT_REGISTRY
           end
         end
-      else
+      rescue LoadError
         # @api private
         def config
           @config ||= Config.new
@@ -87,6 +89,8 @@
     #   => 'item'
     #
     # @api public
+    #
+    # rubocop:disable Metrics/ModuleLength
     module Mixin
       # @private
       def self.extended(base)
@@ -344,6 +348,6 @@
         copy
       end
     end
-    # rubocop: enable Metrics/ModuleLength
+    # rubocop:enable Metrics/ModuleLength
   end
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/dry/container/version.rb 
new/lib/dry/container/version.rb
--- old/lib/dry/container/version.rb    2022-07-29 08:27:23.000000000 +0200
+++ new/lib/dry/container/version.rb    2022-09-16 10:47:54.000000000 +0200
@@ -3,6 +3,6 @@
 module Dry
   class Container
     # @api public
-    VERSION = "0.10.1"
+    VERSION = "0.11.0"
   end
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2022-07-29 08:27:23.000000000 +0200
+++ new/metadata        2022-09-16 10:47:54.000000000 +0200
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: dry-container
 version: !ruby/object:Gem::Version
-  version: 0.10.1
+  version: 0.11.0
 platform: ruby
 authors:
 - Andy Holland
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2022-07-29 00:00:00.000000000 Z
+date: 2022-09-16 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: concurrent-ruby

Reply via email to