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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6cff4cf7c784a64394cd23dd70849e382667df5f
4
- data.tar.gz: 21739a5e5f83a0be0ea5f4179f6f2dad7e4682d0
3
+ metadata.gz: 21c342f41f629631c3025cad9a585c6acbbf46b2
4
+ data.tar.gz: 3db6f47942bedfdcab9db6344a16946d4d05ac2e
5
5
  SHA512:
6
- metadata.gz: 3057276adb863de048a1b80a54f059b2359a326fbfe9d01f64b05c14caeb2349968c2fbe8ad2e186fc0104be3c69e70e9647620c2858766929bcc1c77b9c44ee
7
- data.tar.gz: 79fc5bf8130caa38e2343e0a9f235bb7d1e5ddea4a3a2d20e28b36684ac39e02b260f6b0758cdfabd839756fbf62ed98d4dcb549c923ec28e4438b05ed3fdb6e
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://github.com/[my-github-username]/lagomorph/fork )
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`)
@@ -4,6 +4,7 @@ module Lagomorph
4
4
  CONNECTION_PARAM_KEYS = [
5
5
  :host,
6
6
  :heartbeat_interval,
7
+ :user,
7
8
  :username,
8
9
  :password,
9
10
  :port
@@ -1,3 +1,3 @@
1
1
  module Lagomorph
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
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.1
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-06 00:00:00.000000000 Z
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