[DRE-commits] [ruby-sprockets] branch master-experimental updated (122818f -> 8717752)
Ondrej Sury
ondrej at moszumanska.debian.org
Thu Aug 14 14:14:28 UTC 2014
This is an automated email from the git hooks/post-receive script.
ondrej pushed a change to branch master-experimental
in repository ruby-sprockets.
from 122818f Add gpb.conf for experimental
adds 0954e45 Imported Upstream version 2.7.0
new 7ab75ba Merge tag 'upstream/2.7.0' into master-experimental
new ae900b8 Revert "Workaround the fact that Rails depends on an old version of sprockets"
new dc25d67 Add Breaks: ruby-actionpack-3.2 (<< 3.2.8-1), so it doesn't break old Rails instalations.
new e8c6158 prepare 2.7.0-1 release
new 8717752 Fix compatibility with backported versions
The 5 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 | 27 +++
bin/sprockets | 8 +
debian/changelog | 9 +
debian/control | 1 +
debian/ruby-sprockets.install | 2 -
debian/sprockets-2.1.3.gemspec | 67 ------
lib/rake/sprocketstask.rb | 37 +--
lib/sprockets.rb | 22 +-
lib/sprockets/asset.rb | 2 +
lib/sprockets/asset_attributes.rb | 11 +-
lib/sprockets/base.rb | 42 +++-
lib/sprockets/closure_compressor.rb | 22 ++
lib/sprockets/compressing.rb | 73 ++++++
lib/sprockets/context.rb | 56 ++++-
lib/sprockets/directive_processor.rb | 2 +-
lib/sprockets/environment.rb | 1 +
lib/sprockets/errors.rb | 1 +
lib/sprockets/index.rb | 1 +
lib/sprockets/manifest.rb | 35 ++-
lib/sprockets/processed_asset.rb | 2 +-
lib/sprockets/processing.rb | 40 ----
lib/sprockets/sass_cache_store.rb | 4 +
lib/sprockets/sass_compressor.rb | 27 +++
lib/sprockets/sass_functions.rb | 70 ++++++
lib/sprockets/sass_template.rb | 13 +-
lib/sprockets/uglifier_compressor.rb | 22 ++
lib/sprockets/version.rb | 2 +-
lib/sprockets/yui_compressor.rb | 27 +++
metadata.yml | 434 +++++++++++++++++++----------------
29 files changed, 726 insertions(+), 334 deletions(-)
delete mode 100644 debian/ruby-sprockets.install
delete mode 100644 debian/sprockets-2.1.3.gemspec
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