chan 0.0.0.1 → 0.0.0.2
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/CHANGELOG.md +3 -0
- data/chan.gemspec +1 -1
- data/lib/chan.rb +1 -1
- 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: d6e1f2aeaf6ab915f855c0e6ef99a254522c9aaf
|
|
4
|
+
data.tar.gz: 071d54ce9b60d5aff93fea84bbaa42989e93b682
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: eae5e291d99e1ffa3cb96299ce1d6a0b9be67f436c7594c2d1d1d799c4aec120f714724baaf3c00bb13551c87fb2bf1194495bfd45797786887fcd504742f51c
|
|
7
|
+
data.tar.gz: bdcb7e0351468dfcf138d366927c8c3174e1f37f89605def04eaddd5f5110febe82f514a1e1caf7fe2ff489d652ea2cdc4f133f4e81d1ca3e0e2196a2da7a0f6
|
data/CHANGELOG.md
CHANGED
data/chan.gemspec
CHANGED
|
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
|
|
|
8
8
|
spec.email = ["cielartisan@gmail.com"]
|
|
9
9
|
spec.description = "Bidirectional enumerator (channel) or the chan object like in Golang"
|
|
10
10
|
spec.summary = "Bidirectional channel like the Golang chan object"
|
|
11
|
-
spec.homepage = "http://github.com/cielavenir/chan"
|
|
11
|
+
spec.homepage = "http://github.com/cielavenir/ruby-chan"
|
|
12
12
|
spec.license = "Ruby License (2-clause BSDL or Artistic)"
|
|
13
13
|
|
|
14
14
|
spec.files = `git ls-files`.split($/) + [
|
data/lib/chan.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: chan
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.0.
|
|
4
|
+
version: 0.0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- cielavenir
|
|
@@ -71,7 +71,7 @@ files:
|
|
|
71
71
|
- lib/chan.rb
|
|
72
72
|
- spec/chan_spec.rb
|
|
73
73
|
- spec/spec_helper.rb
|
|
74
|
-
homepage: http://github.com/cielavenir/chan
|
|
74
|
+
homepage: http://github.com/cielavenir/ruby-chan
|
|
75
75
|
licenses:
|
|
76
76
|
- Ruby License (2-clause BSDL or Artistic)
|
|
77
77
|
metadata: {}
|