Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

Commit

Permalink
Merge pull request #6 from scimusmn/master
Browse files Browse the repository at this point in the history
Updating Karabiner to the latest release
  • Loading branch information
smh committed Oct 9, 2015
2 parents 76fe59a + 5b8284d commit d1fc2f6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion manifests/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion spec/classes/karabiner_spec.rb
Original file line number Diff line number Diff line change
@@ -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')
Expand Down
3 changes: 1 addition & 2 deletions spec/classes/login_item_spec.rb
Original file line number Diff line number Diff line change
@@ -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')
Expand Down Expand Up @@ -49,4 +49,3 @@
end
end
end

2 changes: 1 addition & 1 deletion spec/defines/exec_spec.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d1fc2f6

Please sign in to comment.