[GitHub] cordova-plugman pull request: CB-6272 Fix subdir bug + tests & met...

2014-03-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugman/pull/66 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] cordova-plugman pull request: CB-6272 Fix subdir bug + tests & met...

2014-03-20 Thread jsoref
Github user jsoref commented on a diff in the pull request: https://github.com/apache/cordova-plugman/pull/66#discussion_r10821212 --- Diff: src/util/plugins.js --- @@ -25,18 +25,30 @@ var http = require('http'), shell = require('shelljs'), child_process = require(

[GitHub] cordova-plugman pull request: CB-6272 Fix subdir bug + tests & met...

2014-03-20 Thread jsoref
Github user jsoref commented on a diff in the pull request: https://github.com/apache/cordova-plugman/pull/66#discussion_r10821172 --- Diff: src/install.js --- @@ -413,7 +445,7 @@ function tryFetchDependency(dep, install) { // CB-4770: registry fetching if(de

[GitHub] cordova-plugman pull request: CB-6272 Fix subdir bug + tests & met...

2014-03-20 Thread jsoref
Github user jsoref commented on a diff in the pull request: https://github.com/apache/cordova-plugman/pull/66#discussion_r10821159 --- Diff: src/install.js --- @@ -399,6 +404,33 @@ function tryFetchDependency(dep, install) { } else if (fetchdata.source.type === 'g

[GitHub] cordova-plugman pull request: CB-6272 Fix subdir bug + tests & met...

2014-03-20 Thread jsoref
Github user jsoref commented on a diff in the pull request: https://github.com/apache/cordova-plugman/pull/66#discussion_r10821163 --- Diff: src/install.js --- @@ -399,6 +404,33 @@ function tryFetchDependency(dep, install) { } else if (fetchdata.source.type === 'g

[GitHub] cordova-plugman pull request: CB-6272 Fix subdir bug + tests & met...

2014-03-20 Thread jsoref
Github user jsoref commented on a diff in the pull request: https://github.com/apache/cordova-plugman/pull/66#discussion_r10821152 --- Diff: src/install.js --- @@ -329,20 +329,20 @@ function installDependencies(install, dependencies, options) { function() {

[GitHub] cordova-plugman pull request: CB-6272 Fix subdir bug + tests & met...

2014-03-20 Thread jsoref
Github user jsoref commented on a diff in the pull request: https://github.com/apache/cordova-plugman/pull/66#discussion_r10821143 --- Diff: spec/plugins/dependencies/meta/subdir/E/plugin.xml --- @@ -0,0 +1,57 @@ + + + +http://cordova.apache.org/ns/plugins/1.0";

[GitHub] cordova-plugman pull request: CB-6272 Fix subdir bug + tests & met...

2014-03-20 Thread jsoref
Github user jsoref commented on a diff in the pull request: https://github.com/apache/cordova-plugman/pull/66#discussion_r10821122 --- Diff: spec/plugins/dependencies/meta/D/plugin.xml --- @@ -0,0 +1,61 @@ + + + +http://cordova.apache.org/ns/plugins/1.0"; +xm

[GitHub] cordova-plugman pull request: CB-6272 Fix subdir bug + tests & met...

2014-03-20 Thread jsoref
Github user jsoref commented on a diff in the pull request: https://github.com/apache/cordova-plugman/pull/66#discussion_r10821128 --- Diff: spec/plugins/dependencies/meta/D/plugin.xml --- @@ -0,0 +1,61 @@ + + + +http://cordova.apache.org/ns/plugins/1.0"; +xm

[GitHub] cordova-plugman pull request: CB-6272 Fix subdir bug + tests & met...

2014-03-20 Thread jsoref
Github user jsoref commented on a diff in the pull request: https://github.com/apache/cordova-plugman/pull/66#discussion_r10821101 --- Diff: spec/install.spec.js --- @@ -348,13 +349,58 @@ describe('install', function() { runs(function () {

[GitHub] cordova-plugman pull request: CB-6272 Fix subdir bug + tests & met...

2014-03-20 Thread jsoref
Github user jsoref commented on a diff in the pull request: https://github.com/apache/cordova-plugman/pull/66#discussion_r10821094 --- Diff: spec/install.spec.js --- @@ -348,13 +349,58 @@ describe('install', function() { runs(function () {

[GitHub] cordova-plugman pull request: CB-6272 Fix subdir bug + tests & met...

2014-03-20 Thread jsoref
Github user jsoref commented on a diff in the pull request: https://github.com/apache/cordova-plugman/pull/66#discussion_r10821082 --- Diff: spec/install.spec.js --- @@ -348,13 +349,58 @@ describe('install', function() { runs(function () {

[GitHub] cordova-plugman pull request: CB-6272 Fix subdir bug + tests & met...

2014-03-15 Thread jbondc
GitHub user jbondc opened a pull request: https://github.com/apache/cordova-plugman/pull/66 CB-6272 Fix subdir bug + tests & meta fetch with a src directory You can merge this pull request into a Git repository by running: $ git pull https://github.com/gdesolutions/cordova-plu