[Pkg-javascript-commits] [grunt] branch upstream updated (1371c2f -> 2002358)

Sruthi Chandran srud-guest at moszumanska.debian.org
Fri Nov 11 08:50:01 UTC 2016


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

srud-guest pushed a change to branch upstream
in repository grunt.

      from  1371c2f   Imported Upstream version 0.4.1
       new  2002358   New upstream version 1.0.1

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:
 .gitattributes                                     |   2 +
 .jscsrc                                            |   5 +
 .jshintrc                                          |  14 +
 .travis.yml                                        |  15 +-
 AUTHORS                                            |   1 +
 CHANGELOG                                          | 100 +++++-
 Gruntfile.js                                       |  75 ++---
 LICENSE                                            |  35 ++
 LICENSE-MIT                                        |  22 --
 README.md                                          |  11 +-
 appveyor.yml                                       |  29 ++
 bin/grunt                                          |   3 +
 internal-tasks/bump.js                             | 143 +++++++++
 internal-tasks/subgrunt.js                         |  25 ++
 lib/grunt.js                                       |  28 +-
 lib/grunt/cli.js                                   |  79 +----
 lib/grunt/config.js                                |  15 +-
 lib/grunt/event.js                                 |   9 -
 lib/grunt/fail.js                                  |  19 +-
 lib/grunt/file.js                                  |  82 +++--
 lib/grunt/help.js                                  |  10 -
 lib/grunt/log.js                                   | 352 ---------------------
 lib/grunt/option.js                                |   9 -
 lib/grunt/task.js                                  |  85 ++---
 lib/grunt/template.js                              |  13 +-
 lib/grunt/util.js                                  | 189 -----------
 lib/util/exit.js                                   |  26 --
 lib/util/namespace.js                              |  63 ----
 lib/util/task.js                                   |  46 ++-
 package.json                                       |  79 ++---
 test/fixtures/Gruntfile-cli.js                     |  16 +
 test/fixtures/Gruntfile-print-text.js              |   8 -
 test/fixtures/exec.cmd                             |   1 -
 test/fixtures/exec.sh                              |   2 -
 test/fixtures/expand/css/baz.css                   |   1 +
 test/fixtures/expand/css/qux.css                   |   1 +
 test/fixtures/expand/deep/deep.txt                 |   1 +
 test/fixtures/expand/deep/deeper/deeper.txt        |   1 +
 .../expand/deep/deeper/deepest/deepest.txt         |   1 +
 test/fixtures/expand/js/bar.js                     |   1 +
 test/fixtures/expand/js/foo.js                     |   1 +
 .../node_modules/grunt-foo-plugin/package.json     |   6 +
 .../node_modules/grunt-foo-plugin/tasks/foo.js     |   7 +
 test/fixtures/load-npm-tasks/package.json          |   7 +
 test/fixtures/spawn.js                             |   5 +-
 test/grunt/cli_test.js                             |  53 ++++
 test/grunt/config_test.js                          |  27 +-
 test/grunt/event_test.js                           |   2 +-
 test/grunt/file_test.js                            | 169 ++++++++--
 test/grunt/log_test.js                             | 224 -------------
 test/grunt/option_test.js                          |   8 +-
 test/grunt/template_test.js                        |   2 +-
 test/grunt/util_test.js                            | 301 ------------------
 test/gruntfile/load-npm-tasks.js                   |  42 +++
 test/gruntfile/multi-task-files.js                 | 118 ++++++-
 test/util/namespace_test.js                        |  51 ---
 test/util/task_test.js                             |  20 +-
 57 files changed, 1042 insertions(+), 1618 deletions(-)
 create mode 100644 .gitattributes
 create mode 100644 .jscsrc
 create mode 100644 .jshintrc
 create mode 100644 LICENSE
 delete mode 100644 LICENSE-MIT
 create mode 100644 appveyor.yml
 create mode 100755 bin/grunt
 create mode 100644 internal-tasks/bump.js
 create mode 100644 internal-tasks/subgrunt.js
 delete mode 100644 lib/grunt/log.js
 delete mode 100644 lib/grunt/util.js
 delete mode 100644 lib/util/exit.js
 delete mode 100644 lib/util/namespace.js
 create mode 100644 test/fixtures/Gruntfile-cli.js
 delete mode 100644 test/fixtures/Gruntfile-print-text.js
 delete mode 100755 test/fixtures/exec.cmd
 delete mode 100755 test/fixtures/exec.sh
 create mode 100644 test/fixtures/load-npm-tasks/node_modules/grunt-foo-plugin/package.json
 create mode 100644 test/fixtures/load-npm-tasks/node_modules/grunt-foo-plugin/tasks/foo.js
 create mode 100644 test/fixtures/load-npm-tasks/package.json
 create mode 100644 test/grunt/cli_test.js
 delete mode 100644 test/grunt/log_test.js
 delete mode 100644 test/grunt/util_test.js
 create mode 100644 test/gruntfile/load-npm-tasks.js
 delete mode 100644 test/util/namespace_test.js

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



More information about the Pkg-javascript-commits mailing list