Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package rubygem-mustermann-grape for
openSUSE:Factory checked in at 2022-08-09 15:26:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-mustermann-grape (Old)
and /work/SRC/openSUSE:Factory/.rubygem-mustermann-grape.new.1521 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-mustermann-grape"
Tue Aug 9 15:26:43 2022 rev:3 rq:993500 version:1.0.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/rubygem-mustermann-grape/rubygem-mustermann-grape.changes
2020-03-07 21:39:12.440311398 +0100
+++
/work/SRC/openSUSE:Factory/.rubygem-mustermann-grape.new.1521/rubygem-mustermann-grape.changes
2022-08-09 15:26:58.657389504 +0200
@@ -1,0 +2,6 @@
+Thu Aug 4 13:19:44 UTC 2022 - Stephan Kulow <[email protected]>
+
+updated to version 1.0.2
+ no changelog found
+
+-------------------------------------------------------------------
Old:
----
mustermann-grape-1.0.1.gem
New:
----
mustermann-grape-1.0.2.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-mustermann-grape.spec ++++++
--- /var/tmp/diff_new_pack.w9eNYI/_old 2022-08-09 15:26:59.065390670 +0200
+++ /var/tmp/diff_new_pack.w9eNYI/_new 2022-08-09 15:26:59.069390681 +0200
@@ -1,7 +1,7 @@
#
# spec file for package rubygem-mustermann-grape
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# 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-mustermann-grape
-Version: 1.0.1
+Version: 1.0.2
Release: 0
%define mod_name mustermann-grape
%define mod_full_name %{mod_name}-%{version}
@@ -53,7 +53,7 @@
%install
%gem_install \
- --doc-files="README.md" \
+ --doc-files="LICENSE README.md" \
-f
%gem_packages
++++++ mustermann-grape-1.0.1.gem -> mustermann-grape-1.0.2.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/.github/workflows/tests.yml
new/.github/workflows/tests.yml
--- old/.github/workflows/tests.yml 1970-01-01 01:00:00.000000000 +0100
+++ new/.github/workflows/tests.yml 2022-05-03 15:20:31.000000000 +0200
@@ -0,0 +1,23 @@
+name: tests
+on:
+ [push, pull_request]
+
+jobs:
+ test:
+
+ runs-on: ubuntu-latest
+
+ strategy:
+ matrix:
+ ruby-version: ['2.5', '2.6', '2.7']
+
+ steps:
+ - uses: actions/checkout@v3
+ - name: Set up Ruby ${{ matrix.ruby-version }}
+ uses: ruby/setup-ruby@v1
+ with:
+ ruby-version: ${{ matrix.ruby-version }}
+ bundler-cache: true
+ - name: Run tests
+ run: bundle exec rake
+
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore 1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore 2022-05-03 15:20:31.000000000 +0200
@@ -0,0 +1,2 @@
+pkg
+Gemfile.lock
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2020-01-09 21:24:08.000000000 +0100
+++ new/.travis.yml 1970-01-01 01:00:00.000000000 +0100
@@ -1,8 +0,0 @@
-language: ruby
-
-rvm:
- - 2.5
- - 2.6
- - 2.7
-
-cache: bundler
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Gemfile.lock new/Gemfile.lock
--- old/Gemfile.lock 2020-01-09 21:24:08.000000000 +0100
+++ new/Gemfile.lock 1970-01-01 01:00:00.000000000 +0100
@@ -1,98 +0,0 @@
-GIT
- remote: https://github.com/sinatra/mustermann.git
- revision: db86e25f786c717dbe937d862a5ba0d35a58797b
- specs:
- mustermann (1.1.0)
- ruby2_keywords (~> 0.0.1)
- support (0.0.1)
- addressable
- coveralls
- rack-test
- rake
- redcarpet
- rspec
- rspec-its
- simplecov
- sinatra (~> 1.4)
- tool (~> 0.2)
- yard
-
-PATH
- remote: .
- specs:
- mustermann-grape (1.0.1)
- mustermann (>= 1.0.0)
-
-GEM
- remote: https://rubygems.org/
- specs:
- addressable (2.7.0)
- public_suffix (>= 2.0.2, < 5.0)
- coveralls (0.7.2)
- multi_json (~> 1.3)
- rest-client (= 1.6.7)
- simplecov (>= 0.7)
- term-ansicolor (= 1.2.2)
- thor (= 0.18.1)
- diff-lcs (1.3)
- docile (1.3.2)
- json (2.3.0)
- mime-types (3.3.1)
- mime-types-data (~> 3.2015)
- mime-types-data (3.2019.1009)
- multi_json (1.14.1)
- public_suffix (4.0.2)
- rack (1.6.12)
- rack-protection (1.5.5)
- rack
- rack-test (1.1.0)
- rack (>= 1.0, < 3)
- rake (13.0.1)
- redcarpet (3.5.0)
- rest-client (1.6.7)
- mime-types (>= 1.16)
- rspec (3.9.0)
- rspec-core (~> 3.9.0)
- rspec-expectations (~> 3.9.0)
- rspec-mocks (~> 3.9.0)
- rspec-core (3.9.1)
- rspec-support (~> 3.9.1)
- rspec-expectations (3.9.0)
- diff-lcs (>= 1.2.0, < 2.0)
- rspec-support (~> 3.9.0)
- rspec-its (1.3.0)
- rspec-core (>= 3.0.0)
- rspec-expectations (>= 3.0.0)
- rspec-mocks (3.9.0)
- diff-lcs (>= 1.2.0, < 2.0)
- rspec-support (~> 3.9.0)
- rspec-support (3.9.2)
- ruby2_keywords (0.0.1)
- simplecov (0.17.1)
- docile (~> 1.1)
- json (>= 1.8, < 3)
- simplecov-html (~> 0.10.0)
- simplecov-html (0.10.2)
- sinatra (1.4.8)
- rack (~> 1.5)
- rack-protection (~> 1.4)
- tilt (>= 1.3, < 3)
- term-ansicolor (1.2.2)
- tins (~> 0.8)
- thor (0.18.1)
- tilt (2.0.10)
- tins (0.13.2)
- tool (0.2.3)
- yard (0.9.20)
-
-PLATFORMS
- ruby
-
-DEPENDENCIES
- mustermann-grape!
- rake
- rspec-core
- support!
-
-BUNDLED WITH
- 2.1.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/LICENSE new/LICENSE
--- old/LICENSE 1970-01-01 01:00:00.000000000 +0100
+++ new/LICENSE 2022-05-03 15:20:31.000000000 +0200
@@ -0,0 +1,20 @@
+Copyright Mustermann-Grape Contributors
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md 2020-01-09 21:24:08.000000000 +0100
+++ new/README.md 2022-05-03 15:20:31.000000000 +0200
@@ -2,7 +2,7 @@
This gem implements the `grape` pattern type for Mustermann.
-[](https://travis-ci.org/ruby-grape/mustermann-grape)
+[](https://github.com/ruby-grape/mustermann-grape/actions?query=workflow%3Atests)
## Overview
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lib/mustermann/grape/version.rb
new/lib/mustermann/grape/version.rb
--- old/lib/mustermann/grape/version.rb 2020-01-09 21:24:08.000000000 +0100
+++ new/lib/mustermann/grape/version.rb 2022-05-03 15:20:31.000000000 +0200
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module MustermannGrape
- VERSION = '1.0.1'
+ VERSION = '1.0.2'
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata 2020-01-09 21:24:08.000000000 +0100
+++ new/metadata 2022-05-03 15:20:31.000000000 +0200
@@ -1,16 +1,16 @@
--- !ruby/object:Gem::Specification
name: mustermann-grape
version: !ruby/object:Gem::Version
- version: 1.0.1
+ version: 1.0.2
platform: ruby
authors:
- namusyaka
- Konstantin Haase
- Daniel Doubrovkine
-autorequire:
+autorequire:
bindir: bin
cert_chain: []
-date: 2020-01-09 00:00:00.000000000 Z
+date: 2022-05-03 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
name: mustermann
@@ -32,9 +32,10 @@
extensions: []
extra_rdoc_files: []
files:
-- ".travis.yml"
+- ".github/workflows/tests.yml"
+- ".gitignore"
- Gemfile
-- Gemfile.lock
+- LICENSE
- README.md
- Rakefile
- lib/mustermann/grape.rb
@@ -46,7 +47,7 @@
licenses:
- MIT
metadata: {}
-post_install_message:
+post_install_message:
rdoc_options: []
require_paths:
- lib
@@ -61,8 +62,8 @@
- !ruby/object:Gem::Version
version: '0'
requirements: []
-rubygems_version: 3.0.4
-signing_key:
+rubygems_version: 3.1.3
+signing_key:
specification_version: 4
summary: Grape syntax for Mustermann
test_files: