commit rubygem-simplecov-html for openSUSE:Factory

2020-10-05 Thread root
Hello community,

here is the log from the commit of package rubygem-simplecov-html for 
openSUSE:Factory checked in at 2020-10-05 19:33:49

Comparing /work/SRC/openSUSE:Factory/rubygem-simplecov-html (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-simplecov-html.new.4249 (New)


Package is "rubygem-simplecov-html"

Mon Oct  5 19:33:49 2020 rev:16 rq:838081 version:0.12.3

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-simplecov-html/rubygem-simplecov-html.changes
2020-05-11 13:39:51.128928711 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-simplecov-html.new.4249/rubygem-simplecov-html.changes
  2020-10-05 19:33:50.909242590 +0200
@@ -1,0 +2,13 @@
+Fri Sep 25 14:57:11 UTC 2020 - Stephan Kulow 
+
+updated to version 0.12.3
+ see installed CHANGELOG.md
+
+  0.12.3 (2020-09-23)
+  ==
+  
+  ## Bugfixes
+  * Relax ruby version requirement to work with Ruby 3.0 (next version, 
current `ruby-head`). Thanks [@byroot](https://github.com/byroot).
+  
+
+---

Old:

  simplecov-html-0.12.2.gem

New:

  simplecov-html-0.12.3.gem



Other differences:
--
++ rubygem-simplecov-html.spec ++
--- /var/tmp/diff_new_pack.ovlrI8/_old  2020-10-05 19:33:51.421243090 +0200
+++ /var/tmp/diff_new_pack.ovlrI8/_new  2020-10-05 19:33:51.425243094 +0200
@@ -24,16 +24,15 @@
 #
 
 Name:   rubygem-simplecov-html
-Version:0.12.2
+Version:0.12.3
 Release:0
 %define mod_name simplecov-html
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  %{ruby < 3}
-BuildRequires:  %{ruby => 2.4}
+BuildRequires:  %{ruby >= 2.4}
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  ruby-macros >= 5
-URL:https://github.com/colszowka/simplecov-html
+URL:https://github.com/simplecov-ruby/simplecov-html
 Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
 Summary:Default HTML formatter for SimpleCov code coverage tool for 
ruby 2.4+

++ simplecov-html-0.12.2.gem -> simplecov-html-0.12.3.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.tool-versions new/.tool-versions
--- old/.tool-versions  2020-02-27 09:46:35.0 +0100
+++ new/.tool-versions  2020-09-23 19:05:27.0 +0200
@@ -1 +1 @@
-ruby 2.6.5
+ruby 2.7.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2020-02-27 09:46:35.0 +0100
+++ new/.travis.yml 2020-09-23 19:05:27.0 +0200
@@ -7,7 +7,6 @@
 
 matrix:
   include:
-- rvm: 2.4.9
 - rvm: 2.5.7
 - rvm: 2.6.5
 - rvm: 2.7.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2020-02-27 09:46:35.0 +0100
+++ new/CHANGELOG.md2020-09-23 19:05:27.0 +0200
@@ -1,8 +1,14 @@
+0.12.3 (2020-09-23)
+==
+
+## Bugfixes
+* Relax ruby version requirement to work with Ruby 3.0 (next version, current 
`ruby-head`). Thanks [@byroot](https://github.com/byroot).
+
 0.12.2 (2020-02-27)
 ==
 
 ## Bugfixes
-* Refreshing the page while a source file is open works again. Thanks 
[@HansBug](https://github.com/HansBug) for the report 
[#94](https://github.com/colszowka/simplecov-html/issues/94) and 
[@Tietew](https://github.com/Tietew) for the fix!
+* Refreshing the page while a source file is open works again. Thanks 
[@HansBug](https://github.com/HansBug) for the report 
[#94](https://github.com/simplecov-ruby/simplecov-html/issues/94) and 
[@Tietew](https://github.com/Tietew) for the fix!
 
 0.12.1 (2020-02-23)
 ==
@@ -65,11 +71,11 @@
 
 ## Bugfixes
 
-* Allow usage with frozen-string-literal-enabled. See 
[#56](https://github.com/colszowka/simplecov-html/pull/56) (thanks @pat)
+* Allow usage with frozen-string-literal-enabled. See 
[#56](https://github.com/simplecov-ruby/simplecov-html/pull/56) (thanks @pat)
 
 0.10.1 (2017-05-17)
 
 
 ## Bugfixes
 
-* circumvent a regression that happens in the new JRuby 9.1.9.0 release. See 
[#53](https://github.com/colszowka/simplecov-html/pull/53) thanks @koic
+* circumvent a regression that happens in the new JRuby 9.1.9.0 release. See 
[#53](https://github.com/simplecov-ruby/simplecov-html/pull/53) thanks @koic
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gemfile new/Gemfile
--- old/Gemfile 2020-02-27 09:46:35.0 +0100
+++ new/Gemfile 2020-09-23 19:05:27.0 +0200
@@ -6,12 +6,9 @@
 
 gem "rake", ">= 11"
 

commit rubygem-simplecov-html for openSUSE:Factory

2020-05-11 Thread root
Hello community,

here is the log from the commit of package rubygem-simplecov-html for 
openSUSE:Factory checked in at 2020-05-11 13:39:50

Comparing /work/SRC/openSUSE:Factory/rubygem-simplecov-html (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-simplecov-html.new.2738 (New)


Package is "rubygem-simplecov-html"

Mon May 11 13:39:50 2020 rev:15 rq:802376 version:0.12.2

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-simplecov-html/rubygem-simplecov-html.changes
2020-03-07 21:40:10.688350728 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-simplecov-html.new.2738/rubygem-simplecov-html.changes
  2020-05-11 13:39:51.128928711 +0200
@@ -1,0 +2,38 @@
+Thu May  7 21:31:53 UTC 2020 - Stephan Kulow 
+
+- updated to version 0.12.2
+ see installed CHANGELOG.md
+
+  0.12.2 (2020-02-27)
+  ==
+  
+  ## Bugfixes
+  * Refreshing the page while a source file is open works again. Thanks 
[@HansBug](https://github.com/HansBug) for the report 
[#94](https://github.com/colszowka/simplecov-html/issues/94) and 
[@Tietew](https://github.com/Tietew) for the fix!
+  
+  0.12.1 (2020-02-23)
+  ==
+  
+  Bugfix release to fix huge bugs that sadly test suit and maintainters didn't 
catch.
+  
+  ## Bugfixes
+  * Disable pagination and with it all files on 2nd page+ being broken/not 
able to open
+  * Fix display of non ASCII characters, for this you have to upgrade to 
simplecov 0.18.3 though (it's handled in there)
+  
+  0.12.0 (2020-02-12)
+  ==
+  
+  This release is basically a collection of long standing PRs finally merged.
+  Yes it looks different, no it's not a redesign - just a side effect of lots 
of dependency updates to improve CSP compatibility.
+  
+  ## Enhancements
+  * The HTML should now be servable with CSP settings of `default-src 'none'; 
script-src 'self'; img-src 'self'; style-src 'self';`
+  * File list is horizontally scrollable if the space doesn't suffice
+  * numbers are now right aligned and displayed with the same number of 
decimals for easier comparison and reading.
+  
+  ## Bugfixes
+  * Make sorting icons appear again
+  * close link tag which could cause problems when parsing as xhtml/xml
+  * make sure encoding errors won't crash the formatter
+  * When viewing a short source file while you have a big file list you will 
no longer be able to scroll on after the source file has ended
+
+---

Old:

  simplecov-html-0.11.0.gem

New:

  simplecov-html-0.12.2.gem



Other differences:
--
++ rubygem-simplecov-html.spec ++
--- /var/tmp/diff_new_pack.iaWxR0/_old  2020-05-11 13:39:52.676931956 +0200
+++ /var/tmp/diff_new_pack.iaWxR0/_new  2020-05-11 13:39:52.676931956 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-simplecov-html
-Version:0.11.0
+Version:0.12.2
 Release:0
 %define mod_name simplecov-html
 %define mod_full_name %{mod_name}-%{version}

++ simplecov-html-0.11.0.gem -> simplecov-html-0.12.2.gem ++
 31948 lines of diff (skipped)




commit rubygem-simplecov-html for openSUSE:Factory

2020-03-07 Thread root
Hello community,

here is the log from the commit of package rubygem-simplecov-html for 
openSUSE:Factory checked in at 2020-03-07 21:40:06

Comparing /work/SRC/openSUSE:Factory/rubygem-simplecov-html (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-simplecov-html.new.26092 (New)


Package is "rubygem-simplecov-html"

Sat Mar  7 21:40:06 2020 rev:14 rq:773851 version:0.11.0

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-simplecov-html/rubygem-simplecov-html.changes
2017-08-16 16:18:55.869441475 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-simplecov-html.new.26092/rubygem-simplecov-html.changes
 2020-03-07 21:40:10.688350728 +0100
@@ -1,0 +2,6 @@
+Mon Feb 10 15:50:02 UTC 2020 - Stephan Kulow 
+
+- updated to version 0.11.0
+ see installed CHANGELOG.md
+
+---

Old:

  simplecov-html-0.10.2.gem

New:

  simplecov-html-0.11.0.gem



Other differences:
--
++ rubygem-simplecov-html.spec ++
--- /var/tmp/diff_new_pack.rDwgVe/_old  2020-03-07 21:40:11.840351506 +0100
+++ /var/tmp/diff_new_pack.rDwgVe/_new  2020-03-07 21:40:11.840351506 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-simplecov-html
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -24,23 +24,24 @@
 #
 
 Name:   rubygem-simplecov-html
-Version:0.10.2
+Version:0.11.0
 Release:0
 %define mod_name simplecov-html
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  %{ruby >= 1.8.7}
+BuildRequires:  %{ruby < 3}
+BuildRequires:  %{ruby => 2.4}
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  ruby-macros >= 5
-Url:https://github.com/colszowka/simplecov-html
+URL:https://github.com/colszowka/simplecov-html
 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+
+Summary:Default HTML formatter for SimpleCov code coverage tool for 
ruby 2.4+
 License:MIT
 Group:  Development/Languages/Ruby
 
 %description
-Default HTML formatter for SimpleCov code coverage tool for ruby 1.9+.
+Default HTML formatter for SimpleCov code coverage tool for ruby 2.4+.
 
 %prep
 

++ simplecov-html-0.10.2.gem -> simplecov-html-0.11.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore  2017-08-14 07:37:10.0 +0200
+++ new/.gitignore  2020-01-28 13:40:39.0 +0100
@@ -1,6 +1,5 @@
 .rvmrc
 .bundle
-Gemfile.lock
 
 ## MAC OS
 .DS_Store
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.rubocop.yml new/.rubocop.yml
--- old/.rubocop.yml2017-08-14 07:37:10.0 +0200
+++ new/.rubocop.yml2020-01-28 13:40:39.0 +0100
@@ -1,7 +1,23 @@
+AllCops:
+  TargetRubyVersion: 2.6
+  DisplayCopNames: true
+
+Bundler/DuplicatedGem:
+  Enabled: false
+
+Gemspec/RequiredRubyVersion:
+  Enabled: false
+
+Layout/AccessModifierIndentation:
+  EnforcedStyle: outdent
+
+Layout/SpaceInsideHashLiteralBraces:
+  EnforcedStyle: no_space
+
 Metrics/BlockNesting:
   Max: 2
 
-Metrics/LineLength:
+Layout/LineLength:
   AllowURI: true
   Enabled: false
 
@@ -13,15 +29,17 @@
   Max: 4
   CountKeywordArgs: true
 
-Style/AccessModifierIndentation:
-  EnforcedStyle: outdent
+Naming/FileName:
+  Exclude:
+- "lib/simplecov-html.rb"
+- "test/test_simple_cov-html.rb"
 
 Style/CollectionMethods:
   PreferredMethods:
-map:  'collect'
-reduce:   'inject'
-find: 'detect'
-find_all: 'select'
+map: "collect"
+reduce: "inject"
+find: "detect"
+find_all: "select"
 
 Style/Documentation:
   Enabled: false
@@ -29,26 +47,33 @@
 Style/DoubleNegation:
   Enabled: false
 
-Style/FileName:
-  Exclude:
-- 'lib/simplecov-html.rb'
-- 'test/test_simple_cov-html.rb'
+Style/ExpandPathArguments:
+  Enabled: false
+
+Style/FrozenStringLiteralComment:
+  Enabled: true
 
 Style/HashSyntax:
   EnforcedStyle: hash_rockets
 
 Style/MutableConstant:
   Exclude:
-- 'lib/simplecov-html/version.rb'
+- "lib/simplecov-html/version.rb"
 

commit rubygem-simplecov-html for openSUSE:Factory

2017-08-16 Thread root
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 - mschnit...@suse.com
+
+- 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.0 +0200
+++ new/.travis.yml 2017-08-14 07:37:10.0 +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.md2017-05-17 21:10:04.0 +0200
+++ new/CHANGELOG.md2017-08-14 07:37:10.0 +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.0 +0200
+++ new/lib/simplecov-html/version.rb   2017-08-14 07:37:10.0 +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/metadata2017-05-17 21:10:04.0 +0200
+++ new/metadata2017-08-14 07:37:10.0 +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.0 Z
+date: 2017-08-14 00:00:00.0 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'
 

commit rubygem-simplecov-html for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package rubygem-simplecov-html for 
openSUSE:Factory checked in at 2017-06-08 15:00:28

Comparing /work/SRC/openSUSE:Factory/rubygem-simplecov-html (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-simplecov-html.new (New)


Package is "rubygem-simplecov-html"

Thu Jun  8 15:00:28 2017 rev:12 rq:497681 version:0.10.1

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-simplecov-html/rubygem-simplecov-html.changes
2015-04-25 11:25:45.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-simplecov-html.new/rubygem-simplecov-html.changes
   2017-06-08 15:00:29.384306229 +0200
@@ -1,0 +2,6 @@
+Tue May 23 10:21:41 UTC 2017 - co...@suse.com
+
+- updated to version 0.10.1
+  no changelog found
+
+---

Old:

  simplecov-html-0.10.0.gem

New:

  simplecov-html-0.10.1.gem



Other differences:
--
++ rubygem-simplecov-html.spec ++
--- /var/tmp/diff_new_pack.k9CYFK/_old  2017-06-08 15:00:30.520145926 +0200
+++ /var/tmp/diff_new_pack.k9CYFK/_new  2017-06-08 15:00:30.524145362 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-simplecov-html
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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-simplecov-html
-Version:0.10.0
+Version:0.10.1
 Release:0
 %define mod_name simplecov-html
 %define mod_full_name %{mod_name}-%{version}
@@ -48,7 +48,7 @@
 
 %install
 %gem_install \
-  --doc-files="LICENSE README.md" \
+  --doc-files="CHANGELOG.md LICENSE README.md" \
   -f
 
 %gem_packages

++ simplecov-html-0.10.0.gem -> simplecov-html-0.10.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.rubocop.yml new/.rubocop.yml
--- old/.rubocop.yml2015-04-18 19:10:19.0 +0200
+++ new/.rubocop.yml2017-05-17 21:10:04.0 +0200
@@ -37,6 +37,10 @@
 Style/HashSyntax:
   EnforcedStyle: hash_rockets
 
+Style/MutableConstant:
+  Exclude:
+- 'lib/simplecov-html/version.rb'
+
 Style/RegexpLiteral:
   Enabled: false
 
@@ -46,5 +50,5 @@
 Style/StringLiterals:
   EnforcedStyle: double_quotes
 
-Style/TrailingComma:
+Style/TrailingCommaInLiteral:
   EnforcedStyleForMultiline: 'comma'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2015-04-18 19:10:19.0 +0200
+++ new/.travis.yml 2017-05-17 21:10:04.0 +0200
@@ -15,6 +15,7 @@
   - 2.0.0
   - 2.1
   - 2.2
+  - 2.3.1
   - ruby-head
   - jruby
   - rbx-2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md1970-01-01 01:00:00.0 +0100
+++ new/CHANGELOG.md2017-05-17 21:10:04.0 +0200
@@ -0,0 +1,6 @@
+0.10.1 2017-05-17 
+
+
+## Bugfixes
+
+* circumvent a regression that happens in the new JRuby 9.1.9.0 release. See 
[#53](https://github.com/colszowka/simplecov-html/pull/53) thanks @koic
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gemfile new/Gemfile
--- old/Gemfile 2015-04-18 19:10:19.0 +0200
+++ new/Gemfile 2017-05-17 21:10:04.0 +0200
@@ -2,7 +2,11 @@
 
 gemspec
 
-gem "rake"
+if RUBY_VERSION == "1.8.7"
+  gem "rake", "~> 10.5"
+else
+  gem "rake", ">= 11"
+end
 
 # Use local copy of simplecov in development when checked out, fetch from git 
otherwise
 if File.directory?(File.dirname(__FILE__) + "/../simplecov")
@@ -11,8 +15,16 @@
   gem "simplecov", :git => "https://github.com/colszowka/simplecov;
 end
 
+platforms :ruby_18, :ruby_19 do
+  gem "json", "~> 1.8"
+end
+
+platforms :ruby_18, :ruby_19, :ruby_20, :ruby_21 do
+  gem "rack", "~> 1.6"
+end
+
 group :test do
-  gem "test-unit"
+  gem "minitest"
 end
 
 group :development do
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   2015-04-18 19:10:19.0 +0200
+++ new/lib/simplecov-html/version.rb   2017-05-17 21:10:04.0 +0200
@@ -1,7 +1,7 @@
 module SimpleCov
   module Formatter
 class HTMLFormatter
-  VERSION = "0.10.0"
+  VERSION = "0.10.1"
 
   def VERSION.to_a
 split(".").map(&:to_i)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit rubygem-simplecov-html for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package rubygem-simplecov-html for 
openSUSE:Factory checked in at 2015-04-25 09:53:05

Comparing /work/SRC/openSUSE:Factory/rubygem-simplecov-html (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-simplecov-html.new (New)


Package is rubygem-simplecov-html

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-simplecov-html/rubygem-simplecov-html.changes
2015-02-20 12:01:33.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-simplecov-html.new/rubygem-simplecov-html.changes
   2015-04-25 11:25:45.0 +0200
@@ -1,0 +2,6 @@
+Thu Apr 23 08:08:43 UTC 2015 - co...@suse.com
+
+- updated to version 0.10.0
+  no changelog found
+
+---

Old:

  simplecov-html-0.9.0.gem

New:

  simplecov-html-0.10.0.gem



Other differences:
--
++ rubygem-simplecov-html.spec ++
--- /var/tmp/diff_new_pack.d2YwMk/_old  2015-04-25 11:25:46.0 +0200
+++ /var/tmp/diff_new_pack.d2YwMk/_new  2015-04-25 11:25:46.0 +0200
@@ -24,13 +24,13 @@
 #
 
 Name:   rubygem-simplecov-html
-Version:0.9.0
+Version:0.10.0
 Release:0
 %define mod_name simplecov-html
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  %{ruby = 1.8.7}
 BuildRequires:  %{rubygem gem2rpm}
-BuildRequires:  %{ruby}
 BuildRequires:  ruby-macros = 5
 Url:https://github.com/colszowka/simplecov-html
 Source: http://rubygems.org/gems/%{mod_full_name}.gem

++ simplecov-html-0.9.0.gem - simplecov-html-0.10.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.rubocop.yml new/.rubocop.yml
--- old/.rubocop.yml1970-01-01 01:00:00.0 +0100
+++ new/.rubocop.yml2015-04-18 19:10:19.0 +0200
@@ -0,0 +1,50 @@
+Metrics/BlockNesting:
+  Max: 2
+
+Metrics/LineLength:
+  AllowURI: true
+  Enabled: false
+
+Metrics/MethodLength:
+  CountComments: false
+  Max: 10
+
+Metrics/ParameterLists:
+  Max: 4
+  CountKeywordArgs: true
+
+Style/AccessModifierIndentation:
+  EnforcedStyle: outdent
+
+Style/CollectionMethods:
+  PreferredMethods:
+map:  'collect'
+reduce:   'inject'
+find: 'detect'
+find_all: 'select'
+
+Style/Documentation:
+  Enabled: false
+
+Style/DoubleNegation:
+  Enabled: false
+
+Style/FileName:
+  Exclude:
+- 'lib/simplecov-html.rb'
+- 'test/test_simple_cov-html.rb'
+
+Style/HashSyntax:
+  EnforcedStyle: hash_rockets
+
+Style/RegexpLiteral:
+  Enabled: false
+
+Style/SpaceInsideHashLiteralBraces:
+  EnforcedStyle: no_space
+
+Style/StringLiterals:
+  EnforcedStyle: double_quotes
+
+Style/TrailingComma:
+  EnforcedStyleForMultiline: 'comma'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 1970-01-01 01:00:00.0 +0100
+++ new/.travis.yml 2015-04-18 19:10:19.0 +0200
@@ -0,0 +1,27 @@
+language: ruby
+
+before_install:
+  - gem install bundler
+
+bundler_args: --without development --jobs=3 --retry=3
+
+cache: bundler
+
+sudo: false
+
+rvm:
+  - 1.8.7
+  - 1.9.3
+  - 2.0.0
+  - 2.1
+  - 2.2
+  - ruby-head
+  - jruby
+  - rbx-2
+
+matrix:
+  allow_failures:
+- rvm: ruby-head
+- rvm: jruby
+- rvm: rbx-2
+  fast_finish: true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gemfile new/Gemfile
--- old/Gemfile 2015-02-18 15:18:43.0 +0100
+++ new/Gemfile 2015-04-18 19:10:19.0 +0200
@@ -1,15 +1,22 @@
-source 'https://rubygems.org'
+source https://rubygems.org;
 
 gemspec
 
-group :development do
-  # Use local copy of simplecov in development when checked out, fetch from 
git otherwise
-  if File.directory?(File.dirname(__FILE__) + '/../simplecov')
-gem 'simplecov', :path = File.dirname(__FILE__) + '/../simplecov'
-  else
-gem 'simplecov', :git = 'https://github.com/colszowka/simplecov'
-  end
+gem rake
+
+# Use local copy of simplecov in development when checked out, fetch from git 
otherwise
+if File.directory?(File.dirname(__FILE__) + /../simplecov)
+  gem simplecov, :path = File.dirname(__FILE__) + /../simplecov
+else
+  gem simplecov, :git = https://github.com/colszowka/simplecov;
+end
 
-  gem 'guard-bundler'
-  gem 'guard-rake'
+group :test do
+  gem test-unit
+end
+
+group :development do
+  gem rubocop
+  gem sass
+  gem sprockets
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Guardfile new/Guardfile
--- old/Guardfile   2015-02-18 15:18:43.0 +0100
+++ new/Guardfile   2015-04-18 19:10:19.0 +0200

commit rubygem-simplecov-html for openSUSE:Factory

2015-02-20 Thread h_root
Hello community,

here is the log from the commit of package rubygem-simplecov-html for 
openSUSE:Factory checked in at 2015-02-20 12:01:32

Comparing /work/SRC/openSUSE:Factory/rubygem-simplecov-html (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-simplecov-html.new (New)


Package is rubygem-simplecov-html

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-simplecov-html/rubygem-simplecov-html.changes
2014-11-04 17:30:35.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-simplecov-html.new/rubygem-simplecov-html.changes
   2015-02-20 12:01:33.0 +0100
@@ -1,0 +2,5 @@
+Thu Feb 19 05:30:49 UTC 2015 - co...@suse.com
+
+- updated to version 0.9.0
+
+---

Old:

  simplecov-html-0.8.0.gem

New:

  gem2rpm.yml
  simplecov-html-0.9.0.gem



Other differences:
--
++ rubygem-simplecov-html.spec ++
--- /var/tmp/diff_new_pack.anqc5n/_old  2015-02-20 12:01:34.0 +0100
+++ /var/tmp/diff_new_pack.anqc5n/_new  2015-02-20 12:01:34.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-simplecov-html
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -16,8 +16,15 @@
 #
 
 
+#
+# This file was generated with a gem2rpm.yml and not just plain gem2rpm.
+# All sections marked as MANUAL, license headers, summaries and descriptions
+# can be maintained in that file. Please consult this file before editing any
+# of those fields
+#
+
 Name:   rubygem-simplecov-html
-Version:0.8.0
+Version:0.9.0
 Release:0
 %define mod_name simplecov-html
 %define mod_full_name %{mod_name}-%{version}
@@ -27,6 +34,7 @@
 BuildRequires:  ruby-macros = 5
 Url:https://github.com/colszowka/simplecov-html
 Source: http://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
 Group:  Development/Languages/Ruby

++ gem2rpm.yml ++
# ---
# ## used by gem2rpm
# :summary: this is a custom summary
# ## used by gem2rpm
# :description: |-
#   this is a custom description
#
#   it can be multiline
# ## used by gem2rpm
# :license: MIT or Ruby
# ## used by gem2rpm and gem_packages
# :version_suffix: -x_y
# ## used by gem2rpm and gem_packages
# :disable_docs: true
# ## used by gem2rpm
# :disable_automatic_rdoc_dep: true
# ## used by gem2rpm
# :preamble: |-
#   BuildRequires: foobar
#   Requires: foobar
# ## used by gem2rpm
# :patches:
#   foo.patch: -p1
#   bar.patch: 
# ## used by gem2rpm
:sources:
# - foo.desktop
# - bar.desktop
# :gem_install_args: ''
# ## used by gem2rpm
# :pre_install: |-
#   %if 0%{?use_system_libev}
#   export USE_VENDORED_LIBEV=no
#   %endif
# ## used by gem2rpm
# :post_install: |-
#   # delete custom files here or do other fancy stuff
#   install -D -m 0644 %{S:1} %{buildroot}%{_bindir}/gem2rpm-opensuse
# ## used by gem2rpm
# :testsuite_command: |-
#   (pushd %{buildroot}%{gem_base}/gems/%{mod_full_name}  rake test)
# ## used by gem2rpm
# :filelist: |-
#   /usr/bin/gem2rpm-opensuse
# ## used by gem2rpm
# :scripts:
#   :post: |-
# /bin/echo foo
# ## used by gem_packages
# :main:
#   :preamble: |-
# Requires: util-linux
# Recommends: pwgen
#   :filelist: |-
# /usr/bin/gem2rpm-opensuse
# ## used by gem_packages
# :custom:
#   apache:
# :preamble: |-
#   Requires: .
# :filelist: |-
#   /etc/apache2/conf.d/passenger.conf
# :summary: Custom summary is optional
# :description: |-
#   Custom description is optional
#
#   bar
# :post: |-
#   /bin/echo foo
#
++ simplecov-html-0.8.0.gem - simplecov-html-0.9.0.gem ++
 4340 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-simplecov-html for openSUSE:Factory

2014-11-04 Thread h_root
Hello community,

here is the log from the commit of package rubygem-simplecov-html for 
openSUSE:Factory checked in at 2014-11-04 17:29:59

Comparing /work/SRC/openSUSE:Factory/rubygem-simplecov-html (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-simplecov-html.new (New)


Package is rubygem-simplecov-html

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-simplecov-html/rubygem-simplecov-html.changes
2014-10-14 07:12:41.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-simplecov-html.new/rubygem-simplecov-html.changes
   2014-11-04 17:30:35.0 +0100
@@ -1,0 +2,5 @@
+Mon Nov  3 10:07:49 UTC 2014 - tboer...@suse.com
+
+- Added last missing bits for new macros
+
+---



Other differences:
--
++ rubygem-simplecov-html.spec ++
--- /var/tmp/diff_new_pack.msUqfb/_old  2014-11-04 17:30:36.0 +0100
+++ /var/tmp/diff_new_pack.msUqfb/_new  2014-11-04 17:30:36.0 +0100
@@ -21,8 +21,9 @@
 Release:0
 %define mod_name simplecov-html
 %define mod_full_name %{mod_name}-%{version}
-
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  %{ruby}
 BuildRequires:  ruby-macros = 5
 Url:https://github.com/colszowka/simplecov-html
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
@@ -31,7 +32,7 @@
 Group:  Development/Languages/Ruby
 
 %description
-Default HTML formatter for SimpleCov code coverage tool for ruby 1.9+
+Default HTML formatter for SimpleCov code coverage tool for ruby 1.9+.
 
 %prep
 
@@ -39,7 +40,6 @@
 
 %install
 %gem_install \
-  --symlink-binaries \
   --doc-files=LICENSE README.md \
   -f
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-simplecov-html for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-simplecov-html for 
openSUSE:Factory checked in at 2014-10-14 07:11:55

Comparing /work/SRC/openSUSE:Factory/rubygem-simplecov-html (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-simplecov-html.new (New)


Package is rubygem-simplecov-html

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-simplecov-html/rubygem-simplecov-html.changes
2013-11-24 18:14:20.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-simplecov-html.new/rubygem-simplecov-html.changes
   2014-10-14 07:12:41.0 +0200
@@ -1,0 +2,5 @@
+Mon Oct 13 06:48:19 UTC 2014 - adr...@suse.de
+
+- adapt to new rubygem packaging style
+
+---



Other differences:
--
++ rubygem-simplecov-html.spec ++
--- /var/tmp/diff_new_pack.Rw9BPf/_old  2014-10-14 07:12:42.0 +0200
+++ /var/tmp/diff_new_pack.Rw9BPf/_new  2014-10-14 07:12:42.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-simplecov-html
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 1
+BuildRequires:  ruby-macros = 5
 Url:https://github.com/colszowka/simplecov-html
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:Default HTML formatter for SimpleCov code coverage tool for 
ruby 1.9+
@@ -33,50 +33,16 @@
 %description
 Default HTML formatter for SimpleCov code coverage tool for ruby 1.9+
 
-%package doc
-Summary:RDoc documentation for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description doc
-Documentation generated at gem installation time.
-Usually in RDoc and RI formats.
-
-%package testsuite
-Summary:Test suite for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description testsuite
-Test::Unit or RSpec files, useful for developers.
-
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE 
%buildroot/%{_docdir}/%{name}/LICENSE
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
-%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
-
-%files testsuite
-%defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
+%gem_install \
+  --symlink-binaries \
+  --doc-files=LICENSE README.md \
+  -f
+
+%gem_packages
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-simplecov-html for openSUSE:Factory

2013-11-24 Thread h_root
Hello community,

here is the log from the commit of package rubygem-simplecov-html for 
openSUSE:Factory checked in at 2013-11-24 18:14:18

Comparing /work/SRC/openSUSE:Factory/rubygem-simplecov-html (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-simplecov-html.new (New)


Package is rubygem-simplecov-html

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-simplecov-html/rubygem-simplecov-html.changes
2012-11-05 06:33:18.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-simplecov-html.new/rubygem-simplecov-html.changes
   2013-11-24 18:14:20.0 +0100
@@ -1,0 +2,5 @@
+Fri Nov 22 08:40:26 UTC 2013 - co...@suse.com
+
+- updated to version 0.8.0, adopt for simplecov-0.8.0
+
+---

Old:

  simplecov-html-0.7.1.gem

New:

  simplecov-html-0.8.0.gem



Other differences:
--
++ rubygem-simplecov-html.spec ++
--- /var/tmp/diff_new_pack.jigCOM/_old  2013-11-24 18:14:20.0 +0100
+++ /var/tmp/diff_new_pack.jigCOM/_new  2013-11-24 18:14:20.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-simplecov-html
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-simplecov-html
-Version:0.7.1
+Version:0.8.0
 Release:0
 %define mod_name simplecov-html
 %define mod_full_name %{mod_name}-%{version}
@@ -25,7 +25,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros = 1
 Url:https://github.com/colszowka/simplecov-html
-Source: %{mod_full_name}.gem
+Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:Default HTML formatter for SimpleCov code coverage tool for 
ruby 1.9+
 License:MIT
 Group:  Development/Languages/Ruby
@@ -59,9 +59,13 @@
 
 %install
 %gem_install -f
+mkdir -p %{buildroot}%{_docdir}/%{name}
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE 
%buildroot/%{_docdir}/%{name}/LICENSE
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
 
 %files
 %defattr(-,root,root,-)
+%{_docdir}/%{name}
 %{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
 %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
 %exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-simplecov-html for openSUSE:Factory

2012-11-04 Thread h_root
Hello community,

here is the log from the commit of package rubygem-simplecov-html for 
openSUSE:Factory checked in at 2012-11-05 06:33:17

Comparing /work/SRC/openSUSE:Factory/rubygem-simplecov-html (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-simplecov-html.new (New)


Package is rubygem-simplecov-html, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-simplecov-html/rubygem-simplecov-html.changes
2012-10-19 22:58:12.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-simplecov-html.new/rubygem-simplecov-html.changes
   2012-11-05 06:33:18.0 +0100
@@ -1,0 +2,5 @@
+Sun Oct 28 05:57:38 UTC 2012 - co...@suse.com
+
+- updated to version 0.7.1, adopt for simplecov-0.7.1
+
+---

Old:

  simplecov-html-0.7.0.gem

New:

  simplecov-html-0.7.1.gem



Other differences:
--
++ rubygem-simplecov-html.spec ++
--- /var/tmp/diff_new_pack.pa7qOV/_old  2012-11-05 06:33:20.0 +0100
+++ /var/tmp/diff_new_pack.pa7qOV/_new  2012-11-05 06:33:20.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-simplecov-html
-Version:0.7.0
+Version:0.7.1
 Release:0
 %define mod_name simplecov-html
 %define mod_full_name %{mod_name}-%{version}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-simplecov-html for openSUSE:Factory

2012-10-19 Thread h_root
Hello community,

here is the log from the commit of package rubygem-simplecov-html for 
openSUSE:Factory checked in at 2012-10-19 22:58:10

Comparing /work/SRC/openSUSE:Factory/rubygem-simplecov-html (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-simplecov-html.new (New)


Package is rubygem-simplecov-html, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-simplecov-html/rubygem-simplecov-html.changes
2012-07-24 17:20:45.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-simplecov-html.new/rubygem-simplecov-html.changes
   2012-10-19 22:58:12.0 +0200
@@ -1,0 +2,5 @@
+Fri Oct 12 09:43:58 UTC 2012 - co...@suse.com
+
+- updated to version 0.7.0, adopt for simplecov-0.7
+
+---

Old:

  simplecov-html-0.5.3.gem

New:

  simplecov-html-0.7.0.gem



Other differences:
--
++ rubygem-simplecov-html.spec ++
--- /var/tmp/diff_new_pack.jiRn5P/_old  2012-10-19 22:58:13.0 +0200
+++ /var/tmp/diff_new_pack.jiRn5P/_new  2012-10-19 22:58:13.0 +0200
@@ -17,23 +17,18 @@
 
 
 Name:   rubygem-simplecov-html
-Version:0.5.3
+Version:0.7.0
 Release:0
 %define mod_name simplecov-html
 %define mod_full_name %{mod_name}-%{version}
-#
-Summary:Default HTML formatter for SimpleCov code coverage tool for 
ruby 1.9+
-License:MIT
-Group:  Development/Languages/Ruby
-#
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby  1.9
-BuildRequires:  rubygems_with_buildroot_patch
-Provides:   rubygem-simplecov-html-0_5 = %{version}
-%rubygems_requires
-#
+BuildRequires:  ruby-macros = 1
 Url:https://github.com/colszowka/simplecov-html
 Source: %{mod_full_name}.gem
+Summary:Default HTML formatter for SimpleCov code coverage tool for 
ruby 1.9+
+License:MIT
+Group:  Development/Languages/Ruby
 
 %description
 Default HTML formatter for SimpleCov code coverage tool for ruby 1.9+
@@ -56,9 +51,14 @@
 Test::Unit or RSpec files, useful for developers.
 
 %prep
+#gem_unpack
+#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
+#gem_build
+
 %build
+
 %install
-%gem_install %{S:0}
+%gem_install -f
 
 %files
 %defattr(-,root,root,-)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org