karabiner 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b8622ef8f018f0acdd26c162ea8215c2b54c7fb4
4
- data.tar.gz: bf3b45645ec16cc19559d8315f8463c5387721ca
3
+ metadata.gz: b7a0f316e44c4dcb9b913af362591b7002522f22
4
+ data.tar.gz: eefaf1c21dc92d83765930efe35cc6e01b25e096
5
5
  SHA512:
6
- metadata.gz: 9f8f1ff12777f5b3b1ebb8745c99bf27c78622c151513c35d4ca988f588a971360b7bf6e37f506dcd12ac9a5c77d7322a7ef6244c9022fb57a3939c4057df9b3
7
- data.tar.gz: 68c4176643b0912e7ed92921188a0efd907409b38c822d7a5b510ef56e4f5c5777fa0ae1e03bc666dc2f834b5735b6e8cf8d6def059b45f8d2b964362703de3e
6
+ metadata.gz: 55a4e821569aafbbf3d9c588ceed1d671d241cb209e3d13b9cdf5543a976184f93bafdd8c3217a3d32af14080a265bf089b89f1fed3a5decfb1e921fec1786b9
7
+ data.tar.gz: c1db8415acacddc62ea206c846ebada797c035dfc224feadc1a0e0c74d2f098e4a416662376f77c27733b91fb4bd6a97043fb6c4e2e4f2713a3ca6e5b6fc113a
@@ -10,6 +10,8 @@ class Karabiner::Item
10
10
  only
11
11
  config_not
12
12
  config_only
13
+ device_not
14
+ device_only
13
15
  ].freeze
14
16
 
15
17
  def initialize(name, options = {})
@@ -1,3 +1,3 @@
1
1
  class Karabiner
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: karabiner
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Takashi Kokubun
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-08 00:00:00.000000000 Z
11
+ date: 2015-08-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -156,4 +156,3 @@ test_files:
156
156
  - spec/lib/karabiner/remap_spec.rb
157
157
  - spec/lib/karabiner_spec.rb
158
158
  - spec/spec_helper.rb
159
- has_rdoc: