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

ruby2.5-rubygem-js-routes-testsuite-1.4.1-1.26 RPM for s390x

From OpenSuSE Leap 15.3 for s390x

Name: ruby2.5-rubygem-js-routes-testsuite Distribution: SUSE Linux Enterprise 15
Version: 1.4.1 Vendor: SUSE LLC <https://www.suse.com/>
Release: 1.26 Build date: Sat May 26 06:32:46 2018
Group: Development/Languages/Ruby Build host: s390lpd
Size: 53145 Source RPM: rubygem-js-routes-1.4.1-1.26.src.rpm
Packager: https://www.suse.com/
Url: http://github.com/railsware/js-routes
Summary: Test suite for js-routes
Test::Unit or RSpec files, useful for developers.

Provides

Requires

License

MIT

Changelog

* Mon Sep 11 2017 coolo@suse.com
  - updated to version 1.4.1
    see installed CHANGELOG.md
    [#]# v1.4.1
    * Fixed bug when js-routes is used in envs without window.location #224
    [#]# v1.4.0
    * __breaking change!__ Implemented Routes.config() and Routes.configure instead of Routes.defaults
    New methods support 4 options at the moment:
    ``` js
    Routes.configuration(); // =>
    /*
    {
      prefix: "",
      default_url_options: {},
      special_options_key: '_options',
      serializer: function(...) { ... }
    }
    * /
    Routes.configure({
    prefix: '/app',
    default_url_options: {format: 'json'},
    special_options_key: '_my_options_key',
    serializer: function(...) { ... }
    });
    ```
    [#]# v1.3.3
    * Improved optional parameters support #216
    [#]# v1.3.2
    * Added `application` option #214
    [#]# v1.3.1
    * Raise error object with id null passed as route paramter #209
    * Sprockets bugfixes #212
* Wed Mar 01 2017 coolo@suse.com
  - updated to version 1.3.3
    see installed CHANGELOG.md
* Fri Dec 09 2016 coolo@suse.com
  - updated to version 1.3.2
    see installed CHANGELOG.md
* Tue Nov 29 2016 coolo@suse.com
  - updated to version 1.3.1
    see installed CHANGELOG.md
    [#]# v1.3.0
    * Introduce the special _options key. Fixes #86
* Thu Aug 18 2016 coolo@suse.com
  - updated to version 1.3.0
    see installed CHANGELOG.md
* Thu Aug 11 2016 coolo@suse.com
  - updated to version 1.2.9
    see installed CHANGELOG.md
    [#]# v1.2.9
    * Fixed deprecation varning on Sprockets 3.7
* Sat Aug 06 2016 coolo@suse.com
  - updated to version 1.2.8
    see installed CHANGELOG.md
    [#]# v1.2.8
    * Bugfix warning on Sprockets 4.0 #202
* Fri Jul 15 2016 coolo@suse.com
  - updated to version 1.2.7
    see installed CHANGELOG.md
    [#]# v1.2.7
    * Drop support 1.9.3
    * Add helper for indexOf, if no native implementation in JS engine
    * Add sprockets3 compatibility
    * Bugfix domain defaults to path #197
* Fri Jun 03 2016 coolo@suse.com
  - updated to version 1.2.6
    see installed CHANGELOG.md
    [#]# v1.2.6
    * Use default prefix from `Rails.application.config.relative_url_root` #186
    * Bugfix route globbing with optional fragments bug #191
* Wed Apr 06 2016 coolo@suse.com
  - updated to version 1.2.5
    see installed CHANGELOG.md
    [#]# v1.2.5
    * Bugfix subdomain default parameter in routes #184
    * Bugfix infinite recursion in some specific route sets #183
    [#]# v1.2.4
    * Additional bugfixes to support all versions of Sprockets: 2.x and 3.x
* Sun Feb 14 2016 coolo@suse.com
  - updated to version 1.2.4
    see installed CHANGELOG.md
* Thu Jan 28 2016 coolo@suse.com
  - updated to version 1.2.3
    see installed CHANGELOG.md
    [#]# v1.2.3
    * Sprockets ~= 3.0 support
    [#]# v1.2.2
    * Sprockets ~= 3.0 support
    * Support default parameters specified in route.rb file
* Thu Jan 21 2016 coolo@suse.com
  - updated to version 1.2.2
    see installed CHANGELOG.md
    [#]# v1.2.1
    * Fixes for Rails 5
    [#]# v1.2.0
    * Support host, port and protocol inline parameters
    * Support host, port and protocol parameters given to a route explicitly
    * Remove all incompatibilities between actiondispatch and js-routes in handling route URLs
    [#]# v1.1.2
    * Bugfix support nested object null parameters #164
    * Bugfix support for nested optional parameters #162 #163
* Tue Sep 15 2015 coolo@suse.com
  - updated to version 1.1.2
    see installed CHANGELOG.md
    [#]# v1.1.1
    * Bugfix regression in serialisation on blank strings caused by [#155](https://github.com/railsware/js-routes/pull/155/files)
* Fri Sep 11 2015 coolo@suse.com
  - updated to version 1.1.1
    see installed CHANGELOG.md
* Thu Aug 06 2015 coolo@suse.com
  - updated to version 1.1.0
    see installed CHANGELOG.md
    [#]# v1.1.0
    * Ensure routes are loaded, prior to generating them [#148](https://github.com/railsware/js-routes/pull/148)
    * Use `flat_map` rather than `map{...}.flatten` [#149](https://github.com/railsware/js-routes/pull/149)
    * URL escape routes.rb url to fix bad URI(is not URI?) error [#150](https://github.com/railsware/js-routes/pull/150)
    * Fix for rails 5 - test rails-edge on travis allowing failure [#151](https://github.com/railsware/js-routes/pull/151)
    * Adds `serializer` option [#155](https://github.com/railsware/js-routes/pull/155/files)
    [#]# v1.0.1
    * Support sprockets-3
    * Performance optimization of include/exclude options
* Thu Apr 23 2015 coolo@suse.com
  - updated to version 1.0.1
    see installed CHANGELOG.md
    [#]# v1.0.0
* Tue Feb 10 2015 coolo@suse.com
  - updated to version 1.0.0
* Mon Oct 13 2014 coolo@suse.com
  - adapt to new rubygem packaging
* Wed Apr 23 2014 tboerger@suse.com
  - Initial packaging of 0.9.7

Files

/usr/lib64/ruby/gems/2.5.0/gems/js-routes-1.4.1/spec
/usr/lib64/ruby/gems/2.5.0/gems/js-routes-1.4.1/spec/dummy
/usr/lib64/ruby/gems/2.5.0/gems/js-routes-1.4.1/spec/dummy/app
/usr/lib64/ruby/gems/2.5.0/gems/js-routes-1.4.1/spec/dummy/app/assets
/usr/lib64/ruby/gems/2.5.0/gems/js-routes-1.4.1/spec/dummy/app/assets/javascripts
/usr/lib64/ruby/gems/2.5.0/gems/js-routes-1.4.1/spec/dummy/app/assets/javascripts/.gitkeep
/usr/lib64/ruby/gems/2.5.0/gems/js-routes-1.4.1/spec/dummy/config
/usr/lib64/ruby/gems/2.5.0/gems/js-routes-1.4.1/spec/dummy/config/routes.rb
/usr/lib64/ruby/gems/2.5.0/gems/js-routes-1.4.1/spec/js_routes
/usr/lib64/ruby/gems/2.5.0/gems/js-routes-1.4.1/spec/js_routes/amd_compatibility_spec.rb
/usr/lib64/ruby/gems/2.5.0/gems/js-routes-1.4.1/spec/js_routes/default_serializer_spec.rb
/usr/lib64/ruby/gems/2.5.0/gems/js-routes-1.4.1/spec/js_routes/generated_javascript_spec.rb
/usr/lib64/ruby/gems/2.5.0/gems/js-routes-1.4.1/spec/js_routes/options_spec.rb
/usr/lib64/ruby/gems/2.5.0/gems/js-routes-1.4.1/spec/js_routes/rails_routes_compatibility_spec.rb
/usr/lib64/ruby/gems/2.5.0/gems/js-routes-1.4.1/spec/js_routes/zzz_last_post_rails_init_spec.rb
/usr/lib64/ruby/gems/2.5.0/gems/js-routes-1.4.1/spec/spec_helper.rb
/usr/lib64/ruby/gems/2.5.0/gems/js-routes-1.4.1/spec/support
/usr/lib64/ruby/gems/2.5.0/gems/js-routes-1.4.1/spec/support/routes.rb


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 15:01:09 2024