[DRE-commits] [ruby-sprockets-rails] 02/04: Imported Debian patch 2.0.1-1

Christian Hofstaedtler zeha at moszumanska.debian.org
Thu Jan 16 10:50:25 UTC 2014


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

zeha pushed a commit to branch master
in repository ruby-sprockets-rails.

commit 5833383affa4ef74fea7d25651ed18572fb9460c
Merge: b8ea06c b550806
Author: Ondřej Surý <ondrej at debian.org>
Date:   Tue Dec 3 13:58:01 2013 +0100

    Imported Debian patch 2.0.1-1

 .gitignore                        |   3 +
 .travis.yml                       |  12 ++
 CHANGELOG.md                      |  16 ++
 Gemfile                           |   6 +
 LICENSE                           |  20 ++
 README.md                         |   4 +-
 Rakefile                          |   9 +
 checksums.yaml.gz                 | Bin 269 -> 0 bytes
 debian/changelog                  |   9 +-
 lib/sprockets/rails/helper.rb     |   9 +-
 lib/sprockets/rails/task.rb       |   3 +-
 lib/sprockets/railtie.rb          |   4 +-
 metadata.yml                      | 105 -----------
 sprockets-rails.gemspec           |  18 ++
 test/fixtures/bar.css             |   1 +
 test/fixtures/bar.js              |   1 +
 test/fixtures/dependency.css      |   1 +
 test/fixtures/dependency.js       |   1 +
 test/fixtures/file1.css           |   2 +
 test/fixtures/file1.js            |   1 +
 test/fixtures/file2.css           |   2 +
 test/fixtures/file2.js            |   1 +
 test/fixtures/foo.css             |   1 +
 test/fixtures/foo.js              |   1 +
 test/fixtures/url.css.erb         |   1 +
 test/fixtures/url.js.erb          |   1 +
 test/gemfiles/Gemfile.rails-3.0.x |   5 +
 test/gemfiles/Gemfile.rails-3.1.x |   7 +
 test/gemfiles/Gemfile.rails-3.2.x |   7 +
 test/gemfiles/Gemfile.rails-4.0.x |   5 +
 test/test_helper.rb               | 383 ++++++++++++++++++++++++++++++++++++++
 test/test_railtie.rb              | 165 ++++++++++++++++
 test/test_task.rb                 | 114 ++++++++++++
 33 files changed, 803 insertions(+), 115 deletions(-)

diff --cc debian/changelog
index ee159e2,0000000..fce4dbb
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,15 -1,0 +1,20 @@@
- ruby-sprockets-rails (2.0.0-1) UNRELEASED; urgency=low
++ruby-sprockets-rails (2.0.1-1) unstable; urgency=low
 +
++  [ Hleb Valoshka ]
 +  * Team upload.
 +  * New upstream release (Closes: #725386).
 +  * Install upstream documentation.
 +  * Use Expat as a license name instead of MIT.
 +  * Build against gem2deb >= 0.5.0~ to add ruby2.0 and drop ruby1.8 support.
++  * Imported Upstream version 2.0.0
 +
-  -- Hleb Valoshka <375gnu at gmail.com>  Sat, 12 Oct 2013 23:30:37 +0300
++  [ Ondřej Surý ]
++  * New upstream version 2.0.1
++
++ -- Ondřej Surý <ondrej at debian.org>  Tue, 03 Dec 2013 13:58:01 +0100
 +
 +ruby-sprockets-rails (1.0.0-1) unstable; urgency=low
 +
 +  * Initial release (part of Rails 4.0 preparation)
 +
 + -- Ondřej Surý <ondrej at debian.org>  Tue, 28 May 2013 15:11:09 +0200

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



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