diff options
author | elijah <elijah@riseup.net> | 2014-10-21 15:14:23 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2014-10-21 15:14:23 -0700 |
commit | 51a1e1c6db33ed2868ec74728f854237e3dfd86a (patch) | |
tree | 7da1bdf6f26249cdb027cc5fd0071fce285adbf5 /provider_base/common.json | |
parent | 4faf77c2527312b85d836600c01c0d2d9f0b460e (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.json | 4 |
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" } } |