[Pkg-javascript-commits] [node-qs] branch upstream updated (ac3fb6d -> b5392f5)

Jérémy Lal kapouer at moszumanska.debian.org
Sun Oct 12 15:01:00 UTC 2014


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

kapouer pushed a change to branch upstream
in repository node-qs.

      from  ac3fb6d   Imported Upstream version 0.6.5
       new  b5392f5   Imported Upstream version 2.2.4

The 1 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                  |   17 +
 .gitmodules                 |    6 -
 .gitignore => .jshintignore |    0
 .jshintrc                   |   10 +
 .npmignore                  |    7 -
 .travis.yml                 |    7 +-
 CHANGELOG.md                |   47 +
 CONTRIBUTING.md             |    1 +
 History.md                  |  141 -
 LICENSE                     |   28 +
 Makefile                    |   10 +-
 README.md                   |  213 +
 Readme.md                   |   58 -
 benchmark.js                |   17 -
 component.json              |    9 -
 examples.js                 |   55 -
 index.js                    |  388 +-
 lib/index.js                |   15 +
 lib/parse.js                |  156 +
 lib/stringify.js            |   58 +
 lib/utils.js                |  139 +
 package.json                |   35 +-
 test/browser/expect.js      | 1202 ------
 test/browser/index.html     |   18 -
 test/browser/jquery.js      | 8981 -------------------------------------------
 test/browser/mocha.css      |  163 -
 test/browser/mocha.js       | 4201 --------------------
 test/browser/qs.css         |    0
 test/browser/qs.js          |  416 --
 test/parse.js               |  526 ++-
 test/stringify.js           |  218 +-
 31 files changed, 1224 insertions(+), 15918 deletions(-)
 delete mode 100644 .gitmodules
 copy .gitignore => .jshintignore (100%)
 create mode 100644 .jshintrc
 delete mode 100644 .npmignore
 create mode 100644 CHANGELOG.md
 create mode 100644 CONTRIBUTING.md
 delete mode 100644 History.md
 create mode 100755 LICENSE
 create mode 100755 README.md
 delete mode 100644 Readme.md
 delete mode 100644 benchmark.js
 delete mode 100644 component.json
 delete mode 100644 examples.js
 create mode 100755 lib/index.js
 create mode 100755 lib/parse.js
 create mode 100755 lib/stringify.js
 create mode 100755 lib/utils.js
 mode change 100644 => 100755 package.json
 delete mode 100644 test/browser/expect.js
 delete mode 100644 test/browser/index.html
 delete mode 100644 test/browser/jquery.js
 delete mode 100644 test/browser/mocha.css
 delete mode 100644 test/browser/mocha.js
 delete mode 100644 test/browser/qs.css
 delete mode 100644 test/browser/qs.js
 mode change 100644 => 100755 test/parse.js
 mode change 100644 => 100755 test/stringify.js

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-qs.git



More information about the Pkg-javascript-commits mailing list