ruby-momentjs-rails 2.20.1-2 source package in Ubuntu

Changelog

ruby-momentjs-rails (2.20.1-2) unstable; urgency=medium

  * Install the missing files.
  * Apply engine-root.patch.

 -- Andrew Lee (李健秋) <email address hidden>  Fri, 18 Jan 2019 00:04:12 +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-momentjs-rails_2.20.1-2.dsc 2.2 KiB d00b86eb56fdc232407b57215cb55c577d6ac2990b4bc2a628540c61e9b40c1d
ruby-momentjs-rails_2.20.1.orig.tar.gz 111.8 KiB 353aa06df2b1d8235af447017cac7b3c733e37507bc46be195a62452ee3bf8cb
ruby-momentjs-rails_2.20.1-2.debian.tar.xz 3.0 KiB 0964c9a2ba109f7df04bd95e967b7f76f54154fd7f6938005c4acc40347cafb6

Available diffs

No changes file available.

Binary packages built by this source

ruby-momentjs-rails: wraps the Moment.js library in a rails engine for asset pipeline

 momentjs-rails wraps the Moment.js library in a rails engine for simple
 use with the asset pipeline provided by Rails 3.1 and higher. The gem
 includes the development (non-minified) source for ease of exploration.
 The asset pipeline will minify in production.
 .
 Moment.js is "a lightweight javascript date library for parsing,
 manipulating, and formatting dates." Moment.js does not modify the
 native Date object. Rather, it creates a wrapper for it.