ruby-webpack-rails 0.9.11+git-1 source package in Ubuntu

Changelog

ruby-webpack-rails (0.9.11+git-1) unstable; urgency=medium

  * Re-fetch upstream tarball version 0.9.11 from upstream's github
    which contains tests.
  * Added debian/ruby-tests.rake to enable the tests.
  * Add missing build-deps for tests.
  * Bump standard-version to 4.2.1 without any other changes.
  * Update watch file to fetch from upstream's github.

 -- Andrew Lee (李健秋) <email address hidden>  Thu, 22 Nov 2018 22:02:50 +0800

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc
Focal release universe misc

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-webpack-rails_0.9.11+git-1.dsc 2.1 KiB 7f35993a4b5f93bee1a8aeeef5a8a5a00efad9b3e45bc2e874f437984244c021
ruby-webpack-rails_0.9.11+git.orig.tar.gz 12.1 KiB 624904c33d80fc7a7cfd0dbfadee7bf58574a76cd77c6673ae135eba2a90f7e2
ruby-webpack-rails_0.9.11+git-1.debian.tar.xz 2.4 KiB 3c539e828a77181a6d98fab3ed7e4cd958f98c8463e3e5094b397ed67c7751c3

Available diffs

No changes file available.

Binary packages built by this source

ruby-webpack-rails: Webpack & Rails integration made easier

 Production-tested, JavaScript-first tooling to use webpack within your Rails
 application.
 .
 Webpack takes code targeted at node.js and makes it run in the browser.
 Node.js comes with API of its own that is not available in the browsers.
 Webpack exposes this code to programs that are unaware they are running in a
 browser.
 .
 This allows using nodejs modules directly in rails applications without using
 wrappers like jquery-rails or rails-assets-jquery.