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

ruby3.3-rubygem-importmap-rails-2.0.3-1.1 RPM for riscv64

From OpenSuSE Ports Tumbleweed for riscv64

Name: ruby3.3-rubygem-importmap-rails Distribution: openSUSE Tumbleweed
Version: 2.0.3 Vendor: openSUSE
Release: 1.1 Build date: Mon Nov 4 17:54:32 2024
Group: Unspecified Build host: reproducible
Size: 57656 Source RPM: rubygem-importmap-rails-2.0.3-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/rails/importmap-rails
Summary: Use ESM with importmap to manage modern JavaScript in Rails without
Use ESM with importmap to manage modern JavaScript in Rails without
transpiling or bundling.

Provides

Requires

License

MIT

Changelog

* Mon Nov 04 2024 Dan Čermák <[email protected]>
  - 2.0.3:
    [#]# What's Changed
    * Fix compatibility with older Ruby versions @jhawthorn
    * *Full Changelog**: https://github.com/rails/importmap-rails/compare/v2.0.2...v2.0.3
    2.0.2:
    [#]# What's Changed
    * Add package information in vendored package file by @faqndo97 in https://github.com/rails/importmap-rails/pull/227
    * Update default provider to use `jspm.io` instead of `jspm` by @josefarias in https://github.com/rails/importmap-rails/pull/234
    * Updated module_name regexp to not match incorrect indexes by @Caleb-T-Owens in https://github.com/rails/importmap-rails/pull/238
    * Invoke app:template via Rake::Task[].invoke to avoid reloading rakefile by @Caleb-T-Owens in https://github.com/rails/importmap-rails/pull/239
    * Handle String response for "find latest version" by @vietqhoang in https://github.com/rails/importmap-rails/pull/246
    * Allows preload to be determined by provided entry_point by @aseroff in https://github.com/rails/importmap-rails/pull/253
    * Fix ./bin/importmap update by @arni1981 in https://github.com/rails/importmap-rails/pull/262
    [#]# New Contributors
    * @josefarias made their first contribution in https://github.com/rails/importmap-rails/pull/234
    * @wakairo made their first contribution in https://github.com/rails/importmap-rails/pull/249
    * @Caleb-T-Owens made their first contribution in https://github.com/rails/importmap-rails/pull/238
    * @schmijos made their first contribution in https://github.com/rails/importmap-rails/pull/260
    * @aseroff made their first contribution in https://github.com/rails/importmap-rails/pull/253
    * @arni1981 made their first contribution in https://github.com/rails/importmap-rails/pull/262
    * @corneverbruggen made their first contribution in https://github.com/rails/importmap-rails/pull/266
    * *Full Changelog**: https://github.com/rails/importmap-rails/compare/v2.0.1...v2.0.2
* Mon Jan 29 2024 Dan Čermák <[email protected]>
  - 2.0.1:
    [#]# What's Changed
    * Ensure update only runs when there are outdated packages by @dhh
    * *Full Changelog**: https://github.com/rails/importmap-rails/compare/v2.0.0...v2.0.1
    2.0.0:
    [#]# What's Changed
    This major release includes two potentially backwards-incompatible changes:
    * The compatibility shim is no longer included, since [all major browsers now natively support import maps](https://caniuse.com/import-maps). But if you need to support old browsers, like Safari 15, Firefox 75, Chrome 88, you should continue using the 1.x series of this gem.
    * Preloading is now the default. So if you have pins that you intend to lazy load, you need to specifically call `preload: false` as part of the pin.
    All changes:
    * Drop the bundled shim by @dhh in https://github.com/rails/importmap-rails/pull/216
    * Pinning should just always download by @dhh in https://github.com/rails/importmap-rails/pull/217
    * Preload all by default by @dhh in https://github.com/rails/importmap-rails/pull/218
    * Update Impoortmaps::Command#puts_table to be markdown compatible by @faqndo97 in https://github.com/rails/importmap-rails/pull/222
    * bin/importmap update by @botandrose in https://github.com/rails/importmap-rails/pull/214
    * *Full Changelog**: https://github.com/rails/importmap-rails/compare/v1.2.3...v2.0.0
* Fri Nov 03 2023 Dan Čermák <[email protected]>
  - 1.2.3:
    [#]# What's Changed
    * Fix using this gem outside of a Rails application by @rafaelfranca
    [#]# New Contributors
    * @rafaelfranca made their first contribution in https://github.com/rails/importmap-rails/pull/201
    * *Full Changelog**: https://github.com/rails/importmap-rails/compare/v1.2.2...v1.2.3
    1.2.2:
    [#]# What's Changed
    * Add single quote support in `importmap.rb` by @vietqhoang in https://github.com/rails/importmap-rails/pull/198
    * Remove prepended forward slash when mapping.path is empty by @jsntv200 in https://github.com/rails/importmap-rails/pull/192
    [#]# New Contributors
    * @vietqhoang made their first contribution in https://github.com/rails/importmap-rails/pull/198
    * @Rotario made their first contribution in https://github.com/rails/importmap-rails/pull/95
    * @jsntv200 made their first contribution in https://github.com/rails/importmap-rails/pull/192
    * *Full Changelog**: https://github.com/rails/importmap-rails/compare/v1.2.1...v1.2.2
    1.2.1:
    [#]# What's Changed
    * Add a packages command to get package info by @dkniffin in https://github.com/rails/importmap-rails/pull/178
    * Respect `config.enable_reloading` by @ghiculescu in https://github.com/rails/importmap-rails/pull/172
    * Add support for passing a custom importmap to the tag helper by @elia in https://github.com/rails/importmap-rails/pull/187
    [#]# New Contributors
    * @dkniffin made their first contribution in https://github.com/rails/importmap-rails/pull/178
    * @ghiculescu made their first contribution in https://github.com/rails/importmap-rails/pull/172
    * *Full Changelog**: https://github.com/rails/importmap-rails/compare/v1.1.6...v1.2.1
    1.1.6:
    [#]# What's Changed
    * Update [ES Module Shims to 1.7.2](https://github.com/guybedford/es-module-shims/releases/tag/1.7.2) by @dhh
    * Allow single quotes in config/importmaps.rb by @UweKubosch in https://github.com/rails/importmap-rails/pull/147
    * *Full Changelog**: https://github.com/rails/importmap-rails/compare/v1.1.5...v1.1.6
* Thu Aug 04 2022 Stephan Kulow <[email protected]>
  updated to version 1.1.5
    no changelog found
* Mon Mar 07 2022 Stephan Kulow <[email protected]>
  - initial package (version 1.0.3)

Files

/usr/lib64/ruby/gems/3.3.0/build_info
/usr/lib64/ruby/gems/3.3.0/cache/importmap-rails-2.0.3.gem
/usr/lib64/ruby/gems/3.3.0/gems/importmap-rails-2.0.3
/usr/lib64/ruby/gems/3.3.0/gems/importmap-rails-2.0.3/MIT-LICENSE
/usr/lib64/ruby/gems/3.3.0/gems/importmap-rails-2.0.3/README.md
/usr/lib64/ruby/gems/3.3.0/gems/importmap-rails-2.0.3/Rakefile
/usr/lib64/ruby/gems/3.3.0/gems/importmap-rails-2.0.3/app
/usr/lib64/ruby/gems/3.3.0/gems/importmap-rails-2.0.3/app/helpers
/usr/lib64/ruby/gems/3.3.0/gems/importmap-rails-2.0.3/app/helpers/importmap
/usr/lib64/ruby/gems/3.3.0/gems/importmap-rails-2.0.3/app/helpers/importmap/importmap_tags_helper.rb
/usr/lib64/ruby/gems/3.3.0/gems/importmap-rails-2.0.3/lib
/usr/lib64/ruby/gems/3.3.0/gems/importmap-rails-2.0.3/lib/importmap
/usr/lib64/ruby/gems/3.3.0/gems/importmap-rails-2.0.3/lib/importmap-rails.rb
/usr/lib64/ruby/gems/3.3.0/gems/importmap-rails-2.0.3/lib/importmap/commands.rb
/usr/lib64/ruby/gems/3.3.0/gems/importmap-rails-2.0.3/lib/importmap/engine.rb
/usr/lib64/ruby/gems/3.3.0/gems/importmap-rails-2.0.3/lib/importmap/map.rb
/usr/lib64/ruby/gems/3.3.0/gems/importmap-rails-2.0.3/lib/importmap/npm.rb
/usr/lib64/ruby/gems/3.3.0/gems/importmap-rails-2.0.3/lib/importmap/packager.rb
/usr/lib64/ruby/gems/3.3.0/gems/importmap-rails-2.0.3/lib/importmap/reloader.rb
/usr/lib64/ruby/gems/3.3.0/gems/importmap-rails-2.0.3/lib/importmap/version.rb
/usr/lib64/ruby/gems/3.3.0/gems/importmap-rails-2.0.3/lib/install
/usr/lib64/ruby/gems/3.3.0/gems/importmap-rails-2.0.3/lib/install/bin
/usr/lib64/ruby/gems/3.3.0/gems/importmap-rails-2.0.3/lib/install/bin/importmap
/usr/lib64/ruby/gems/3.3.0/gems/importmap-rails-2.0.3/lib/install/config
/usr/lib64/ruby/gems/3.3.0/gems/importmap-rails-2.0.3/lib/install/config/importmap.rb
/usr/lib64/ruby/gems/3.3.0/gems/importmap-rails-2.0.3/lib/install/install.rb
/usr/lib64/ruby/gems/3.3.0/gems/importmap-rails-2.0.3/lib/tasks
/usr/lib64/ruby/gems/3.3.0/gems/importmap-rails-2.0.3/lib/tasks/importmap_tasks.rake
/usr/lib64/ruby/gems/3.3.0/specifications/importmap-rails-2.0.3.gemspec
/usr/share/doc/packages/ruby3.3-rubygem-importmap-rails
/usr/share/doc/packages/ruby3.3-rubygem-importmap-rails/MIT-LICENSE
/usr/share/doc/packages/ruby3.3-rubygem-importmap-rails/README.md


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed Jan 8 00:34:02 2025