Hello community,

here is the log from the commit of package rubygem-ice_nine for 
openSUSE:Factory checked in at 2016-03-01 09:42:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-ice_nine (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-ice_nine.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-ice_nine"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-ice_nine/rubygem-ice_nine.changes        
2015-02-20 12:01:13.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-ice_nine.new/rubygem-ice_nine.changes   
2016-03-01 09:42:47.000000000 +0100
@@ -1,0 +2,6 @@
+Sat Jan 30 05:31:43 UTC 2016 - co...@suse.com
+
+- updated to version 0.11.2
+  no changelog found
+
+-------------------------------------------------------------------

Old:
----
  ice_nine-0.11.1.gem

New:
----
  ice_nine-0.11.2.gem

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

Other differences:
------------------
++++++ rubygem-ice_nine.spec ++++++
--- /var/tmp/diff_new_pack.lmBs8T/_old  2016-03-01 09:42:48.000000000 +0100
+++ /var/tmp/diff_new_pack.lmBs8T/_new  2016-03-01 09:42:48.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-ice_nine
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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,14 +24,14 @@
 #
 
 Name:           rubygem-ice_nine
-Version:        0.11.1
+Version:        0.11.2
 Release:        0
 %define mod_name ice_nine
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros >= 5
-BuildRequires:  %{ruby}
 BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  %{ruby}
+BuildRequires:  ruby-macros >= 5
 Url:            https://github.com/dkubb/ice_nine
 Source:         http://rubygems.org/gems/%{mod_full_name}.gem
 Source1:        gem2rpm.yml

++++++ ice_nine-0.11.1.gem -> ice_nine-0.11.2.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.rubocop.yml new/.rubocop.yml
--- old/.rubocop.yml    2014-12-03 19:45:32.000000000 +0100
+++ new/.rubocop.yml    2016-01-29 21:08:01.000000000 +0100
@@ -5,3 +5,4 @@
     - 'benchmarks/**/*'
     - 'ice_nine.gemspec'
     - 'vendor/**/*'
+    - 'Guardfile'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml     2014-12-03 19:45:32.000000000 +0100
+++ new/.travis.yml     2016-01-29 21:08:01.000000000 +0100
@@ -4,17 +4,20 @@
 rvm:
   - 1.9.3
   - 2.0.0
-  - 2.1.5
+  - 2.2.3
   - ruby-head
   - rbx-2
 matrix:
-  include:
+  include: []
+  allow_failures:
+    - rvm: 1.9.3
+    - rvm: 2.0.0
+    - rvm: rbx-2
+    - rvm: ruby-head
     - rvm: jruby
       env: JRUBY_OPTS="$JRUBY_OPTS --debug --1.9"  # for simplecov
     - rvm: jruby
       env: JRUBY_OPTS="$JRUBY_OPTS --debug --2.0"  # for simplecov
-  allow_failures:
-    - rvm: ruby-head
   fast_finish: true
 notifications:
   irc:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gemfile new/Gemfile
--- old/Gemfile 2014-12-03 19:45:32.000000000 +0100
+++ new/Gemfile 2016-01-29 21:08:01.000000000 +0100
@@ -12,5 +12,3 @@
 group :development, :test do
   gem 'devtools', git: 'https://github.com/rom-rb/devtools.git'
 end
-
-eval_gemfile 'Gemfile.devtools'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md       2014-12-03 19:45:32.000000000 +0100
+++ new/README.md       2016-01-29 21:08:01.000000000 +0100
@@ -7,14 +7,12 @@
 [![Build 
Status](https://secure.travis-ci.org/dkubb/ice_nine.svg?branch=master)][travis]
 [![Dependency Status](https://gemnasium.com/dkubb/ice_nine.svg)][gemnasium]
 [![Code 
Climate](https://codeclimate.com/github/dkubb/ice_nine.png)][codeclimate]
-[![Coverage 
Status](https://coveralls.io/repos/dkubb/ice_nine/badge.png?branch=master)][coveralls]
 [![Inline 
docs](http://inch-ci.org/github/dkubb/ice_nine.svg?branch=master)][inch]
 
 [gem]: https://rubygems.org/gems/ice_nine
 [travis]: https://travis-ci.org/dkubb/ice_nine
 [gemnasium]: https://gemnasium.com/dkubb/ice_nine
 [codeclimate]: https://codeclimate.com/github/dkubb/ice_nine
-[coveralls]: https://coveralls.io/r/dkubb/ice_nine
 [inch]: http://inch-ci.org/github/dkubb/ice_nine
 
 Examples
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/config/flay.yml new/config/flay.yml
--- old/config/flay.yml 2014-12-03 19:45:32.000000000 +0100
+++ new/config/flay.yml 2016-01-29 21:08:01.000000000 +0100
@@ -1,3 +1,3 @@
 ---
 threshold: 8
-total_score: 50.0
+total_score: 52
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/config/mutant.yml new/config/mutant.yml
--- old/config/mutant.yml       2014-12-03 19:45:32.000000000 +0100
+++ new/config/mutant.yml       2016-01-29 21:08:01.000000000 +0100
@@ -1,3 +1,4 @@
 ---
 name: ice_nine
 namespace: IceNine
+since: HEAD~1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/config/rubocop.yml new/config/rubocop.yml
--- old/config/rubocop.yml      2014-12-03 19:45:32.000000000 +0100
+++ new/config/rubocop.yml      2016-01-29 21:08:01.000000000 +0100
@@ -108,3 +108,7 @@
 ClassAndModuleChildren:
   Exclude:
     - spec/**/*_spec.rb
+
+# Allow additional spaces
+ExtraSpacing:
+  Enabled: false
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/ice_nine/freezer/object.rb 
new/lib/ice_nine/freezer/object.rb
--- old/lib/ice_nine/freezer/object.rb  2014-12-03 19:45:32.000000000 +0100
+++ new/lib/ice_nine/freezer/object.rb  2016-01-29 21:08:01.000000000 +0100
@@ -16,6 +16,8 @@
       #
       # @return [Object]
       def self.guarded_deep_freeze(object, recursion_guard)
+        return object unless object.respond_to?(:freeze)
+
         object.freeze
         freeze_instance_variables(object, recursion_guard)
         object
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/ice_nine/version.rb new/lib/ice_nine/version.rb
--- old/lib/ice_nine/version.rb 2014-12-03 19:45:32.000000000 +0100
+++ new/lib/ice_nine/version.rb 2016-01-29 21:08:01.000000000 +0100
@@ -3,6 +3,6 @@
 module IceNine
 
   # Gem version
-  VERSION = '0.11.1'.freeze
+  VERSION = '0.11.2'.freeze
 
 end # IceNine
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2014-12-03 19:45:32.000000000 +0100
+++ new/metadata        2016-01-29 21:08:01.000000000 +0100
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: ice_nine
 version: !ruby/object:Gem::Version
-  version: 0.11.1
+  version: 0.11.2
 platform: ruby
 authors:
 - Dan Kubb
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2014-12-03 00:00:00.000000000 Z
+date: 2016-01-29 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: bundler
@@ -134,7 +134,7 @@
       version: '0'
 requirements: []
 rubyforge_project: 
-rubygems_version: 2.4.4
+rubygems_version: 2.4.5.1
 signing_key: 
 specification_version: 4
 summary: Deep Freeze Ruby Objects
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spec/shared/ice_nine_deep_freeze.rb 
new/spec/shared/ice_nine_deep_freeze.rb
--- old/spec/shared/ice_nine_deep_freeze.rb     2014-12-03 19:45:32.000000000 
+0100
+++ new/spec/shared/ice_nine_deep_freeze.rb     2016-01-29 21:08:01.000000000 
+0100
@@ -1,7 +1,6 @@
 # encoding: utf-8
 
 shared_examples 'IceNine.deep_freeze' do
-
   context 'with an Object' do
     let(:value) { Object.new }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spec/spec_helper.rb new/spec/spec_helper.rb
--- old/spec/spec_helper.rb     2014-12-03 19:45:32.000000000 +0100
+++ new/spec/spec_helper.rb     2016-01-29 21:08:01.000000000 +0100
@@ -2,11 +2,9 @@
 
 if ENV['COVERAGE'] == 'true'
   require 'simplecov'
-  require 'coveralls'
 
   SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
     SimpleCov::Formatter::HTMLFormatter,
-    Coveralls::SimpleCov::Formatter
   ]
 
   SimpleCov.start do
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spec/unit/ice_nine/freezer/object/class_methods/deep_freeze_spec.rb 
new/spec/unit/ice_nine/freezer/object/class_methods/deep_freeze_spec.rb
--- old/spec/unit/ice_nine/freezer/object/class_methods/deep_freeze_spec.rb     
2014-12-03 19:45:32.000000000 +0100
+++ new/spec/unit/ice_nine/freezer/object/class_methods/deep_freeze_spec.rb     
2016-01-29 21:08:01.000000000 +0100
@@ -23,4 +23,18 @@
       it_behaves_like 'IceNine::Freezer::Object.deep_freeze'
     end
   end
+
+  context 'with an Object which undefs :freeze' do
+    let(:value) { UndefFreeze.new }
+
+    before do
+      klass = Class.new do
+        undef :freeze
+      end
+
+      stub_const('UndefFreeze', klass)
+    end
+
+    it_behaves_like 'IceNine::Freezer::NoFreeze.deep_freeze'
+  end
 end


Reply via email to