[DRE-commits] [ruby-backbone-on-rails] branch master updated (b6650a6 -> 024a363)

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Wed Sep 2 08:23:39 UTC 2015


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

praveen pushed a change to branch master
in repository ruby-backbone-on-rails.

      from  b6650a6   update copyright
      adds  279f263   Imported Upstream version 1.2.0.0
       new  24a0905   Merge tag 'upstream/1.2.0.0'
       new  624da88   update changelog
       new  2fced40   remove patch
       new  024a363   remove patch 	deleted:    debian/patches/remove-eco-dependency.patch

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:
 .travis.yml                                        |   2 +-
 CHANGELOG                                          |  11 +
 README                                             |  92 --
 README.md                                          | 103 +++
 backbone-on-rails.gemspec                          |   8 +-
 debian/changelog                                   |   8 +
 debian/patches/remove-activeresource.patch         |  93 ---
 debian/patches/remove-eco-dependency.patch         |  43 -
 debian/patches/series                              |   2 -
 lib/backbone-on-rails/version.rb                   |   2 +-
 lib/generators/backbone/helpers.rb                 |  12 +-
 .../backbone/install/install_generator.rb          |  18 +-
 .../backbone/scaffold/scaffold_generator.rb        |  46 +-
 .../templates/{template.jst.eco => template.hbs}   |   0
 lib/generators/backbone/scaffold/templates/view.js |   2 +-
 .../backbone/scaffold/templates/view.js.coffee     |   2 +-
 metadata.yml                                       | 109 +--
 test/backbone-on-rails_test.rb                     |   4 +-
 test/generators/install_generator_test.rb          |  17 +
 test/generators/scaffold_generator_test.rb         |  86 ++
 vendor/assets/javascripts/backbone.js              | 922 +++++++++++++--------
 vendor/assets/javascripts/underscore.js            | 746 ++++++++++-------
 22 files changed, 1365 insertions(+), 963 deletions(-)
 delete mode 100644 README
 create mode 100644 README.md
 delete mode 100644 debian/patches/remove-activeresource.patch
 delete mode 100644 debian/patches/remove-eco-dependency.patch
 copy lib/generators/backbone/scaffold/templates/{template.jst.eco => template.hbs} (100%)

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



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