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

ruby2.5-rubygem-uglifier-4.1.5-1.16 RPM for ppc64le

From OpenSuSE Leap 15.4 for ppc64le

Name: ruby2.5-rubygem-uglifier Distribution: SUSE Linux Enterprise 15
Version: 4.1.5 Vendor: SUSE LLC <https://www.suse.com/>
Release: 1.16 Build date: Sat May 26 00:53:46 2018
Group: Development/Languages/Ruby Build host: nebbiolo
Size: 996705 Source RPM: rubygem-uglifier-4.1.5-1.16.src.rpm
Packager: https://www.suse.com/
Url: http://github.com/lautis/uglifier
Summary: Ruby wrapper for UglifyJS JavaScript compressor
Uglifier minifies JavaScript files by wrapping UglifyJS to be accessible in
Ruby.

Provides

Requires

License

MIT and BSD-3-Clause

Changelog

* Tue Jan 30 2018 cbruckmayer@suse.com
  - Update to version 4.1.5
    * update UglifyJS to 3.3.9
    * update uglify-es to 3.3.9
    4.1.4 (22 January 2018)
    * update UglifyJS to 3.3.8
    * update uglify-es to 3.3.8
* Mon Jan 08 2018 enavarro@suse.com
  - Updated to version 4.1.3
    * update UglifyJS to 3.3.5
* Tue Jan 02 2018 dkang@suse.com
  - Updated to version 4.1.2
    * update UglifyJS to 3.3.4
* Thu Dec 14 2017 hvogel@suse.com
  - updated to version 4.0.2
    see installed CHANGELOG.md
