[DRE-commits] [ruby-turbolinks] 07/07: Remove first-person from package description

Antonio Terceiro terceiro at moszumanska.debian.org
Sun Aug 3 03:20:45 UTC 2014


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

terceiro pushed a commit to branch master
in repository ruby-turbolinks.

commit f12dcc4c9eb4c4e12e888294e0df261d527e4edc
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Sun Aug 3 00:19:46 2014 -0300

    Remove first-person from package description
---
 debian/control | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index 7944eb5..9956115 100644
--- a/debian/control
+++ b/debian/control
@@ -20,11 +20,11 @@ Depends: ruby | ruby-interpreter,
 Description: following links in your Rails web application faster
  Turbolinks makes following links in your Rails web application faster. Instead
  of letting the browser recompile the JavaScript and CSS between each page
- change, it keeps the current page instance alive and replaces only the body and
- the title in the head. Think CGI vs persistent process.
+ change, it keeps the current page instance alive and replaces only the body
+ and the title in the head. Think CGI vs persistent process.
  .
- This is similar to pjax, but instead of worrying about what element on the page
- to replace, and tailoring the server-side response to fit, we replace the
- entire body. This means that you get the bulk of the speed benefits from pjax
- (no recompiling of the JavaScript or CSS) without having to tailor the
+ This is similar to pjax, but instead of worrying about what element on the
+ page to replace, and tailoring the server-side response to fit, the entire
+ body is replaced. This means that you get the bulk of the speed benefits from
+ pjax (no recompiling of the JavaScript or CSS) without having to tailor the
  server-side response. It just works.

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



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