wires 0.5.2 → 0.5.3

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: 98b3ac8452b025a1a79925458a5731528ba14bb7
4
- data.tar.gz: 926044b8d23b987c3f6d5e1d590d8257bd2ccfe2
3
+ metadata.gz: fe29f3e409b25c86e97fbf9a3fee96713d1cb5a6
4
+ data.tar.gz: 579b5558cfd68bc598d58d59ce6244d62f5cdafe
5
5
  SHA512:
6
- metadata.gz: 68494726a3f024be4901491891967494f9e11984118e7cf605bfa7db5c4e6f1483e2f0b6348cbe35ab88060e31b9f71164c6fcb5e9edeb3f3ed80c5720febff3
7
- data.tar.gz: c8722a29b08c8c47d66ec8ff617975aa3be544f35a0e9bd6ea03602ec944f593e1eb5cf829287bc682a577a1dfa810367ada5c450b7cf8219ec1e8dd83f615af
6
+ metadata.gz: ec044b26ff4fd30985d140c6024aa2065dad8afdd0c600cba2aa9cc2d15c239247b1f2e580f90c34fd549afaf99615b645791a19304f2949b794f85f5686b5e2
7
+ data.tar.gz: cbdbf46e3a314b075b404c2536cc9a78866b14f9b4020d5954d07395b271561619117de6949bb77ed751614b159235320e9745f20aae068d82b0cfd9423e8fd1
@@ -246,7 +246,7 @@ module Wires
246
246
  .get_receivers(self).each do |chan|
247
247
  chan.handlers.each do |elist, pr|
248
248
  elist.each do |e|
249
- procs << pr if e =~ [event, 55, 55.6, 0x00, /regexp/, 'string', "string"]
249
+ procs << pr if e =~ event
250
250
  end
251
251
  end
252
252
  end
data/lib/wires.rb CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
- # Require all core wires functionality through 'wires/clean'
3
- # If you don't consent to the core extensions, require 'wires/clean' directly
2
+ # Require all core wires functionality through 'wires/base'
3
+ # If you don't consent to the core extensions, require 'wires/base' directly
4
4
  require_relative 'wires/base'
5
5
 
6
6
  # Add core extensions for syntax sugar and ease
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wires
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.2
4
+ version: 0.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joe McIlvain
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-12-08 00:00:00.000000000 Z
11
+ date: 2013-12-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: threadlock