rbnewt 0.0.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 +7 -0
- data/extconf.rb +3 -0
- metadata +48 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: d6bddaa45284da07b7cf3b51104397055ab5cf08
|
|
4
|
+
data.tar.gz: c10e6c4d5185b4f5bc576d92aeda038226afb12b
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: fdd158bf69d975ed10fcf9a07425e4cc809d17df80aaadb5f5af7bdc06942350fbfd044ed9f25fca3c64769d019a82e489c2617482f783318442c7c41bfb0236
|
|
7
|
+
data.tar.gz: 121196e8662281e56ff3e7cec45936eee922aa6e7b51deabda58175cd801f4fb4562d2d01068f4762996d5528bbdfce1b5a061948d0b6a83889be04668858c29
|
data/extconf.rb
ADDED
metadata
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: rbnewt
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.0.1
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Hiroyasu OHYAMA
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: bin
|
|
10
|
+
cert_chain: []
|
|
11
|
+
date: 2016-05-30 00:00:00.000000000 Z
|
|
12
|
+
dependencies: []
|
|
13
|
+
description: This aims to to be the fastest Ruby client for NewtMQ which is an implementation
|
|
14
|
+
of STOMP server.
|
|
15
|
+
email:
|
|
16
|
+
- user.localhost2000@gmail.com
|
|
17
|
+
executables: []
|
|
18
|
+
extensions:
|
|
19
|
+
- extconf.rb
|
|
20
|
+
extra_rdoc_files: []
|
|
21
|
+
files:
|
|
22
|
+
- extconf.rb
|
|
23
|
+
homepage: https://github.com/userlocalhost2000/rbnewt
|
|
24
|
+
licenses:
|
|
25
|
+
- MIT
|
|
26
|
+
metadata: {}
|
|
27
|
+
post_install_message:
|
|
28
|
+
rdoc_options: []
|
|
29
|
+
require_paths:
|
|
30
|
+
- lib
|
|
31
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
32
|
+
requirements:
|
|
33
|
+
- - ">="
|
|
34
|
+
- !ruby/object:Gem::Version
|
|
35
|
+
version: '0'
|
|
36
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
37
|
+
requirements:
|
|
38
|
+
- - ">="
|
|
39
|
+
- !ruby/object:Gem::Version
|
|
40
|
+
version: '0'
|
|
41
|
+
requirements: []
|
|
42
|
+
rubyforge_project:
|
|
43
|
+
rubygems_version: 2.4.5
|
|
44
|
+
signing_key:
|
|
45
|
+
specification_version: 4
|
|
46
|
+
summary: rbnewt is a fast Ruby client for the STOMP
|
|
47
|
+
test_files: []
|
|
48
|
+
has_rdoc:
|