[Pkg-javascript-commits] [grunt] branch master updated (bda4954 -> fa10261)
Sruthi Chandran
srud-guest at moszumanska.debian.org
Fri Nov 11 08:50:00 UTC 2016
This is an automated email from the git hooks/post-receive script.
srud-guest pushed a change to branch master
in repository grunt.
from bda4954 Fixed vcs-field-not-canonical
new 2002358 New upstream version 1.0.1
new 86a6edf Merge tag 'upstream/1.0.1'
new a535a23 Update changelog
new da53a1f Update dependencies, vcs urls, Standards version and compat
new a17c6d0 Enable require test
new 73115ef Rename install file and add bin/* to install
new 81067e6 Fix install file
new fa10261 Create patch to replace node with nodejs
The 8 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 +
debian/changelog | 5 +-
debian/compat | 2 +-
debian/control | 31 +-
debian/install | 3 +
debian/node-grunt.install | 2 -
debian/patches/fix-nodejs.patch | 9 +
debian/patches/series | 1 +
debian/tests/control | 2 +
debian/tests/require | 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 +-
66 files changed, 1088 insertions(+), 1630 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 debian/install
delete mode 100644 debian/node-grunt.install
create mode 100644 debian/patches/fix-nodejs.patch
create mode 100644 debian/patches/series
create mode 100644 debian/tests/control
create mode 100644 debian/tests/require
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