summaryrefslogtreecommitdiff
path: root/provider_base/common.json
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2014-10-21 15:14:23 -0700
committerelijah <elijah@riseup.net>2014-10-21 15:14:23 -0700
commit51a1e1c6db33ed2868ec74728f854237e3dfd86a (patch)
tree7da1bdf6f26249cdb027cc5fd0071fce285adbf5 /provider_base/common.json
parent4faf77c2527312b85d836600c01c0d2d9f0b460e (diff)
update platform to take advantage of new platform.rb. requires leap_cli 1.6
Diffstat (limited to 'provider_base/common.json')
-rw-r--r--provider_base/common.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/provider_base/common.json b/provider_base/common.json
index 87af2152..649db0d9 100644
--- a/provider_base/common.json
+++ b/provider_base/common.json
@@ -46,5 +46,9 @@
"stunnel": {
"clients": {},
"servers": {}
+ },
+ "platform": {
+ "version": "= Leap::Platform.version.to_s",
+ "major_version": "= Leap::Platform.major_version"
}
}