Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

ruby2.5-rubygem-tilt-2.0.8-1.27 RPM for ppc64le

From OpenSuSE Leap 15.4 for ppc64le

Name: ruby2.5-rubygem-tilt Distribution: SUSE Linux Enterprise 15
Version: 2.0.8 Vendor: SUSE LLC <https://www.suse.com/>
Release: 1.27 Build date: Sat May 26 00:53:45 2018
Group: Development/Languages/Ruby Build host: nebbiolo
Size: 159998 Source RPM: rubygem-tilt-2.0.8-1.27.src.rpm
Packager: https://www.suse.com/
Url: http://github.com/rtomayko/tilt/
Summary: Generic interface to multiple Ruby template engines
Generic interface to multiple Ruby template engines.

Provides

Requires

License

MIT

Changelog

* Tue Jul 25 2017 hvogel@suse.com
  - updated to version 2.0.8
    * Register .tsx for TypeScript
    * Use Haml 5's new API
    * Use correct parser options for CommonMarker
    * Suppress warnings when no locals are used
    * Haml: Accept outvar
* Mon Mar 20 2017 coolo@suse.com
  - updated to version 2.0.7
    see installed CHANGELOG.md
    [#]# 2.0.7 (2017-03-19)
    * Do not modify BasicObject during template compilation on ruby 2.0+ (#309, jeremyevans)
* Fri Jan 27 2017 coolo@suse.com
  - updated to version 2.0.6
    see installed CHANGELOG.md
    [#]# 2.0.6 (2017-01-26)
    * Add support for LiveScript (#286, @Announcement Jacob Francis Powers)
    * Add support for Sigil (#302, winebarrel)
    * Add support for Erubi (#308, jeremyevans)
    * Add support for options in Liquid (#298, #299, laCour)
    * Always sort locals by strings (#307, jeremyevans)
    * Fix test warnings (#305, amatsuda)
    * Fix indentation (#293, yui-knk)
    * Use SVG badges in README (#294, vasinov)
    * Fix typo and trailing space (#295, #296, karloescota)
* Fri Jun 03 2016 coolo@suse.com
  - updated to version 2.0.5
    see installed CHANGELOG.md
    [#]# 2.0.5 (2016-06-02)
    * Add support for reST using Pandoc (#284, mfenner)
    * Make lazy loading thread-safe; remove warning (judofyr)
* Sat May 21 2016 coolo@suse.com
  - updated to version 2.0.4
    see installed CHANGELOG.md
    [#]# 2.0.4 (2016-05-16)
    * Fix regression in BuilderTemplate (#283, judofyr)
* Fri May 13 2016 coolo@suse.com
  - updated to version 2.0.3
    see installed CHANGELOG.md
    [#]# 2.0.3 (2016-05-12)
    * Add Pandoc support (#276, jmuheim)
    * Add CommonMark support (#282, raphink)
    * Add TypeScript support (#278, nghitran)
    * Work with frozen string literal (#274, jeremyevans)
    * Add MIME type for Babel (#273, SaitoWu)
* Thu Jan 21 2016 coolo@suse.com
  - updated to version 2.0.2
    see installed CHANGELOG.md
* Mon Oct 13 2014 adrian@suse.de
  - adapt to new rubygem packaging style
* Sun Mar 23 2014 coolo@suse.com
  - updated to version 2.0.1
    * Fix Tilt::Mapping bug in Ruby 2.1.0 (9589652c569760298f2647f7a0f9ed4f85129f20)
    * Fix `tilt --list` (#223, Achrome)
    * Fix circular require (#221, amarshall)
    * Support Pathname in Template#new (#219, kabturek)
    * Add Mapping#templates_for (judofyr)
    * Support old-style #register (judofyr)
* Sun Dec 01 2013 coolo@suse.com
  - updated to version 2.0.0
    * Add Handlebars as external template engine (#204, judofyr, jimothyGator)
    * Add org-ruby as external template engine (#207, judofyr, minad)
    * Documentation typo (#208, elgalu)
    * Documentation typo (#202, chip)
    * Use YARD for documentation (#189, judofyr)
    * Add Slim as an external template engine (judofyr)
    * Add Tilt.templates_for (#121, judofyr)
    * Add Tilt.current_template (#151, judofyr)
    * Avoid loading all files in tilt.rb (#160, #187, judofyr)
    * Implement lazily required templates classes (#178, #187, judofyr)
    * Move #allows_script and default_mime_type to metadata (#187, judofyr)
    * Introduce Tilt::Mapping (#187, judofyr)
    * Make template compilation thread-safe (#191, judofyr)
* Thu May 09 2013 coolo@suse.com
  - updated to version 1.4.1
    * Support Arrays in pre/postambles (#193, jbwiv)
* Sun May 05 2013 coolo@suse.com
  - updated to version 1.4.0
    * Better encoding support
* Fri Apr 12 2013 coolo@suse.com
  - updated to version 1.3.7
    * Erubis: Check for the correct constant (#183, mattwildig)
    * Don't fail when BasicObject is defined in 1.8 (#182, technobrat, judofyr)
* Mon Mar 18 2013 coolo@suse.com
  - updated to version 1.3.6
    * Accept Hash that implements #path as options (#180, lawso017)
    * Changed extension for CsvTemplate from '.csv' to '.rcsv' (#177, alexgb)
    * Fixed extension for PlainTemplate (judofyr)
    * Improved local variables regexp (#174, razorinc)
    * Added CHANGELOG.md
* Sun Mar 03 2013 coolo@suse.com
  - updated to version 1.3.4
    * Support RDoc 4.0 (#168, judofyr)
    * Add mention of Org-Mode support (#165, aslakknutsen)
    * Add AsciiDoctorTemplate (#163, #164, aslakknutsen)
    * Add PlainTextTemplate (nathanaeljones)
    * Restrict locals to valid variable names (#158, thinkerbot)
    * ERB: Improve trim mode support (#156, ssimeonov)
    * Add CSVTemplate (#153, alexgb)
    * Remove special case for 1.9.1 (#147, guilleiguaran)
    * Add allows\_script? method to Template (#143, bhollis)
    * Default to using Redcarpet2 (#139, DAddYE)
    * Allow File/Tempfile as filenames (#134, jamesotron)
    * Add EtanniTemplate (#131, manveru)
    * Support RDoc 3.10 (#112, timfel)
    * Always compile templates; remove old source evaluator (rtomayko)
    * Less: Options are now being passed to the parser (#106, cowboyd)
* Tue Jul 31 2012 jreidinger@suse.com
  - gem2rpm to get new provisions
* Fri Mar 23 2012 saschpe@suse.de
  - Spec file cleanup:
    * Factory preparation
* Thu Oct 06 2011 fcastelli@suse.com
  - update to 1.3.3 (bnc#727772)
    - Add Yajl Template implementation to render JSON content.
    - Add Yajl to the REAME.
    - Refactor the code to use a buffer variable.
    - Avoid creating an other variable.
    - Options is an attr, no need to pass it as argument.
    - markdown tests don't work without nokogiri
    - support for less 2.0, related to #90
    - enable radius tests on 1.9 for radius >= 0.7
    - Merge pull request #85 from weppos/yajl
    - Fix compilesite test for multiple threads (closes #93)
    - list sprockets
    - support for redcarpet 2.0
    - redcarpet 1.x compatibility mode
    - prefer redcarpet over rdiscount
    - add support for mediawiki templates
    - sass has its own gem now
    - axe old rubyforge_project from gemspec
    - add development dependencies for new template implementations
    - add a Gemfile for installing all deps when developing
* Mon Sep 12 2011 mrueckert@suse.de
  - provide the single digit versioned name aswell
* Thu Jul 21 2011 mrueckert@suse.de
  - update to 1.3.2
* Fri Mar 04 2011 fcastelli@novell.com
  - Updated to 1.2.2
* Wed Dec 01 2010 saschpe@gmx.de
  - Initial version (1.1.0).

Files

/etc/alternatives/tilt
/etc/alternatives/tilt-2.0.8
/etc/alternatives/tilt.ruby2.5
/usr/bin/tilt
/usr/bin/tilt-2.0.8
/usr/bin/tilt.ruby2.5
/usr/bin/tilt.ruby2.5-2.0.8
/usr/lib64/ruby/gems/2.5.0/build_info
/usr/lib64/ruby/gems/2.5.0/cache/tilt-2.0.8.gem
/usr/lib64/ruby/gems/2.5.0/gems/tilt-2.0.8
/usr/lib64/ruby/gems/2.5.0/gems/tilt-2.0.8/CHANGELOG.md
/usr/lib64/ruby/gems/2.5.0/gems/tilt-2.0.8/COPYING
/usr/lib64/ruby/gems/2.5.0/gems/tilt-2.0.8/Gemfile
/usr/lib64/ruby/gems/2.5.0/gems/tilt-2.0.8/HACKING
/usr/lib64/ruby/gems/2.5.0/gems/tilt-2.0.8/README.md
/usr/lib64/ruby/gems/2.5.0/gems/tilt-2.0.8/Rakefile
/usr/lib64/ruby/gems/2.5.0/gems/tilt-2.0.8/bin
/usr/lib64/ruby/gems/2.5.0/gems/tilt-2.0.8/bin/tilt
/usr/lib64/ruby/gems/2.5.0/gems/tilt-2.0.8/docs
/usr/lib64/ruby/gems/2.5.0/gems/tilt-2.0.8/docs/TEMPLATES.md
/usr/lib64/ruby/gems/2.5.0/gems/tilt-2.0.8/docs/common.css
/usr/lib64/ruby/gems/2.5.0/gems/tilt-2.0.8/lib
/usr/lib64/ruby/gems/2.5.0/gems/tilt-2.0.8/lib/tilt
/usr/lib64/ruby/gems/2.5.0/gems/tilt-2.0.8/lib/tilt.rb
/usr/lib64/ruby/gems/2.5.0/gems/tilt-2.0.8/lib/tilt/asciidoc.rb
/usr/lib64/ruby/gems/2.5.0/gems/tilt-2.0.8/lib/tilt/babel.rb
/usr/lib64/ruby/gems/2.5.0/gems/tilt-2.0.8/lib/tilt/bluecloth.rb
/usr/lib64/ruby/gems/2.5.0/gems/tilt-2.0.8/lib/tilt/builder.rb
/usr/lib64/ruby/gems/2.5.0/gems/tilt-2.0.8/lib/tilt/coffee.rb
/usr/lib64/ruby/gems/2.5.0/gems/tilt-2.0.8/lib/tilt/commonmarker.rb
/usr/lib64/ruby/gems/2.5.0/gems/tilt-2.0.8/lib/tilt/creole.rb
/usr/lib64/ruby/gems/2.5.0/gems/tilt-2.0.8/lib/tilt/csv.rb
/usr/lib64/ruby/gems/2.5.0/gems/tilt-2.0.8/lib/tilt/dummy.rb
/usr/lib64/ruby/gems/2.5.0/gems/tilt-2.0.8/lib/tilt/erb.rb
/usr/lib64/ruby/gems/2.5.0/gems/tilt-2.0.8/lib/tilt/erubi.rb
/usr/lib64/ruby/gems/2.5.0/gems/tilt-2.0.8/lib/tilt/erubis.rb
/usr/lib64/ruby/gems/2.5.0/gems/tilt-2.0.8/lib/tilt/etanni.rb
/usr/lib64/ruby/gems/2.5.0/gems/tilt-2.0.8/lib/tilt/haml.rb
/usr/lib64/ruby/gems/2.5.0/gems/tilt-2.0.8/lib/tilt/kramdown.rb
/usr/lib64/ruby/gems/2.5.0/gems/tilt-2.0.8/lib/tilt/less.rb
/usr/lib64/ruby/gems/2.5.0/gems/tilt-2.0.8/lib/tilt/liquid.rb
/usr/lib64/ruby/gems/2.5.0/gems/tilt-2.0.8/lib/tilt/livescript.rb
/usr/lib64/ruby/gems/2.5.0/gems/tilt-2.0.8/lib/tilt/mapping.rb
/usr/lib64/ruby/gems/2.5.0/gems/tilt-2.0.8/lib/tilt/markaby.rb
/usr/lib64/ruby/gems/2.5.0/gems/tilt-2.0.8/lib/tilt/maruku.rb
/usr/lib64/ruby/gems/2.5.0/gems/tilt-2.0.8/lib/tilt/nokogiri.rb
/usr/lib64/ruby/gems/2.5.0/gems/tilt-2.0.8/lib/tilt/pandoc.rb
/usr/lib64/ruby/gems/2.5.0/gems/tilt-2.0.8/lib/tilt/plain.rb
/usr/lib64/ruby/gems/2.5.0/gems/tilt-2.0.8/lib/tilt/prawn.rb
/usr/lib64/ruby/gems/2.5.0/gems/tilt-2.0.8/lib/tilt/radius.rb
/usr/lib64/ruby/gems/2.5.0/gems/tilt-2.0.8/lib/tilt/rdiscount.rb
/usr/lib64/ruby/gems/2.5.0/gems/tilt-2.0.8/lib/tilt/rdoc.rb
/usr/lib64/ruby/gems/2.5.0/gems/tilt-2.0.8/lib/tilt/redcarpet.rb
/usr/lib64/ruby/gems/2.5.0/gems/tilt-2.0.8/lib/tilt/redcloth.rb
/usr/lib64/ruby/gems/2.5.0/gems/tilt-2.0.8/lib/tilt/rst-pandoc.rb
/usr/lib64/ruby/gems/2.5.0/gems/tilt-2.0.8/lib/tilt/sass.rb
/usr/lib64/ruby/gems/2.5.0/gems/tilt-2.0.8/lib/tilt/sigil.rb
/usr/lib64/ruby/gems/2.5.0/gems/tilt-2.0.8/lib/tilt/string.rb
/usr/lib64/ruby/gems/2.5.0/gems/tilt-2.0.8/lib/tilt/template.rb
/usr/lib64/ruby/gems/2.5.0/gems/tilt-2.0.8/lib/tilt/typescript.rb
/usr/lib64/ruby/gems/2.5.0/gems/tilt-2.0.8/lib/tilt/wikicloth.rb
/usr/lib64/ruby/gems/2.5.0/gems/tilt-2.0.8/lib/tilt/yajl.rb
/usr/lib64/ruby/gems/2.5.0/gems/tilt-2.0.8/man
/usr/lib64/ruby/gems/2.5.0/gems/tilt-2.0.8/man/index.txt
/usr/lib64/ruby/gems/2.5.0/gems/tilt-2.0.8/man/tilt.1.ronn
/usr/lib64/ruby/gems/2.5.0/gems/tilt-2.0.8/tilt.gemspec
/usr/lib64/ruby/gems/2.5.0/specifications/tilt-2.0.8.gemspec
/usr/share/doc/packages/ruby2.5-rubygem-tilt
/usr/share/doc/packages/ruby2.5-rubygem-tilt/CHANGELOG.md
/usr/share/doc/packages/ruby2.5-rubygem-tilt/COPYING
/usr/share/doc/packages/ruby2.5-rubygem-tilt/README.md


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 17:00:22 2024