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 #7 from n0ts/master
Browse files Browse the repository at this point in the history
Dump karabiner 10.11.0
  • Loading branch information
smh committed Oct 21, 2015
2 parents d1fc2f6 + 029dfa7 commit 5881d3d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.10.0'
$version = '10.11.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.10.0' }
let(:version) { '10.11.0' }

it do
should contain_class('karabiner::config')
Expand Down
2 changes: 1 addition & 1 deletion 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.10.0' }
let(:version) { '10.11.0' }

it do
should contain_class('karabiner::config')
Expand Down
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.10.0' }
let(:version) { '10.11.0' }
cli = '/Applications/Karabiner.app/Contents/Library/bin/karabiner'

context 'with command list' do
Expand Down

0 comments on commit 5881d3d

Please sign in to comment.