Hello community,
here is the log from the commit of package rubygem-simplecov-html for
openSUSE:Factory checked in at 2017-08-16 16:18:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-simplecov-html (Old)
and /work/SRC/openSUSE:Factory/.rubygem-simplecov-html.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-simplecov-html"
Wed Aug 16 16:18:50 2017 rev:13 rq:516946 version:0.10.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/rubygem-simplecov-html/rubygem-simplecov-html.changes
2017-06-08 15:00:29.384306229 +0200
+++
/work/SRC/openSUSE:Factory/.rubygem-simplecov-html.new/rubygem-simplecov-html.changes
2017-08-16 16:18:55.869441475 +0200
@@ -1,0 +2,9 @@
+Mon Aug 14 06:45:19 UTC 2017 - [email protected]
+
+- updated to version 0.10.2
+
+ ## Bugfixes
+
+ * Allow usage with frozen-string-literal-enabled. See
[#56](https://github.com/colszowka/simplecov-html/pull/56) (thanks @pat)
+
+-------------------------------------------------------------------
Old:
----
simplecov-html-0.10.1.gem
New:
----
simplecov-html-0.10.2.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-simplecov-html.spec ++++++
--- /var/tmp/diff_new_pack.v55DV0/_old 2017-08-16 16:18:57.341234882 +0200
+++ /var/tmp/diff_new_pack.v55DV0/_new 2017-08-16 16:18:57.357232636 +0200
@@ -24,7 +24,7 @@
#
Name: rubygem-simplecov-html
-Version: 0.10.1
+Version: 0.10.2
Release: 0
%define mod_name simplecov-html
%define mod_full_name %{mod_name}-%{version}
@@ -33,7 +33,7 @@
BuildRequires: %{rubygem gem2rpm}
BuildRequires: ruby-macros >= 5
Url: https://github.com/colszowka/simplecov-html
-Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source: https://rubygems.org/gems/%{mod_full_name}.gem
Source1: gem2rpm.yml
Summary: Default HTML formatter for SimpleCov code coverage tool for
ruby 1.9+
License: MIT
++++++ simplecov-html-0.10.1.gem -> simplecov-html-0.10.2.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2017-05-17 21:10:04.000000000 +0200
+++ new/.travis.yml 2017-08-14 07:37:10.000000000 +0200
@@ -19,6 +19,7 @@
- ruby-head
- jruby
- rbx-2
+ - jruby-9.1.12.0
matrix:
allow_failures:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md 2017-05-17 21:10:04.000000000 +0200
+++ new/CHANGELOG.md 2017-08-14 07:37:10.000000000 +0200
@@ -1,3 +1,10 @@
+0.10.2 2017-08-14
+========
+
+## Bugfixes
+
+* Allow usage with frozen-string-literal-enabled. See
[#56](https://github.com/colszowka/simplecov-html/pull/56) (thanks @pat)
+
0.10.1 2017-05-17
========
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lib/simplecov-html/version.rb
new/lib/simplecov-html/version.rb
--- old/lib/simplecov-html/version.rb 2017-05-17 21:10:04.000000000 +0200
+++ new/lib/simplecov-html/version.rb 2017-08-14 07:37:10.000000000 +0200
@@ -1,27 +1,7 @@
module SimpleCov
module Formatter
class HTMLFormatter
- VERSION = "0.10.1"
-
- def VERSION.to_a
- split(".").map(&:to_i)
- end
-
- def VERSION.major
- to_a[0]
- end
-
- def VERSION.minor
- to_a[1]
- end
-
- def VERSION.patch
- to_a[2]
- end
-
- def VERSION.pre
- to_a[3]
- end
+ VERSION = "0.10.2".freeze
end
end
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata 2017-05-17 21:10:04.000000000 +0200
+++ new/metadata 2017-08-14 07:37:10.000000000 +0200
@@ -1,24 +1,24 @@
--- !ruby/object:Gem::Specification
name: simplecov-html
version: !ruby/object:Gem::Version
- version: 0.10.1
+ version: 0.10.2
platform: ruby
authors:
- Christoph Olszowka
-autorequire:
+autorequire:
bindir: bin
cert_chain: []
-date: 2017-05-17 00:00:00.000000000 Z
+date: 2017-08-14 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
+ name: bundler
requirement: !ruby/object:Gem::Requirement
requirements:
- - "~>"
- !ruby/object:Gem::Version
version: '1.9'
- name: bundler
- prerelease: false
type: :development
+ prerelease: false
version_requirements: !ruby/object:Gem::Requirement
requirements:
- - "~>"
@@ -90,7 +90,7 @@
licenses:
- MIT
metadata: {}
-post_install_message:
+post_install_message:
rdoc_options: []
require_paths:
- lib
@@ -105,9 +105,9 @@
- !ruby/object:Gem::Version
version: '0'
requirements: []
-rubyforge_project:
-rubygems_version: 2.6.11
-signing_key:
+rubyforge_project:
+rubygems_version: 2.6.10
+signing_key:
specification_version: 4
summary: Default HTML formatter for SimpleCov code coverage tool for ruby 1.9+
test_files: []