* Thu Apr 13 2017 coolo@suse.com
  - updated to version 3.2.0
    see installed CHANGELOG.md
    [#]# 3.2.0 (9 April 2017)
    - experimental ES6/Harmony mode based on UglifyJS2 Harmony branch
    - update UglifyJS to 2.8.22
* Tue Apr 04 2017 coolo@suse.com
  - updated to version 3.1.13
    see installed CHANGELOG.md
    [#]# 3.1.13 (3 April 2017)
    - update UglifyJS to 2.8.21
    [#]# 3.1.12 (31 March 2017)
    - update UglifyJS to 2.8.20
* Wed Mar 29 2017 coolo@suse.com
  - updated to version 3.1.11
    see installed CHANGELOG.md
    [#]# 3.1.11 (28 March 2017)
    - update UglifyJS to 2.8.17
* Sun Mar 26 2017 coolo@suse.com
  - updated to version 3.1.10
    see installed CHANGELOG.md
    [#]# 3.1.10 (25 March 2017)
    - update UglifyJS to 2.8.16
* Wed Mar 22 2017 coolo@suse.com
  - updated to version 3.1.9
    see installed CHANGELOG.md
    [#]# 3.1.9 (19 March 2017)
    - update UglifyJS to 2.8.14
* Sat Mar 18 2017 coolo@suse.com
  - updated to version 3.1.8
    see installed CHANGELOG.md
    [#]# 3.1.8 (17 March 2017)
    - update UglifyJS to 2.8.13
* Thu Mar 16 2017 coolo@suse.com
  - updated to version 3.1.7
    see installed CHANGELOG.md
    [#]# 3.1.7 (11 March 2017)
    - fix NoMethodError on `Uglifier.compile(source, source_map: false)` (#114)
    - update UglifyJS to 2.8.12
    [#]# 3.1.6 (9 March 2017)
    - update UglifyJS to 2.8.11
    [#]# 3.1.5 (8 March 2017)
    - update UglifyJS to 2.8.9
    [#]# 3.1.4 (5 March 2017)
    - Update UglifyJS to 2.8.7
    [#]# 3.1.3 (2 March 2017)
    - update UglifyJS to 2.8.5
    - default passes to 1
    - allow source_map option to be `true` instead of a hash
    [#]# 3.1.2 (1 March 2017)
    - fix `reduce_vars` compressor option
    - add `passes` compressor option
    - update UglifyJS to 2.8.4
* Tue Feb 28 2017 coolo@suse.com
  - updated to version 3.1.1
    see installed CHANGELOG.md
    [#]# 3.1.1 (27 February 2017)
    - disable `reduce_vars` by default as it causes JS errors (#110)
    [#]# 3.1.0 (27 February 2017)
    - update UglifyJS to 2.8.0
    - add reduce_vars compress option
    - enable `reduce_vars` and `collapse_vars` compress options by default
    - unused top-level function and variable removal with `toplevel` compress option
    - add `top_retain` compress option to specify list of top-level variables to always retain
    - add `unsafe_comps` and `unsafe_proto` options
* Thu Dec 01 2016 coolo@suse.com
  - updated to version 3.0.4
    see installed CHANGELOG.md
    [#]# 3.0.4 (30 November 2016)
    - update UglifyJS to 2.7.5
    - implement ignore_quoted and debug options for mangle_properties
* Tue Oct 25 2016 coolo@suse.com
  - updated to version 3.0.3
    see installed CHANGELOG.md
    [#]# 3.0.3 (24 October 2016)
    - update UglifyJS to 2.7.4
    - add wrap_iife output option to wrap IIFEs in parenthesis
* Sun Aug 21 2016 coolo@suse.com
  - updated to version 3.0.2
    see installed CHANGELOG.md
    [#]# 3.0.2 (20 August 2016)
    - add top-level keep_fnames option that implies both compressor and mangler keep_fnames
    - update UglifyJS to 2.7.3
* Sat Jul 30 2016 coolo@suse.com
  - updated to version 3.0.1
    see installed CHANGELOG.md
    [#]# 3.0.1 (28 July 2016)
    - update UglifyJS to 2.7.0
    - split JS dependencies to separate files
* Wed Apr 06 2016 coolo@suse.com
  - updated to version 3.0.0
    see installed CHANGELOG.md
    [#]# 3.0.0 (22 March 2016)
    - drop support for Ruby 1.8
    - remove json as dependency
    - discard unused function arguments only in unsafe mode
    - add `keep_fnames` option to preserve function names in compressed code
    - add `collapse_vars` option to collapse single-use variables
    - backwards incompatible changes to source map options
    - support for inline base64 encoded source maps
    - mangle property names option (disabled by default)
    - update UglifyJS to 2.6.2
* Thu Aug 27 2015 coolo@suse.com
  - updated to version 2.7.2
    see installed CHANGELOG.md
    [#]# 2.7.2 (26 August 2015)
    - update UglifyJS to 2.4.24
* Sat Feb 28 2015 coolo@suse.com
  - updated to version 2.7.1
    - fix compatibility with experimental Alaska ExecJS runtime
* Sat Feb 07 2015 coolo@suse.com
  - updated to version 2.7.0
    - copyright comment preservation also includes comments starting with a bang (!)
    - update UglifyJS to 2.4.16
    - allow metadata to be appended to minified code
* Wed Oct 15 2014 coolo@suse.com
  - add gem2rpm.yml to fix license
* Wed Oct 15 2014 coolo@suse.com
  - updated to version 2.5.3
    - update UglifyJS to 2.4.15
* Mon Oct 13 2014 adrian@suse.de
  - adapt to new rubygem packaging style
* Tue Mar 18 2014 coolo@suse.com
  - updated to version 2.5.0
    - update UglifyJS to 2.4.13
    - process Angular @ngInject annotations
    - add keep_fargs option
    - change `ascii_only` default to true
* Fri Dec 20 2013 coolo@suse.com
  - updated to version 2.4.0
    - update UglifyJS to 2.4.8
    - add drop_console compress option
* Fri Dec 13 2013 coolo@suse.com
  - updated to version 2.3.3
    - update UglifyJS to 2.4.7
* Tue Dec 03 2013 coolo@suse.com
  - updated to version 2.3.2
    - update UglifyJS to 2.4.6
    - document missing mangler and output options
* Fri Nov 22 2013 coolo@suse.com
  - updated to version 2.3.1
    - update UglifyJS to 2.4.3
* Thu Oct 31 2013 coolo@suse.com
  - updated to version 2.3.0
    - use JSON gem instead of multi_json
    - update UglifyJS to 2.4.1
    - fix issues with some Unicode JS identifiers (#47, #58)
* Fri Aug 30 2013 coolo@suse.com
  - updated to version 2.2.1
    - fix IE8 compatibility
* Mon Aug 26 2013 coolo@suse.com
  - updated to version 2.2.0
    - update UglifyJS to 2.4.0
    - add `negate_iife` compressor option
    - escape null characters as \x00, so that null followed by number isn't
      interpreted as octal (#47)
* Sat Jul 20 2013 coolo@suse.com
  - updated to version 2.1.2
    - update UglifyJS to 2.3.6
    - fix JScript compatibility
    - update UglifyJS to 2.3.4
* Fri May 24 2013 coolo@suse.com
  - updated to version 2.1.1
    - update to UglifyJS 2.3.4
* Thu May 09 2013 coolo@suse.com
  - updated to version 2.1.0
    - update to UglifyJS 2.3.0
    - add enclose and screw_ie8 options
    - fix compatibility with Sprockets 2.9.0
* Fri Apr 12 2013 coolo@suse.com
  - updated to version 2.0.1, new javascript version
* Mon Sep 03 2012 coolo@suse.com
  - updated to version 1.3.0, work with different multi_json versions
* Fri Aug 03 2012 coolo@suse.com
  - updated to version 1.2.7, updated javascript
* Fri Jul 06 2012 coolo@suse.com
  - update to 1.2.6, bug fixes
* Fri Jun 29 2012 cfarrell@suse.com
  - license update: MIT and BSD-3-Clause
    LICENSE.txt is MIT but uglifier.js is BSD
* Fri Jun 22 2012 coolo@suse.com
  - update to 1.2.5, bug fixes
* Tue Apr 17 2012 coolo@suse.com
  - update to 1.2.4

Files

/usr/lib64/ruby/gems/2.5.0/build_info
/usr/lib64/ruby/gems/2.5.0/cache/uglifier-4.1.5.gem
/usr/lib64/ruby/gems/2.5.0/gems/uglifier-4.1.5
/usr/lib64/ruby/gems/2.5.0/gems/uglifier-4.1.5/.document
/usr/lib64/ruby/gems/2.5.0/gems/uglifier-4.1.5/.gitignore
/usr/lib64/ruby/gems/2.5.0/gems/uglifier-4.1.5/.gitmodules
/usr/lib64/ruby/gems/2.5.0/gems/uglifier-4.1.5/.rspec
/usr/lib64/ruby/gems/2.5.0/gems/uglifier-4.1.5/.rubocop.yml
/usr/lib64/ruby/gems/2.5.0/gems/uglifier-4.1.5/.travis.yml
/usr/lib64/ruby/gems/2.5.0/gems/uglifier-4.1.5/.yardopts
/usr/lib64/ruby/gems/2.5.0/gems/uglifier-4.1.5/CHANGELOG.md
/usr/lib64/ruby/gems/2.5.0/gems/uglifier-4.1.5/CONTRIBUTING.md
/usr/lib64/ruby/gems/2.5.0/gems/uglifier-4.1.5/Gemfile
/usr/lib64/ruby/gems/2.5.0/gems/uglifier-4.1.5/LICENSE.txt
/usr/lib64/ruby/gems/2.5.0/gems/uglifier-4.1.5/README.md
/usr/lib64/ruby/gems/2.5.0/gems/uglifier-4.1.5/Rakefile
/usr/lib64/ruby/gems/2.5.0/gems/uglifier-4.1.5/lib
/usr/lib64/ruby/gems/2.5.0/gems/uglifier-4.1.5/lib/es5.js
/usr/lib64/ruby/gems/2.5.0/gems/uglifier-4.1.5/lib/source-map.js
/usr/lib64/ruby/gems/2.5.0/gems/uglifier-4.1.5/lib/split.js
/usr/lib64/ruby/gems/2.5.0/gems/uglifier-4.1.5/lib/uglifier
/usr/lib64/ruby/gems/2.5.0/gems/uglifier-4.1.5/lib/uglifier.js
/usr/lib64/ruby/gems/2.5.0/gems/uglifier-4.1.5/lib/uglifier.rb
/usr/lib64/ruby/gems/2.5.0/gems/uglifier-4.1.5/lib/uglifier/version.rb
/usr/lib64/ruby/gems/2.5.0/gems/uglifier-4.1.5/lib/uglify-harmony.js
/usr/lib64/ruby/gems/2.5.0/gems/uglifier-4.1.5/lib/uglify.js
/usr/lib64/ruby/gems/2.5.0/gems/uglifier-4.1.5/uglifier.gemspec
/usr/lib64/ruby/gems/2.5.0/specifications/uglifier-4.1.5.gemspec
/usr/share/doc/packages/ruby2.5-rubygem-uglifier
/usr/share/doc/packages/ruby2.5-rubygem-uglifier/CHANGELOG.md
/usr/share/doc/packages/ruby2.5-rubygem-uglifier/LICENSE.txt
/usr/share/doc/packages/ruby2.5-rubygem-uglifier/README.md


Generated by rpm2html 1.8.1

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