Hello community,

here is the log from the commit of package rubygem-daemons for openSUSE:Factory 
checked in at 2018-01-02 16:35:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-daemons (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-daemons.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-daemons"

Tue Jan  2 16:35:58 2018 rev:13 rq:561141 version:1.2.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-daemons/rubygem-daemons.changes  
2017-10-23 16:53:35.247854615 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-daemons.new/rubygem-daemons.changes     
2018-01-02 16:36:00.759967396 +0100
@@ -1,0 +2,9 @@
+Tue Jan  2 09:22:12 UTC 2018 - [email protected]
+
+- Updated to version 1.2.6
+
+  == Release 1.2.6: December 24, 2017
+
+  * Add links to rubydoc.info documentation.
+
+-------------------------------------------------------------------

Old:
----
  daemons-1.2.5.gem

New:
----
  daemons-1.2.6.gem

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

Other differences:
------------------
++++++ rubygem-daemons.spec ++++++
--- /var/tmp/diff_new_pack.5elfTi/_old  2018-01-02 16:36:01.511716706 +0100
+++ /var/tmp/diff_new_pack.5elfTi/_new  2018-01-02 16:36:01.515715374 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-daemons
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:           rubygem-daemons
-Version:        1.2.5
+Version:        1.2.6
 Release:        0
 %define mod_name daemons
 %define mod_full_name %{mod_name}-%{version}

++++++ daemons-1.2.5.gem -> daemons-1.2.6.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md       2017-10-22 19:12:58.000000000 +0200
+++ new/README.md       2017-12-24 13:54:50.000000000 +0100
@@ -201,6 +201,11 @@
 Daemons.run('myserver.rb', { show_status_callback: :custom_show_status })
 ```
 
+Documenation
+-------------------
+
+Documentation can be found at http://www.rubydoc.info/gems/daemons.
+
 Author
 ------
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Releases new/Releases
--- old/Releases        2017-10-22 19:12:58.000000000 +0200
+++ new/Releases        2017-12-24 13:54:50.000000000 +0100
@@ -1,5 +1,9 @@
 = Daemons Release History
 
+== Release 1.2.6: December 24, 2017
+
+* Add links to rubydoc.info documentation.
+
 == Release 1.2.5: October 22, 2017
 
 * In Application#stop, call zap, not cleanup on the pidfile (thanks to 
wevanscfi)
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/daemons/version.rb new/lib/daemons/version.rb
--- old/lib/daemons/version.rb  2017-10-22 19:12:58.000000000 +0200
+++ new/lib/daemons/version.rb  2017-12-24 13:54:50.000000000 +0100
@@ -1,3 +1,3 @@
 module Daemons
-  VERSION = '1.2.5'
+  VERSION = '1.2.6'
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2017-10-22 19:12:58.000000000 +0200
+++ new/metadata        2017-12-24 13:54:50.000000000 +0100
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: daemons
 version: !ruby/object:Gem::Version
-  version: 1.2.5
+  version: 1.2.6
 platform: ruby
 authors:
 - Thomas Uehlinger
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2017-10-22 00:00:00.000000000 Z
+date: 2017-12-24 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: rake
@@ -130,7 +130,8 @@
 homepage: https://github.com/thuehlinger/daemons
 licenses:
 - MIT
-metadata: {}
+metadata:
+  documentation_uri: http://www.rubydoc.info/gems/daemons
 post_install_message: 
 rdoc_options: []
 require_paths:


Reply via email to