Hello community,

here is the log from the commit of package rubygem-html2haml for 
openSUSE:Factory checked in at 2017-06-08 15:01:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-html2haml (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-html2haml.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-html2haml"

Thu Jun  8 15:01:38 2017 rev:3 rq:497712 version:2.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-html2haml/rubygem-html2haml.changes      
2017-04-11 09:31:07.204105196 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-html2haml.new/rubygem-html2haml.changes 
2017-06-08 15:01:39.634391775 +0200
@@ -1,0 +2,10 @@
+Tue May 23 09:58:43 UTC 2017 - [email protected]
+
+- updated to version 2.2.0
+ see installed Changelog.markdown
+
+  ## 2.2.0
+  
+  * Haml 5 support.
+
+-------------------------------------------------------------------

Old:
----
  html2haml-2.1.0.gem

New:
----
  html2haml-2.2.0.gem

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

Other differences:
------------------
++++++ rubygem-html2haml.spec ++++++
--- /var/tmp/diff_new_pack.YzLhL1/_old  2017-06-08 15:01:40.214309931 +0200
+++ /var/tmp/diff_new_pack.YzLhL1/_new  2017-06-08 15:01:40.214309931 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:           rubygem-html2haml
-Version:        2.1.0
+Version:        2.2.0
 Release:        0
 %define mod_name html2haml
 %define mod_full_name %{mod_name}-%{version}

++++++ html2haml-2.1.0.gem -> html2haml-2.2.0.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml     2017-01-25 02:33:34.000000000 +0100
+++ new/.travis.yml     2017-05-01 00:51:07.000000000 +0200
@@ -4,14 +4,14 @@
 before_install: gem update bundler --no-document
 
 rvm:
-  - 2.4.0
-  - 2.3.3
-  - 2.2.6
+  - 2.4.1
+  - 2.3.4
+  - 2.2.7
   - 2.1.10
   - 2.0.0
   - 1.9.3
   - rbx-2
-  - jruby-9.1.7.0
+  - jruby-9.1.8.0
 
 gemfile:
   - Gemfile
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Changelog.markdown new/Changelog.markdown
--- old/Changelog.markdown      2017-01-25 02:33:34.000000000 +0100
+++ new/Changelog.markdown      2017-05-01 00:51:07.000000000 +0200
@@ -1,5 +1,9 @@
 # HTML2Haml Changelog
 
+## 2.2.0
+
+* Haml 5 support.
+
 ## 2.1.0
 
 * Reduce specificity of Haml 4.0 version dependency.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md       2017-01-25 02:33:34.000000000 +0100
+++ new/README.md       2017-05-01 00:51:07.000000000 +0200
@@ -57,8 +57,8 @@
     Description: Transforms an HTML file into corresponding Haml code.
 
     Options:
-        -e, --erb                        Parse ERb tags.
-            --no-erb                     Don't parse ERb tags.
+        -e, --erb                        Parse ERB tags.
+            --no-erb                     Don't parse ERB tags.
             --html-attributes            Use HTML style attributes instead of 
Ruby hash style.
             --ruby19-attributes          Use Ruby 1.9-style attributes when 
possible.
         -E ex[:in]                       Specify the default external and 
internal character encodings.
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       2017-01-25 02:33:34.000000000 +0100
+++ new/html2haml.gemspec       2017-05-01 00:51:07.000000000 +0200
@@ -2,8 +2,8 @@
 require File.expand_path('../lib/html2haml/version', __FILE__)
 
 Gem::Specification.new do |gem|
-  gem.authors       = ["Norman Clarke", "Stefan Natchev"]
-  gem.email         = ["[email protected]", "[email protected]"]
+  gem.authors       = ["Akira Matsuda", "Stefan Natchev"]
+  gem.email         = ["[email protected]", "[email protected]"]
   gem.description   = %q{Converts HTML into Haml}
   gem.summary       = %q{Converts HTML into Haml}
   gem.homepage      = "http://haml.info";
@@ -21,8 +21,8 @@
   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'
+  gem.add_dependency 'haml', ['>= 4.0', '< 6']
   gem.add_development_dependency 'simplecov', '~> 0.7.1'
-  gem.add_development_dependency 'minitest', '~> 4.4.0'
+  gem.add_development_dependency 'minitest', '>= 4.4.0'
   gem.add_development_dependency 'rake'
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/html2haml/exec.rb new/lib/html2haml/exec.rb
--- old/lib/html2haml/exec.rb   2017-01-25 02:33:34.000000000 +0100
+++ new/lib/html2haml/exec.rb   2017-05-01 00:51:07.000000000 +0200
@@ -203,11 +203,11 @@
 Options:
 END
 
-        opts.on('-e', '--erb', 'Parse ERb tags.') do
+        opts.on('-e', '--erb', 'Parse ERB tags.') do
           @module_opts[:erb] = true
         end
 
-        opts.on('--no-erb', "Don't parse ERb tags.") do
+        opts.on('--no-erb', "Don't parse ERB tags.") do
           @options[:no_erb] = true
         end
 
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        2017-01-25 02:33:34.000000000 +0100
+++ new/lib/html2haml/version.rb        2017-05-01 00:51:07.000000000 +0200
@@ -1,3 +1,3 @@
 module Html2haml
-  VERSION = "2.1.0"
+  VERSION = "2.2.0"
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2017-01-25 02:33:34.000000000 +0100
+++ new/metadata        2017-05-01 00:51:07.000000000 +0200
@@ -1,15 +1,15 @@
 --- !ruby/object:Gem::Specification
 name: html2haml
 version: !ruby/object:Gem::Version
-  version: 2.1.0
+  version: 2.2.0
 platform: ruby
 authors:
-- Norman Clarke
+- Akira Matsuda
 - Stefan Natchev
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2017-01-25 00:00:00.000000000 Z
+date: 2017-04-30 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: nokogiri
@@ -57,16 +57,22 @@
   name: haml
   requirement: !ruby/object:Gem::Requirement
     requirements:
-    - - "~>"
+    - - ">="
       - !ruby/object:Gem::Version
         version: '4.0'
+    - - "<"
+      - !ruby/object:Gem::Version
+        version: '6'
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
     requirements:
-    - - "~>"
+    - - ">="
       - !ruby/object:Gem::Version
         version: '4.0'
+    - - "<"
+      - !ruby/object:Gem::Version
+        version: '6'
 - !ruby/object:Gem::Dependency
   name: simplecov
   requirement: !ruby/object:Gem::Requirement
@@ -85,14 +91,14 @@
   name: minitest
   requirement: !ruby/object:Gem::Requirement
     requirements:
-    - - "~>"
+    - - ">="
       - !ruby/object:Gem::Version
         version: 4.4.0
   type: :development
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
     requirements:
-    - - "~>"
+    - - ">="
       - !ruby/object:Gem::Version
         version: 4.4.0
 - !ruby/object:Gem::Dependency
@@ -111,7 +117,7 @@
         version: '0'
 description: Converts HTML into Haml
 email:
-- [email protected]
+- [email protected]
 - [email protected]
 executables:
 - html2haml
@@ -158,7 +164,7 @@
       version: '0'
 requirements: []
 rubyforge_project: 
-rubygems_version: 2.6.9
+rubygems_version: 2.6.11
 signing_key: 
 specification_version: 4
 summary: Converts HTML into Haml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/test/erb_test.rb new/test/erb_test.rb
--- old/test/erb_test.rb        2017-01-25 02:33:34.000000000 +0100
+++ new/test/erb_test.rb        2017-05-01 00:51:07.000000000 +0200
@@ -531,7 +531,7 @@
   end
 
   #https://github.com/haml/html2haml/issues/43
-  def test_escaped_ruby_call_when_preceeded_by_text
+  def test_escaped_ruby_call_when_preceded_by_text
     assert_equal(<<HAML.rstrip, render_erb(<<ERB))
 random text
 = form_tag(url: sessions_path) do


Reply via email to