lagomorph 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -1
- data/lib/lagomorph/session.rb +1 -0
- data/lib/lagomorph/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 21c342f41f629631c3025cad9a585c6acbbf46b2
|
4
|
+
data.tar.gz: 3db6f47942bedfdcab9db6344a16946d4d05ac2e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b84257d612a0decb888fc6f8e023c3557b9548410531471740a5ead10cef265c32c7c1002451921e9123dc48f23d52442021ae72747cca465e1a36fec9bf76d9
|
7
|
+
data.tar.gz: 1fb54e86c8748858c2e51e7b3fd97f50b65611c2dce7c326a406aaf428cef643c193634bbc455871aebae15dd6c520ab8ea767885b56a2f9e4ff5b39049b2095
|
data/README.md
CHANGED
@@ -73,10 +73,11 @@ Now to utilise this amazing service, we would use the rpc call client:
|
|
73
73
|
result = rpc_call.dispatch(queue, 'ponger')
|
74
74
|
|
75
75
|
puts "The result should be 'pong'. Is it: #{result}?"
|
76
|
+
```
|
76
77
|
|
77
78
|
## Contributing
|
78
79
|
|
79
|
-
1. Fork it ( https://
|
80
|
+
1. Fork it ( https://bitbucket.org/team-sealink/lagomorph/fork )
|
80
81
|
2. Create your feature branch (`git checkout -b my-new-feature`)
|
81
82
|
3. Commit your changes (`git commit -am 'Add some feature'`)
|
82
83
|
4. Push to the branch (`git push origin my-new-feature`)
|
data/lib/lagomorph/session.rb
CHANGED
data/lib/lagomorph/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: lagomorph
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alessandro Berardi
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2014-11-
|
12
|
+
date: 2014-11-07 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|