bertrpc 1.3.0 → 1.3.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.
- data/History.txt +5 -1
- data/VERSION +1 -1
- data/bertrpc.gemspec +1 -1
- data/lib/bertrpc/action.rb +1 -1
- metadata +31 -8
data/History.txt
CHANGED
@@ -1,3 +1,7 @@
|
|
1
|
+
= 1.3.1 / 2012-05-25
|
2
|
+
* Bug fixes
|
3
|
+
* Better handling of utf-8 characters
|
4
|
+
|
1
5
|
= 1.3.0 / 2010-02-24
|
2
6
|
* Enhancements
|
3
7
|
* Raise BERTRPC::ReadTimeout if remote connection is closed
|
@@ -30,4 +34,4 @@
|
|
30
34
|
|
31
35
|
= 0.4.0 / 2009-10-08
|
32
36
|
* Major changes
|
33
|
-
* Convert to use BERT gem.
|
37
|
+
* Convert to use BERT gem.
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.3.
|
1
|
+
1.3.1
|
data/bertrpc.gemspec
CHANGED
data/lib/bertrpc/action.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bertrpc
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
|
4
|
+
hash: 25
|
5
|
+
prerelease:
|
6
|
+
segments:
|
7
|
+
- 1
|
8
|
+
- 3
|
9
|
+
- 1
|
10
|
+
version: 1.3.1
|
5
11
|
platform: ruby
|
6
12
|
authors:
|
7
13
|
- Tom Preston-Werner
|
@@ -14,17 +20,28 @@ default_executable:
|
|
14
20
|
dependencies:
|
15
21
|
- !ruby/object:Gem::Dependency
|
16
22
|
name: bert
|
17
|
-
|
18
|
-
|
19
|
-
|
23
|
+
prerelease: false
|
24
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
25
|
+
none: false
|
20
26
|
requirements:
|
21
27
|
- - ">="
|
22
28
|
- !ruby/object:Gem::Version
|
29
|
+
hash: 19
|
30
|
+
segments:
|
31
|
+
- 1
|
32
|
+
- 1
|
33
|
+
- 0
|
23
34
|
version: 1.1.0
|
24
35
|
- - <
|
25
36
|
- !ruby/object:Gem::Version
|
37
|
+
hash: 15
|
38
|
+
segments:
|
39
|
+
- 2
|
40
|
+
- 0
|
41
|
+
- 0
|
26
42
|
version: 2.0.0
|
27
|
-
|
43
|
+
type: :runtime
|
44
|
+
version_requirements: *id001
|
28
45
|
description:
|
29
46
|
email: tom@mojombo.com
|
30
47
|
executables: []
|
@@ -67,21 +84,27 @@ rdoc_options:
|
|
67
84
|
require_paths:
|
68
85
|
- lib
|
69
86
|
required_ruby_version: !ruby/object:Gem::Requirement
|
87
|
+
none: false
|
70
88
|
requirements:
|
71
89
|
- - ">="
|
72
90
|
- !ruby/object:Gem::Version
|
91
|
+
hash: 3
|
92
|
+
segments:
|
93
|
+
- 0
|
73
94
|
version: "0"
|
74
|
-
version:
|
75
95
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
96
|
+
none: false
|
76
97
|
requirements:
|
77
98
|
- - ">="
|
78
99
|
- !ruby/object:Gem::Version
|
100
|
+
hash: 3
|
101
|
+
segments:
|
102
|
+
- 0
|
79
103
|
version: "0"
|
80
|
-
version:
|
81
104
|
requirements: []
|
82
105
|
|
83
106
|
rubyforge_project:
|
84
|
-
rubygems_version: 1.
|
107
|
+
rubygems_version: 1.6.2
|
85
108
|
signing_key:
|
86
109
|
specification_version: 3
|
87
110
|
summary: BERTRPC is a Ruby BERT-RPC client library.
|