Hello community,

here is the log from the commit of package rubygem-hoe for openSUSE:Factory 
checked in at 2017-12-22 12:18:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-hoe (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-hoe.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-hoe"

Fri Dec 22 12:18:19 2017 rev:40 rq:554629 version:3.16.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-hoe/rubygem-hoe.changes  2017-09-26 
21:13:36.709234952 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-hoe.new/rubygem-hoe.changes     
2017-12-22 12:18:22.351503722 +0100
@@ -1,0 +2,13 @@
+Sun Dec  3 19:21:06 UTC 2017 - co...@suse.com
+
+- updated to version 3.16.2
+ see installed History.rdoc
+
+  === 3.16.2 / 2017-11-21
+  
+  * 2 bug fixes:
+  
+    * Make missing history/readme situations more resilient and informative. 
(kemonomachi)
+    * Make missing urls value just warn.
+
+-------------------------------------------------------------------

Old:
----
  hoe-3.16.1.gem

New:
----
  hoe-3.16.2.gem

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

Other differences:
------------------
++++++ rubygem-hoe.spec ++++++
--- /var/tmp/diff_new_pack.McCGdm/_old  2017-12-22 12:18:23.051469592 +0100
+++ /var/tmp/diff_new_pack.McCGdm/_new  2017-12-22 12:18:23.055469397 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:           rubygem-hoe
-Version:        3.16.1
+Version:        3.16.2
 Release:        0
 %define mod_name hoe
 %define mod_full_name %{mod_name}-%{version}
@@ -35,7 +35,7 @@
 BuildRequires:  ruby-macros >= 5
 BuildRequires:  update-alternatives
 Url:            http://www.zenspider.com/projects/hoe.html
-Source:         http://rubygems.org/gems/%{mod_full_name}.gem
+Source:         https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:        gem2rpm.yml
 Summary:        Hoe is a rake/rubygems helper for project Rakefiles
 License:        MIT

++++++ hoe-3.16.1.gem -> hoe-3.16.2.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/History.rdoc new/History.rdoc
--- old/History.rdoc    2017-07-18 00:43:25.000000000 +0200
+++ new/History.rdoc    2017-11-21 22:11:10.000000000 +0100
@@ -1,3 +1,10 @@
+=== 3.16.2 / 2017-11-21
+
+* 2 bug fixes:
+
+  * Make missing history/readme situations more resilient and informative. 
(kemonomachi)
+  * Make missing urls value just warn.
+
 === 3.16.1 / 2017-07-17
 
 * 2 bug fixes:
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
Binary files old/checksums.yaml.gz.sig and new/checksums.yaml.gz.sig differ
Binary files old/data.tar.gz.sig and new/data.tar.gz.sig differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/hoe.rb new/lib/hoe.rb
--- old/lib/hoe.rb      2017-07-18 00:43:25.000000000 +0200
+++ new/lib/hoe.rb      2017-11-21 22:11:10.000000000 +0100
@@ -91,7 +91,7 @@
   include Rake::DSL if defined?(Rake::DSL)
 
   # duh
-  VERSION = "3.16.1"
+  VERSION = "3.16.2"
 
   @@plugins = [:clean, :debug, :deps, :flay, :flog, :newb, :package,
                :publish, :gemcutter, :signing, :test]
@@ -527,7 +527,7 @@
                                when Array then
                                  urls.first
                                else
-                                 raise "unknown urls format: #{urls.inspect}"
+                                 warn "** Unknown urls format: #{urls.inspect}"
                                end
       s.description          = description
       s.files                = manifest
@@ -647,8 +647,8 @@
       self.history_file = manifest.grep(/^History\./).first
     end
 
-    self.history_file ||= Dir.glob("History.{txt,md}").first
-    self.readme_file  ||= Dir.glob("README.{txt,md}").first
+    self.history_file ||= Dir.glob("History.{txt,md}").first || "History.txt"
+    self.readme_file  ||= Dir.glob("README.{txt,md}").first || "README.txt"
 
     abort "Hoe.new {...} removed. Switch to Hoe.spec." if block_given?
   end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2017-07-18 00:43:25.000000000 +0200
+++ new/metadata        2017-11-21 22:11:10.000000000 +0100
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: hoe
 version: !ruby/object:Gem::Version
-  version: 3.16.1
+  version: 3.16.2
 platform: ruby
 authors:
 - Ryan Davis
@@ -30,7 +30,7 @@
   E4oJcnPkJAr0rw504JGtlZtONZQblwmRJOIdXzolaE3NRGUzGVOUSptZppAKiavY
   fO6tdKQc/5RfA8oQEkg8hrxA5PQSz4TOFJGLpFvIapEk6tMruQ0bHgkhr9auXg==
   -----END CERTIFICATE-----
-date: 2017-07-17 00:00:00.000000000 Z
+date: 2017-11-21 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: rake
@@ -149,7 +149,7 @@
       version: '1.4'
 requirements: []
 rubyforge_project: 
-rubygems_version: 2.6.8
+rubygems_version: 2.6.13
 signing_key: 
 specification_version: 4
 summary: Hoe is a rake/rubygems helper for project Rakefiles
Binary files old/metadata.gz.sig and new/metadata.gz.sig differ


Reply via email to