commit rubygem-temple for openSUSE:Factory

2020-03-07 Thread root
Hello community,

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

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


Package is "rubygem-temple"

Sat Mar  7 21:40:21 2020 rev:3 rq:773857 version:0.8.2

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-temple/rubygem-temple.changes
2019-03-27 16:17:32.651578018 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-temple.new.26092/rubygem-temple.changes 
2020-03-07 21:40:24.200359851 +0100
@@ -1,0 +2,11 @@
+Mon Feb 10 15:54:46 UTC 2020 - Stephan Kulow 
+
+- updated to version 0.8.2
+ see installed CHANGES
+
+  0.8.2
+  
+* Support TruffleRuby in Temple::Filters::StaticAnalyzer (#127)
+* Support TruffleRuby in Temple::Filters::StringSplitter (#127)
+
+---

Old:

  temple-0.8.1.gem

New:

  temple-0.8.2.gem



Other differences:
--
++ rubygem-temple.spec ++
--- /var/tmp/diff_new_pack.hbXV1J/_old  2020-03-07 21:40:24.684360179 +0100
+++ /var/tmp/diff_new_pack.hbXV1J/_new  2020-03-07 21:40:24.688360181 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-temple
 #
-# Copyright (c) 2019 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
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-temple
-Version:0.8.1
+Version:0.8.2
 Release:0
 %define mod_name temple
 %define mod_full_name %{mod_name}-%{version}
@@ -32,7 +32,7 @@
 BuildRequires:  %{ruby >= 1.9.2}
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  ruby-macros >= 5
-Url:https://github.com/judofyr/temple
+URL:https://github.com/judofyr/temple
 Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
 Summary:Template compilation framework in Ruby

++ temple-0.8.1.gem -> temple-0.8.2.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGES new/CHANGES
--- old/CHANGES 2019-03-03 14:42:20.0 +0100
+++ new/CHANGES 2019-09-12 22:47:18.0 +0200
@@ -1,3 +1,8 @@
+0.8.2
+
+  * Support TruffleRuby in Temple::Filters::StaticAnalyzer (#127)
+  * Support TruffleRuby in Temple::Filters::StringSplitter (#127)
+
 0.8.1
 
   * Stop relying on deprecated method in Rails (#121)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2019-03-03 14:42:20.0 +0100
+++ new/README.md   2019-09-12 22:47:18.0 +0200
@@ -1,7 +1,7 @@
 Temple
 ==
 
-[![Build 
Status](https://secure.travis-ci.org/judofyr/temple.svg?branch=master)](http://travis-ci.org/judofyr/temple)
 [![Dependency 
Status](https://gemnasium.com/judofyr/temple.svg?travis)](https://gemnasium.com/judofyr/temple)
 [![Code 
Climate](https://codeclimate.com/github/judofyr/temple.svg)](https://codeclimate.com/github/judofyr/temple)
 [![Gem 
Version](https://badge.fury.io/rb/temple.svg)](https://rubygems.org/gems/temple)
+[![Build 
Status](https://secure.travis-ci.org/judofyr/temple.svg?branch=master)](http://travis-ci.org/judofyr/temple)
 [![Code 
Climate](https://codeclimate.com/github/judofyr/temple.svg)](https://codeclimate.com/github/judofyr/temple)
 [![Gem 
Version](https://badge.fury.io/rb/temple.svg)](https://rubygems.org/gems/temple)
 
 Temple is an abstraction and a framework for compiling templates to pure Ruby.
 It's all about making it easier to experiment, implement and optimize template
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/temple/filters/string_splitter.rb 
new/lib/temple/filters/string_splitter.rb
--- old/lib/temple/filters/string_splitter.rb   2019-03-03 14:42:20.0 
+0100
+++ new/lib/temple/filters/string_splitter.rb   2019-09-12 22:47:18.0 
+0200
@@ -7,7 +7,7 @@
   module Filters
 # Compile [:dynamic, "foo#{bar}"] to [:multi, [:static, 'foo'], [:dynamic, 
'bar']]
 class StringSplitter < Filter
-  if defined?(Ripper) && RUBY_VERSION >= "2.0.0"
+  if defined?(Ripper) && RUBY_VERSION >= "2.0.0" && 
Ripper.respond_to?(:lex)
 class << self
   # `code` param must be valid string literal
   def compile(code)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/temple/static_analyzer.rb 
new/lib/temple/static_analyzer.rb
--- 

commit rubygem-temple for openSUSE:Factory

2019-03-27 Thread root
Hello community,

here is the log from the commit of package rubygem-temple for openSUSE:Factory 
checked in at 2019-03-27 16:17:31

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


Package is "rubygem-temple"

Wed Mar 27 16:17:31 2019 rev:2 rq:685120 version:0.8.1

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-temple/rubygem-temple.changes
2017-06-08 15:02:05.790700330 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-temple.new.25356/rubygem-temple.changes 
2019-03-27 16:17:32.651578018 +0100
@@ -1,0 +2,12 @@
+Thu Mar 14 11:07:12 UTC 2019 - Stephan Kulow 
+
+- updated to version 0.8.1
+ see installed CHANGES
+
+  0.8.1
+  
+* Stop relying on deprecated method in Rails (#121)
+* Fix issue with --enable-frozen-string-literal
+* Escape html in markdown
+
+---

Old:

  temple-0.8.0.gem

New:

  temple-0.8.1.gem



Other differences:
--
++ rubygem-temple.spec ++
--- /var/tmp/diff_new_pack.33Jqqi/_old  2019-03-27 16:17:33.459577850 +0100
+++ /var/tmp/diff_new_pack.33Jqqi/_new  2019-03-27 16:17:33.459577850 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-temple
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -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,7 +24,7 @@
 #
 
 Name:   rubygem-temple
-Version:0.8.0
+Version:0.8.1
 Release:0
 %define mod_name temple
 %define mod_full_name %{mod_name}-%{version}
@@ -33,7 +33,7 @@
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  ruby-macros >= 5
 Url:https://github.com/judofyr/temple
-Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
 Summary:Template compilation framework in Ruby
 License:MIT

++ temple-0.8.0.gem -> temple-0.8.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGES new/CHANGES
--- old/CHANGES 2017-02-12 13:20:10.0 +0100
+++ new/CHANGES 2019-03-03 14:42:20.0 +0100
@@ -1,3 +1,9 @@
+0.8.1
+
+  * Stop relying on deprecated method in Rails (#121)
+  * Fix issue with --enable-frozen-string-literal
+  * Escape html in markdown
+
 0.8.0
 
   * Add Temple::StaticAnalyzer to analyze Ruby expressions
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/EXPRESSIONS.md new/EXPRESSIONS.md
--- old/EXPRESSIONS.md  2017-02-12 13:20:10.0 +0100
+++ new/EXPRESSIONS.md  2019-03-03 14:42:20.0 +0100
@@ -220,7 +220,7 @@
 ### [:html, :tag, identifier, attributes, optional-sexp]
 
 HTML tag abstraction. Identifier can be a String or a Symbol. If the optional 
content Sexp is omitted
-the tag is closed (e.g.  ). The tag is also closed if the content 
Sexp is empty
+the tag is closed (e.g. `` ``). The tag is also closed if the 
content Sexp is empty
 (consists only of :multi and :newline expressions) and the tag is registered 
as auto-closing.
 
 Example:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2017-02-12 13:20:10.0 +0100
+++ new/README.md   2019-03-03 14:42:20.0 +0100
@@ -1,7 +1,7 @@
 Temple
 ==
 
-[![Build 
Status](https://secure.travis-ci.org/judofyr/temple.png?branch=master)](http://travis-ci.org/judofyr/temple)
 [![Dependency 
Status](https://gemnasium.com/judofyr/temple.png?travis)](https://gemnasium.com/judofyr/temple)
 [![Code 
Climate](https://codeclimate.com/github/judofyr/temple.png)](https://codeclimate.com/github/judofyr/temple)
+[![Build 
Status](https://secure.travis-ci.org/judofyr/temple.svg?branch=master)](http://travis-ci.org/judofyr/temple)
 [![Dependency 
Status](https://gemnasium.com/judofyr/temple.svg?travis)](https://gemnasium.com/judofyr/temple)
 [![Code 
Climate](https://codeclimate.com/github/judofyr/temple.svg)](https://codeclimate.com/github/judofyr/temple)
 [![Gem 
Version](https://badge.fury.io/rb/temple.svg)](https://rubygems.org/gems/temple)
 
 Temple is an abstraction and a framework for compiling templates to pure Ruby.
 It's all about making it easier