simplerpc 0.1.0c → 0.1.0
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/lib/simplerpc/serialiser.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6b7738bfae026e0fe2ddedbbd75dcc5013d834c1
|
4
|
+
data.tar.gz: 493f8b4edf16ccd8e4ff094f6a32686837f8e7d0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7681f57a2e91e9dda12e9ceab903b4215a06e39a76bd8dbe3964570cf35a20039aa6333212b5fc532b97997c209c8218d843e56ef59c15b9b7024e8986ab5184
|
7
|
+
data.tar.gz: d588acf4a236dd980f04b612523414c24d3a319ba1d4c7b93b547420538cba8001b2048536ee698bcd41c66dfc8ae28279b310ce0eebd977d051a83421a864a3
|
data/lib/simplerpc/serialiser.rb
CHANGED
@@ -11,7 +11,7 @@ module SimpleRPC
|
|
11
11
|
|
12
12
|
# Create a new Serialiser with the given method. Optionally provide a binding to have
|
13
13
|
# the serialisation method execute within another context, i.e. for it to pick up
|
14
|
-
# on various libraries and classes.
|
14
|
+
# on various libraries and classes (though this will impact performance somewhat).
|
15
15
|
#
|
16
16
|
# Supported methods are:
|
17
17
|
#
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: simplerpc
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stephen Wattam
|
@@ -36,9 +36,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
36
36
|
version: '1.9'
|
37
37
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
38
38
|
requirements:
|
39
|
-
- - '
|
39
|
+
- - '>='
|
40
40
|
- !ruby/object:Gem::Version
|
41
|
-
version:
|
41
|
+
version: '0'
|
42
42
|
requirements: []
|
43
43
|
rubyforge_project:
|
44
44
|
rubygems_version: 2.0.0
|