[DRE-commits] [ruby-asset-sync] branch master updated (c8eb398 -> cc1ab85)

Christian Hofstaedtler zeha at moszumanska.debian.org
Mon Dec 23 23:17:49 UTC 2013


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

zeha pushed a change to branch master
in repository ruby-asset-sync.

      from  c8eb398   add itp, target unstable
      adds  f159a95   Imported Upstream version 1.0.0
       new  510272b   Merge tag 'upstream/1.0.0'
       new  e09f4f0   Update Standards-Version to 3.9.5 (no changes)
       new  fc30c1c   Update Build-Depends for ruby2.0, drop ruby1.8
       new  876f6e8   Refresh patches
       new  9d0438e   Build-Depend on simplecov instead of rcov (follow upstream)
       new  cc1ab85   Prepare changelog

The 6 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:
 .gitignore                                         |   5 +-
 .travis.yml                                        |  39 ++++--
 Appraisals                                         |  11 ++
 Gemfile                                            |   6 +-
 README.md                                          |  70 +++++++---
 Rakefile                                           |   8 ++
 asset_sync.gemspec                                 |   8 +-
 debian/changelog                                   |  11 ++
 debian/control                                     |   4 +-
 debian/patches/disable-aws-tests.patch             |  14 +-
 debian/patches/remove-rubygems-bundler.patch       |  26 ++++
 .../remove-simplecov-rubygems-bundler.patch        |  45 -------
 debian/patches/series                              |   2 +-
 docs/heroku.md                                     |   4 +-
 gemfiles/rails_3.1.gemfile                         |  10 ++
 gemfiles/rails_3.2.gemfile                         |  10 ++
 gemfiles/rails_4.0.gemfile                         |  10 ++
 lib/asset_sync/asset_sync.rb                       |  20 ++-
 lib/asset_sync/config.rb                           |  60 +++++++--
 lib/asset_sync/engine.rb                           |  39 +++---
 lib/asset_sync/storage.rb                          | 112 ++++++++++++----
 lib/asset_sync/version.rb                          |   2 +-
 lib/generators/asset_sync/templates/asset_sync.rb  |  10 +-
 lib/generators/asset_sync/templates/asset_sync.yml |   6 +-
 lib/tasks/asset_sync.rake                          |  21 ++-
 metadata.yml                                       |  24 ++--
 spec/dummy_app/Rakefile                            |   3 +-
 spec/fixtures/aws_with_yml/config/asset_sync.yml   |   1 +
 .../config/asset_sync.yml                          |   2 +-
 spec/integration/aws_integration_spec.rb           |  27 +++-
 spec/spec_helper.rb                                |  14 +-
 spec/unit/asset_sync_spec.rb                       |  60 ++++++++-
 spec/unit/google_spec.rb                           |   4 +-
 spec/unit/multi_mime_spec.rb                       |  32 ++---
 spec/unit/storage_spec.rb                          | 141 +++++++++++++++++++++
 35 files changed, 656 insertions(+), 205 deletions(-)
 create mode 100644 Appraisals
 create mode 100644 debian/patches/remove-rubygems-bundler.patch
 delete mode 100644 debian/patches/remove-simplecov-rubygems-bundler.patch
 create mode 100644 gemfiles/rails_3.1.gemfile
 create mode 100644 gemfiles/rails_3.2.gemfile
 create mode 100644 gemfiles/rails_4.0.gemfile
 copy spec/fixtures/{aws_with_yml => with_invalid_yml}/config/asset_sync.yml (95%)

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



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