[DRE-commits] [ruby-sprockets] branch master updated (a53b3b7 -> 0d5226e)

Rahulkrishnan R A rahulkrishnanra-guest at moszumanska.debian.org
Sat Aug 27 08:07:57 UTC 2016


This is an automated email from the git hooks/post-receive script.

rahulkrishnanra-guest pushed a change to branch master
in repository ruby-sprockets.

      from  a53b3b7   Run wrap-and-sort on packaging files
       new  738a773   New upstream version 3.7.0
       new  3eb5dfd   Merge tag 'upstream/3.7.0'
       new  0d5226e   New upstream release

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGELOG.md                            |  68 ++++++-
 README.md                               |  48 +++++
 debian/changelog                        |   7 +
 debian/control                          |   2 +-
 lib/sprockets.rb                        |  27 ++-
 lib/sprockets/base.rb                   |   9 +
 lib/sprockets/cache.rb                  |   4 +-
 lib/sprockets/cache/file_store.rb       |  11 +-
 lib/sprockets/coffee_script_template.rb |  13 +-
 lib/sprockets/compressing.rb            |  20 ++
 lib/sprockets/deprecation.rb            |  90 +++++++++
 lib/sprockets/digest_utils.rb           |  84 +++++----
 lib/sprockets/eco_template.rb           |  13 +-
 lib/sprockets/ejs_template.rb           |  13 +-
 lib/sprockets/engines.rb                |  11 ++
 lib/sprockets/erb_template.rb           |   7 +-
 lib/sprockets/legacy_tilt_processor.rb  |   2 +-
 lib/sprockets/loader.rb                 | 278 ++++++++++------------------
 lib/sprockets/manifest.rb               |  48 ++++-
 lib/sprockets/path_utils.rb             |  35 ++--
 lib/sprockets/processing.rb             |  10 +
 lib/sprockets/processor_utils.rb        |  15 +-
 lib/sprockets/resolve.rb                |   2 +
 lib/sprockets/sass_cache_store.rb       |   7 +-
 lib/sprockets/sass_processor.rb         |  18 +-
 lib/sprockets/sass_template.rb          |  16 +-
 lib/sprockets/uglifier_compressor.rb    |   2 +-
 lib/sprockets/unloaded_asset.rb         | 137 ++++++++++++++
 lib/sprockets/uri_tar.rb                |  98 ++++++++++
 lib/sprockets/utils.rb                  |  35 ++--
 lib/sprockets/utils/gzip.rb             |  67 +++++++
 lib/sprockets/version.rb                |   2 +-
 metadata.yml                            | 317 --------------------------------
 sprockets.gemspec                       |  78 ++++++++
 34 files changed, 1000 insertions(+), 594 deletions(-)
 create mode 100644 lib/sprockets/deprecation.rb
 create mode 100644 lib/sprockets/unloaded_asset.rb
 create mode 100644 lib/sprockets/uri_tar.rb
 create mode 100644 lib/sprockets/utils/gzip.rb
 delete mode 100644 metadata.yml
 create mode 100644 sprockets.gemspec

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-sprockets.git



More information about the Pkg-ruby-extras-commits mailing list