Hello community,

here is the log from the commit of package rubygem-html2haml for 
openSUSE:Factory checked in at 2017-04-11 09:31:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-html2haml (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-html2haml.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-html2haml"

Tue Apr 11 09:31:02 2017 rev:2 rq:456595 version:2.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-html2haml/rubygem-html2haml.changes      
2015-02-24 13:06:41.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-html2haml.new/rubygem-html2haml.changes 
2017-04-11 09:31:07.204105196 +0200
@@ -1,0 +2,11 @@
+Wed Jan 25 05:35:51 UTC 2017 - [email protected]
+
+- updated to version 2.1.0
+ see installed Changelog.markdown
+
+  ## 2.1.0
+  
+  * Reduce specificity of Haml 4.0 version dependency.
+    (thanks to [Ben Sheldon](https://github.com/bensheldon))
+
+-------------------------------------------------------------------

Old:
----
  html2haml-2.0.0.gem

New:
----
  html2haml-2.1.0.gem

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

Other differences:
------------------
++++++ rubygem-html2haml.spec ++++++
--- /var/tmp/diff_new_pack.l1loHM/_old  2017-04-11 09:31:07.904006348 +0200
+++ /var/tmp/diff_new_pack.l1loHM/_new  2017-04-11 09:31:07.904006348 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-html2haml
 #
-# Copyright (c) 2015 SUSE LINUX Products 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,14 +24,14 @@
 #
 
 Name:           rubygem-html2haml
-Version:        2.0.0
+Version:        2.1.0
 Release:        0
 %define mod_name html2haml
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros >= 5
 BuildRequires:  %{ruby >= 1.9.2}
 BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  ruby-macros >= 5
 BuildRequires:  update-alternatives
 Url:            http://haml.info
 Source:         http://rubygems.org/gems/%{mod_full_name}.gem
@@ -51,7 +51,7 @@
 %install
 %gem_install \
   --symlink-binaries \
-  --doc-files="MIT-LICENSE README.md" \
+  --doc-files="Changelog.markdown MIT-LICENSE README.md" \
   -f
 
 %gem_packages

++++++ html2haml-2.0.0.gem -> html2haml-2.1.0.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml     2015-01-19 20:18:28.000000000 +0100
+++ new/.travis.yml     2017-01-25 02:33:34.000000000 +0100
@@ -1,10 +1,17 @@
 language: ruby
+sudo: false
+
+before_install: gem update bundler --no-document
+
 rvm:
-  - 2.1.0
+  - 2.4.0
+  - 2.3.3
+  - 2.2.6
+  - 2.1.10
   - 2.0.0
   - 1.9.3
   - rbx-2
-  - jruby-19mode
+  - jruby-9.1.7.0
 
 gemfile:
   - Gemfile
@@ -14,3 +21,7 @@
     - master
 
 script: "bundle exec rake test"
+
+matrix:
+  allow_failures:
+    - rvm: rbx-2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Changelog.markdown new/Changelog.markdown
--- old/Changelog.markdown      2015-01-19 20:18:28.000000000 +0100
+++ new/Changelog.markdown      2017-01-25 02:33:34.000000000 +0100
@@ -1,5 +1,10 @@
 # HTML2Haml Changelog
 
+## 2.1.0
+
+* Reduce specificity of Haml 4.0 version dependency.
+  (thanks to [Ben Sheldon](https://github.com/bensheldon))
+
 ## 2.0.0
 
 * Switch to Nokogiri for XML parsing.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gemfile new/Gemfile
--- old/Gemfile 2015-01-19 20:18:28.000000000 +0100
+++ new/Gemfile 2017-01-25 02:33:34.000000000 +0100
@@ -2,3 +2,4 @@
 
 gemspec
 
+gem 'nokogiri', RUBY_VERSION < '2.1' ? '~> 1.6.0' : '>= 1.7'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MIT-LICENSE new/MIT-LICENSE
--- old/MIT-LICENSE     2015-01-19 20:18:28.000000000 +0100
+++ new/MIT-LICENSE     2017-01-25 02:33:34.000000000 +0100
@@ -1,4 +1,4 @@
-Copyright (c) 2006-2014 Hampton Catlin, Natalie Weizenbaum and Norman Clarke
+Copyright (c) 2006-2017 Hampton Catlin, Natalie Weizenbaum and Norman Clarke
 
 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
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md       2015-01-19 20:18:28.000000000 +0100
+++ new/README.md       2017-01-25 02:33:34.000000000 +0100
@@ -70,7 +70,7 @@
 
 ## License
 
-Copyright (c) 2006-2014 Hampton Catlin, Natalie Weizenbaum and Norman Clarke
+Copyright (c) 2006-2017 Hampton Catlin, Natalie Weizenbaum and Norman Clarke
 
 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
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Rakefile new/Rakefile
--- old/Rakefile        2015-01-19 20:18:28.000000000 +0100
+++ new/Rakefile        2017-01-25 02:33:34.000000000 +0100
@@ -1,6 +1,6 @@
+require "bundler/gem_tasks"
 require "rake/clean"
 require "rake/testtask"
-require "rubygems/package_task"
 
 task :default => :test
 
@@ -22,8 +22,3 @@
 
 desc "Run Simplecov"
 task :coverage => [:set_coverage_env, :test]
-
-gemspec = File.expand_path("../html2haml.gemspec", __FILE__)
-if File.exist? gemspec
-  Gem::PackageTask.new(eval(File.read(gemspec))) { |pkg| }
-end
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/html2haml.gemspec new/html2haml.gemspec
--- old/html2haml.gemspec       2015-01-19 20:18:28.000000000 +0100
+++ new/html2haml.gemspec       2017-01-25 02:33:34.000000000 +0100
@@ -7,6 +7,7 @@
   gem.description   = %q{Converts HTML into Haml}
   gem.summary       = %q{Converts HTML into Haml}
   gem.homepage      = "http://haml.info";
+  gem.license       = "MIT"
 
   gem.files         = `git ls-files`.split($\)
   gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
@@ -17,10 +18,10 @@
 
   gem.required_ruby_version = '>= 1.9.2'
 
-  gem.add_dependency 'nokogiri', '~> 1.6.0'
+  gem.add_dependency 'nokogiri', '>= 1.6.0'
   gem.add_dependency 'erubis', '~> 2.7.0'
   gem.add_dependency 'ruby_parser', '~> 3.5'
-  gem.add_dependency 'haml', '~> 4.0.0'
+  gem.add_dependency 'haml', '~> 4.0'
   gem.add_development_dependency 'simplecov', '~> 0.7.1'
   gem.add_development_dependency 'minitest', '~> 4.4.0'
   gem.add_development_dependency 'rake'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/html2haml/version.rb new/lib/html2haml/version.rb
--- old/lib/html2haml/version.rb        2015-01-19 20:18:28.000000000 +0100
+++ new/lib/html2haml/version.rb        2017-01-25 02:33:34.000000000 +0100
@@ -1,3 +1,3 @@
 module Html2haml
-  VERSION = "2.0.0"
+  VERSION = "2.1.0"
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2015-01-19 20:18:28.000000000 +0100
+++ new/metadata        2017-01-25 02:33:34.000000000 +0100
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: html2haml
 version: !ruby/object:Gem::Version
-  version: 2.0.0
+  version: 2.1.0
 platform: ruby
 authors:
 - Norman Clarke
@@ -9,20 +9,20 @@
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2015-01-19 00:00:00.000000000 Z
+date: 2017-01-25 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: nokogiri
   requirement: !ruby/object:Gem::Requirement
     requirements:
-    - - "~>"
+    - - ">="
       - !ruby/object:Gem::Version
         version: 1.6.0
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
     requirements:
-    - - "~>"
+    - - ">="
       - !ruby/object:Gem::Version
         version: 1.6.0
 - !ruby/object:Gem::Dependency
@@ -59,14 +59,14 @@
     requirements:
     - - "~>"
       - !ruby/object:Gem::Version
-        version: 4.0.0
+        version: '4.0'
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
     requirements:
     - - "~>"
       - !ruby/object:Gem::Version
-        version: 4.0.0
+        version: '4.0'
 - !ruby/object:Gem::Dependency
   name: simplecov
   requirement: !ruby/object:Gem::Requirement
@@ -139,7 +139,8 @@
 - test/jruby/html2haml_test.rb
 - test/test_helper.rb
 homepage: http://haml.info
-licenses: []
+licenses:
+- MIT
 metadata: {}
 post_install_message: 
 rdoc_options: []
@@ -157,7 +158,7 @@
       version: '0'
 requirements: []
 rubyforge_project: 
-rubygems_version: 2.4.5
+rubygems_version: 2.6.9
 signing_key: 
 specification_version: 4
 summary: Converts HTML into Haml


Reply via email to