hprose 1.4.6 → 1.4.7
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.
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hprose
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.4.
|
4
|
+
version: 1.4.7
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -11,7 +11,17 @@ bindir: bin
|
|
11
11
|
cert_chain: []
|
12
12
|
date: 2014-03-12 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
|
-
description:
|
14
|
+
description: ! " Hprose is a High Performance Remote Object Service Engine.\n\n It
|
15
|
+
is a modern, lightweight, cross-language, cross-platform, object-oriented, high
|
16
|
+
performance, remote dynamic communication middleware. It is not only easy to use,
|
17
|
+
but powerful. You just need a little time to learn, then you can use it to easily
|
18
|
+
construct cross language cross platform distributed application system.\n\n Hprose
|
19
|
+
supports many programming languages, for example:\n\n AAuto Quicker\n ActionScript\n
|
20
|
+
\ ASP\n C++\n Dart\n Delphi/Free Pascal\n dotNET(C#, Visual Basic...)\n Golang\n
|
21
|
+
\ Java\n JavaScript\n Node.js\n Objective-C\n Perl\n PHP\n Python\n Ruby\n
|
22
|
+
\ ...\n\n Through Hprose, You can conveniently and efficiently intercommunicate
|
23
|
+
between those programming languages.\n\n This project is the implementation of
|
24
|
+
Hprose for Ruby.\n"
|
15
25
|
email: andot@hprose.com
|
16
26
|
executables: []
|
17
27
|
extensions: []
|
@@ -37,7 +47,8 @@ files:
|
|
37
47
|
- LICENSE.md
|
38
48
|
- README.md
|
39
49
|
homepage: http://www.hprose.com/
|
40
|
-
licenses:
|
50
|
+
licenses:
|
51
|
+
- MIT
|
41
52
|
post_install_message:
|
42
53
|
rdoc_options: []
|
43
54
|
require_paths:
|