nanomsg 0.3.3 → 0.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/ext/extconf.rb +1 -1
- data/ext/init.c +1 -1
- data/lib/nanomsg.rb +1 -1
- metadata +9 -11
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: cf073be2c61a88c963a9f8ef307a9998bd1b3f5b
|
4
|
+
data.tar.gz: d9716565e40d9c22758359b1d23d33633ce4d36c
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: c08a0c71dd600d0d173941e112274546e9ce599cebc6356c441edf6a2b3f2f84c5f0e501ccb00d2974af9d41dabdb119ec00dddcf0667b6a1d059d70e78ccacb
|
7
|
+
data.tar.gz: 3b6387a060e1afc2ff6dcfeb3c2f97385498ddf6dfa731bcdcdefe4fb84de994b269e2a37a140ab08bd375f33f64dd5baa03a0b4ad4e03ce443758ba2156a1da
|
data/ext/extconf.rb
CHANGED
data/ext/init.c
CHANGED
data/lib/nanomsg.rb
CHANGED
metadata
CHANGED
@@ -1,17 +1,16 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: nanomsg
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
5
|
-
prerelease:
|
4
|
+
version: 0.4.0
|
6
5
|
platform: ruby
|
7
6
|
authors:
|
8
7
|
- Kaspar Schiess
|
9
8
|
autorequire:
|
10
9
|
bindir: bin
|
11
10
|
cert_chain: []
|
12
|
-
date:
|
11
|
+
date: 2015-05-11 00:00:00.000000000 Z
|
13
12
|
dependencies: []
|
14
|
-
description:
|
13
|
+
description: " nanomsg library is a high-performance implementation of several
|
15
14
|
\"scalability \n protocols\". Scalability protocol's job is to define how multiple
|
16
15
|
applications \n communicate to form a single distributed application. WARNING:
|
17
16
|
nanomsg is still in alpha stage!\n"
|
@@ -47,30 +46,29 @@ files:
|
|
47
46
|
- spec/spec_helper.rb
|
48
47
|
homepage: https://bitbucket.org/kschiess/nanomsg
|
49
48
|
licenses: []
|
49
|
+
metadata: {}
|
50
50
|
post_install_message:
|
51
51
|
rdoc_options:
|
52
|
-
- --main
|
52
|
+
- "--main"
|
53
53
|
- README
|
54
54
|
require_paths:
|
55
55
|
- lib
|
56
56
|
- ext
|
57
57
|
required_ruby_version: !ruby/object:Gem::Requirement
|
58
|
-
none: false
|
59
58
|
requirements:
|
60
|
-
- -
|
59
|
+
- - ">="
|
61
60
|
- !ruby/object:Gem::Version
|
62
61
|
version: '0'
|
63
62
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
64
|
-
none: false
|
65
63
|
requirements:
|
66
|
-
- -
|
64
|
+
- - ">="
|
67
65
|
- !ruby/object:Gem::Version
|
68
66
|
version: '0'
|
69
67
|
requirements: []
|
70
68
|
rubyforge_project:
|
71
|
-
rubygems_version:
|
69
|
+
rubygems_version: 2.2.2
|
72
70
|
signing_key:
|
73
|
-
specification_version:
|
71
|
+
specification_version: 4
|
74
72
|
summary: Ruby binding for nanomsg. nanomsg library is a high-performance implementation
|
75
73
|
of several "scalability protocols".
|
76
74
|
test_files: []
|