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 +4 -4
- data/lib/wires/base/channel.rb +1 -1
- data/lib/wires.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fe29f3e409b25c86e97fbf9a3fee96713d1cb5a6
|
|
4
|
+
data.tar.gz: 579b5558cfd68bc598d58d59ce6244d62f5cdafe
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ec044b26ff4fd30985d140c6024aa2065dad8afdd0c600cba2aa9cc2d15c239247b1f2e580f90c34fd549afaf99615b645791a19304f2949b794f85f5686b5e2
|
|
7
|
+
data.tar.gz: cbdbf46e3a314b075b404c2536cc9a78866b14f9b4020d5954d07395b271561619117de6949bb77ed751614b159235320e9745f20aae068d82b0cfd9423e8fd1
|
data/lib/wires/base/channel.rb
CHANGED
data/lib/wires.rb
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
|
-
# Require all core wires functionality through 'wires/
|
|
3
|
-
# If you don't consent to the core extensions, require 'wires/
|
|
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.
|
|
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-
|
|
11
|
+
date: 2013-12-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: threadlock
|