[DRE-commits] [ruby-sprockets] branch master updated (349c6ed -> ba5d70b)

Hleb Valoshka tsfgnu-guest at alioth.debian.org
Sat Oct 12 21:27:51 UTC 2013


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

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

      from  349c6ed   debian/copyright: use DEP5 copyright-format/1.0 official URL for Format field
       new  14484cb   Imported Upstream version 2.10.0
       new  a3f8002   Merge tag 'upstream/2.10.0'
       new  d622655   build with gem2deb (>= 0.5.0~), update Standards-Version to 3.9.4
       new  ba5d70b   prepare release

The 4 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:
 README.md                            |   68 +++++-
 bin/sprockets                        |    8 +
 checksums.yaml.gz                    |  Bin 0 -> 269 bytes
 debian/changelog                     |    9 +
 debian/control                       |    4 +-
 lib/rake/sprocketstask.rb            |   37 ++-
 lib/sprockets.rb                     |   22 +-
 lib/sprockets/asset.rb               |   19 +-
 lib/sprockets/asset_attributes.rb    |   13 +-
 lib/sprockets/base.rb                |   69 +++++-
 lib/sprockets/bundled_asset.rb       |    4 +-
 lib/sprockets/closure_compressor.rb  |   22 ++
 lib/sprockets/compressing.rb         |   73 ++++++
 lib/sprockets/context.rb             |   56 ++++-
 lib/sprockets/directive_processor.rb |    4 +-
 lib/sprockets/environment.rb         |    1 +
 lib/sprockets/errors.rb              |    1 +
 lib/sprockets/index.rb               |    1 +
 lib/sprockets/jst_processor.rb       |    8 +-
 lib/sprockets/manifest.rb            |   64 ++++-
 lib/sprockets/processed_asset.rb     |    2 +-
 lib/sprockets/processing.rb          |   40 ----
 lib/sprockets/sass_cache_store.rb    |    6 +-
 lib/sprockets/sass_compressor.rb     |   27 +++
 lib/sprockets/sass_functions.rb      |   70 ++++++
 lib/sprockets/sass_importer.rb       |    4 +-
 lib/sprockets/sass_template.rb       |   13 +-
 lib/sprockets/uglifier_compressor.rb |   29 +++
 lib/sprockets/version.rb             |    2 +-
 lib/sprockets/yui_compressor.rb      |   27 +++
 metadata.yml                         |  433 ++++++++++++++++++----------------
 31 files changed, 818 insertions(+), 318 deletions(-)
 create mode 100644 checksums.yaml.gz
 create mode 100644 lib/sprockets/closure_compressor.rb
 create mode 100644 lib/sprockets/compressing.rb
 create mode 100644 lib/sprockets/sass_compressor.rb
 create mode 100644 lib/sprockets/sass_functions.rb
 create mode 100644 lib/sprockets/uglifier_compressor.rb
 create mode 100644 lib/sprockets/yui_compressor.rb

-- 
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