[GitHub] cordova-lib pull request: Update ubuntu.js

2015-07-29 Thread swhgoon
Github user swhgoon closed the pull request at: https://github.com/apache/cordova-lib/pull/255 --- 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 i

[GitHub] cordova-lib pull request: Update ubuntu.js

2015-07-28 Thread stevengill
Github user stevengill commented on the pull request: https://github.com/apache/cordova-lib/pull/255#issuecomment-125785840 Plugins don't have to have the id XXX-XXX-XXX. They can be anything now. Does this change account for that? --- If your project is set up for it, you can reply

[GitHub] cordova-lib pull request: Update ubuntu.js

2015-07-09 Thread swhgoon
Github user swhgoon commented on the pull request: https://github.com/apache/cordova-lib/pull/255#issuecomment-119926143 tested@: cordova-plugin-camera cordova-plugin-console cordova-plugin-dialogs --- If your project is set up for it, you can reply to this email and have

[GitHub] cordova-lib pull request: Update ubuntu.js

2015-07-09 Thread swhgoon
GitHub user swhgoon reopened a pull request: https://github.com/apache/cordova-lib/pull/255 Update ubuntu.js `plugin_id.match(/\.[^.]+$/)` to `plugin_id.match(/\-[^-]+$/)` You can merge this pull request into a Git repository by running: $ git pull https://github.com/sw

[GitHub] cordova-lib pull request: Update ubuntu.js

2015-07-09 Thread swhgoon
Github user swhgoon closed the pull request at: https://github.com/apache/cordova-lib/pull/255 --- 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 i

[GitHub] cordova-lib pull request: Update ubuntu.js

2015-07-09 Thread swhgoon
GitHub user swhgoon opened a pull request: https://github.com/apache/cordova-lib/pull/255 Update ubuntu.js `plugin_id.match(/\.[^.]+$/)` to `plugin_id.match(/\-[^-]+$/)` You can merge this pull request into a Git repository by running: $ git pull https://github.com/swhg