From 62d0e3752eb14e7b8224bf7ec0f73a881e41ed5c Mon Sep 17 00:00:00 2001 From: bryan kennedy Date: Thu, 8 Oct 2015 11:20:37 -0500 Subject: [PATCH 1/2] Updating Karabiner to the latest release Karabiner 10.10.0 is out. The website only lists 10.9, but the update mechanism within the app is already pushing 10.10. This will install it by default. --- manifests/config.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/config.pp b/manifests/config.pp index 8e2c6ee..2dc8b89 100644 --- a/manifests/config.pp +++ b/manifests/config.pp @@ -5,7 +5,7 @@ # $cli - location of command-line interface to the application # $private_xml_path - location of private.xml class karabiner::config { - $version = '10.6.0' + $version = '10.10.0' $base_url = 'https://pqrs.org/osx/karabiner/files' $dmg_url = "${base_url}/Karabiner-${version}.dmg" $app = '/Applications/Karabiner.app' From 5b8284d4b65058bbf05e46449151d4dff4b9e4ce Mon Sep 17 00:00:00 2001 From: bryan kennedy Date: Fri, 9 Oct 2015 10:53:32 -0500 Subject: [PATCH 2/2] Updating tests with the new Karabiner version --- spec/classes/karabiner_spec.rb | 2 +- spec/classes/login_item_spec.rb | 3 +-- spec/defines/exec_spec.rb | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/spec/classes/karabiner_spec.rb b/spec/classes/karabiner_spec.rb index 049c98d..a3802be 100644 --- a/spec/classes/karabiner_spec.rb +++ b/spec/classes/karabiner_spec.rb @@ -1,7 +1,7 @@ require 'spec_helper' describe 'karabiner' do - let(:version) { '10.6.0' } + let(:version) { '10.10.0' } it do should contain_class('karabiner::config') diff --git a/spec/classes/login_item_spec.rb b/spec/classes/login_item_spec.rb index 1c3b8f9..d25581f 100644 --- a/spec/classes/login_item_spec.rb +++ b/spec/classes/login_item_spec.rb @@ -1,7 +1,7 @@ require 'spec_helper' describe 'karabiner::login_item' do - let(:version) { '10.6.0' } + let(:version) { '10.10.0' } it do should contain_class('karabiner::config') @@ -49,4 +49,3 @@ end end end - diff --git a/spec/defines/exec_spec.rb b/spec/defines/exec_spec.rb index 29908d9..f0122ba 100644 --- a/spec/defines/exec_spec.rb +++ b/spec/defines/exec_spec.rb @@ -1,7 +1,7 @@ require 'spec_helper' describe 'karabiner::exec' do - let(:version) { '10.6.0' } + let(:version) { '10.10.0' } cli = '/Applications/Karabiner.app/Contents/Library/bin/karabiner' context 'with command list' do