You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by fi...@apache.org on 2013/07/30 20:19:02 UTC

[5/5] git commit: 0.10.0. Resolves [CB-4373].

0.10.0. Resolves [CB-4373].


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugman/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugman/commit/ebb5494d
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugman/tree/ebb5494d
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugman/diff/ebb5494d

Branch: refs/heads/master
Commit: ebb5494de016b832b44b67a5f6e29691a60d7488
Parents: 31a4150
Author: Fil Maj <ma...@gmail.com>
Authored: Tue Jul 30 11:18:53 2013 -0700
Committer: Fil Maj <ma...@gmail.com>
Committed: Tue Jul 30 11:18:53 2013 -0700

----------------------------------------------------------------------
 package.json                     | 2 +-
 spec/util/config-changes.spec.js | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/ebb5494d/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 0e97039..2e3671a 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
   "author": "Andrew Lunny <al...@gmail.com>",
   "name": "plugman",
   "description": "install/uninstall Cordova plugins",
-  "version": "0.9.24",
+  "version": "0.10.0",
 "repository": {
     "type": "git",
     "url": "git://git-wip-us.apache.org/repos/asf/cordova-plugman.git"

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/ebb5494d/spec/util/config-changes.spec.js
----------------------------------------------------------------------
diff --git a/spec/util/config-changes.spec.js b/spec/util/config-changes.spec.js
index 612665d..a70fd58 100644
--- a/spec/util/config-changes.spec.js
+++ b/spec/util/config-changes.spec.js
@@ -293,7 +293,7 @@ describe('config-changes module', function() {
                             removeFramework:xcode_rm,
                             writeSync:function(){}
                         },
-                        pbx:'pbxpath'
+                        pbx:path.join(temp, 'pbxpath')
                     });
                 });
                 it('should call into xcode.addFramework if plugin has <framework> file defined and is ios',function() {