You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2015/03/31 19:58:04 UTC

[1/2] cordova-plugin-device git commit: Use TRAVIS_BUILD_DIR, install paramedic by npm

Repository: cordova-plugin-device
Updated Branches:
  refs/heads/old-ID 80ea8c238 -> 0b12c532c


Use TRAVIS_BUILD_DIR, install paramedic by npm


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

Branch: refs/heads/old-ID
Commit: d714e025ee3448e7403cfdeffd7d1238431f7f01
Parents: 80ea8c2
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Tue Mar 24 23:29:30 2015 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Tue Mar 24 23:29:30 2015 -0700

----------------------------------------------------------------------
 .travis.yml | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/d714e025/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 298cdb6..fa7ae7d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,12 +6,8 @@ node_js:
 install:
   - echo -e "Host github.com\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config 
   - cd ..
-  - npm install -g purplecabbage/cordova-paramedic
+  - npm install -g cordova-paramedic
   - npm install -g cordova
   - npm install -g ios-sim
 script:
-  - cordova-paramedic --platform ios --plugin ../cordova-plugin-device
-
-
-
-
+  - cordova-paramedic --platform ios --plugin ${TRAVIS_BUILD_DIR}


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[2/2] cordova-plugin-device git commit: CB-8653 updated translated docs to use new id

Posted by st...@apache.org.
CB-8653 updated translated docs to use new id


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/commit/0b12c532
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/tree/0b12c532
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/diff/0b12c532

Branch: refs/heads/old-ID
Commit: 0b12c532c91ab3ba8791e43b6fef771be937167d
Parents: d714e02
Author: Steve Gill <st...@gmail.com>
Authored: Tue Mar 31 10:53:31 2015 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Tue Mar 31 10:53:31 2015 -0700

----------------------------------------------------------------------
 doc/de/index.md | 2 +-
 doc/es/index.md | 2 +-
 doc/fr/index.md | 2 +-
 doc/it/index.md | 2 +-
 doc/ja/index.md | 2 +-
 doc/ko/index.md | 2 +-
 doc/pl/index.md | 2 +-
 doc/ru/index.md | 2 +-
 doc/zh/index.md | 2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/0b12c532/doc/de/index.md
----------------------------------------------------------------------
diff --git a/doc/de/index.md b/doc/de/index.md
index f51618e..77f41a6 100644
--- a/doc/de/index.md
+++ b/doc/de/index.md
@@ -203,4 +203,4 @@ Version des Betriebssystems zu erhalten.
     //
     // Windows Phone 7: returns current OS version number, ex. on Mango returns 7.10.7720
     // Tizen: returns "TIZEN_20120425_2"
-    var deviceVersion = device.version;
\ No newline at end of file
+    var deviceVersion = device.version;

http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/0b12c532/doc/es/index.md
----------------------------------------------------------------------
diff --git a/doc/es/index.md b/doc/es/index.md
index 9c9eb38..e681920 100644
--- a/doc/es/index.md
+++ b/doc/es/index.md
@@ -217,4 +217,4 @@ Obtener la versión del sistema operativo.
     //
     // Windows Phone 7: returns current OS version number, ex. el Mango se vuelve 7.10.7720 
     // Tizen: devuelve "TIZEN_20120425_2" 
-    var deviceVersion = device.version;
\ No newline at end of file
+    var deviceVersion = device.version;

http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/0b12c532/doc/fr/index.md
----------------------------------------------------------------------
diff --git a/doc/fr/index.md b/doc/fr/index.md
index 472fda5..7616629 100644
--- a/doc/fr/index.md
+++ b/doc/fr/index.md
@@ -215,4 +215,4 @@ Téléchargez la version de système d'exploitation.
     //
     // Windows Phone 7: returns current OS version number, ex. on Mango returns 7.10.7720
     // Tizen: returns "TIZEN_20120425_2"
-    var deviceVersion = device.version;
\ No newline at end of file
+    var deviceVersion = device.version;

http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/0b12c532/doc/it/index.md
----------------------------------------------------------------------
diff --git a/doc/it/index.md b/doc/it/index.md
index 0414dc6..1fcfd43 100644
--- a/doc/it/index.md
+++ b/doc/it/index.md
@@ -203,4 +203,4 @@ Ottenere la versione del sistema operativo.
     //
     // Windows Phone 7: returns current OS version number, ex. on Mango returns 7.10.7720
     // Tizen: returns "TIZEN_20120425_2"
-    var deviceVersion = device.version;
\ No newline at end of file
+    var deviceVersion = device.version;

http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/0b12c532/doc/ja/index.md
----------------------------------------------------------------------
diff --git a/doc/ja/index.md b/doc/ja/index.md
index ee44720..b5882ee 100644
--- a/doc/ja/index.md
+++ b/doc/ja/index.md
@@ -203,4 +203,4 @@ UUID を生成する方法の詳細は、デバイスの製造元によって決
     //
     // Windows Phone 7: returns current OS version number, ex. on Mango returns 7.10.7720
     // Tizen: returns "TIZEN_20120425_2"
-    var deviceVersion = device.version;
\ No newline at end of file
+    var deviceVersion = device.version;

http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/0b12c532/doc/ko/index.md
----------------------------------------------------------------------
diff --git a/doc/ko/index.md b/doc/ko/index.md
index af44d40..865ab1f 100644
--- a/doc/ko/index.md
+++ b/doc/ko/index.md
@@ -203,4 +203,4 @@ UUID 생성 방법의 자세한 내용은 장치 제조업체에 의해 결정 
     //
     // Windows Phone 7: returns current OS version number, ex. on Mango returns 7.10.7720
     // Tizen: returns "TIZEN_20120425_2"
-    var deviceVersion = device.version;
\ No newline at end of file
+    var deviceVersion = device.version;

http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/0b12c532/doc/pl/index.md
----------------------------------------------------------------------
diff --git a/doc/pl/index.md b/doc/pl/index.md
index 3806d05..de6f476 100644
--- a/doc/pl/index.md
+++ b/doc/pl/index.md
@@ -203,4 +203,4 @@ Pobierz wersję systemu operacyjnego.
     //
     // Windows Phone 7: returns current OS version number, ex. on Mango returns 7.10.7720
     // Tizen: returns "TIZEN_20120425_2"
-    var deviceVersion = device.version;
\ No newline at end of file
+    var deviceVersion = device.version;

http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/0b12c532/doc/ru/index.md
----------------------------------------------------------------------
diff --git a/doc/ru/index.md b/doc/ru/index.md
index c019574..403dec0 100644
--- a/doc/ru/index.md
+++ b/doc/ru/index.md
@@ -216,4 +216,4 @@ Windows Phone 7 устройства сообщают платформу как
     //
     // Windows Phone 7: returns current OS version number, ex. on Mango returns 7.10.7720
     // Tizen: returns "TIZEN_20120425_2"
-    var deviceVersion = device.version;
\ No newline at end of file
+    var deviceVersion = device.version;

http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/0b12c532/doc/zh/index.md
----------------------------------------------------------------------
diff --git a/doc/zh/index.md b/doc/zh/index.md
index 58818a8..863b120 100644
--- a/doc/zh/index.md
+++ b/doc/zh/index.md
@@ -203,4 +203,4 @@ Windows Phone 8 設備報告作為平臺`Win32NT`.
     //
     // Windows Phone 7: returns current OS version number, ex. on Mango returns 7.10.7720
     // Tizen: returns "TIZEN_20120425_2"
-    var deviceVersion = device.version;
\ No newline at end of file
+    var deviceVersion = device.version;


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org