tdl-client-ruby 0.20.1 → 0.20.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cfff7b61ca7c2da15456e4c6d38e552c08a452c1
4
- data.tar.gz: 05214917528db407ae73ac41a5a056fc75c84e65
3
+ metadata.gz: d081f8262e8af9cd33df7f7896c6bfcb9a9b917d
4
+ data.tar.gz: 4c29a8cf4324c137277e73a20adc4fcd1829dda4
5
5
  SHA512:
6
- metadata.gz: cf5b14b4bb3a3eacdf104e8f594cde8b5414f1842101a23a547d8d799f6ee4d0cd1c3c659254d4bfe497bb11b3cf68df508fcc489466a17333d42a139e335d67
7
- data.tar.gz: 23beacfb8721248e08d2a771e48e8ae77feb3e50611960a80c0d0c927d788ee1e62684d0ae7660c40b745c9847165f904f39cd5300c26dec2616f73aaab527aa
6
+ metadata.gz: f17c3a35370537e33ab4faee10ae67fce134003aaa3e195bbb5c9d59ccfd442fefa3968c9825e85d35e5f9b61d238a5e353d0d848998eca22ce73aa7110f5a0a
7
+ data.tar.gz: b09c217c7c76fd3acec43651e97783d3f2c1a2c527cf78d81bef4f8e62797481c7e8a197e01193922b8761f2c9f9faae9b5e01f53fae836da549f3c5e3754f59
data/README.md CHANGED
@@ -42,3 +42,10 @@ Stop external dependencies
42
42
  python ./broker/activemq-wrapper.py stop
43
43
  ```
44
44
 
45
+
46
+ # To release
47
+
48
+ Run
49
+ ```
50
+ ./release.sh
51
+ ```
@@ -1,4 +1,4 @@
1
1
  module TDL
2
- PREVIOUS_VERSION = '0.19.3'
2
+ PREVIOUS_VERSION = '0.20.1'
3
3
  # the current MAJOR.MINOR version is dynamically computed from the version of the Spec
4
4
  end
@@ -5,7 +5,7 @@ module TDL
5
5
  class ImplementationRunnerConfig
6
6
 
7
7
  def initialize
8
- @port = 61616
8
+ @port = 61613
9
9
  @time_to_wait_for_requests = 500
10
10
  @audit_stream = ConsoleAuditStream.new
11
11
  end
@@ -30,7 +30,7 @@ module TDL
30
30
  deploy_processing_rules = ProcessingRules.new()
31
31
  deploy_processing_rules
32
32
  .on('display_description')
33
- .call(-> (params) {'OK'})
33
+ .call(-> (*params) {'OK'})
34
34
  .then(ClientActions.publish)
35
35
  deploy_processing_rules
36
36
  end
@@ -1,3 +1,5 @@
1
+ require 'tdl/audit/console_audit_stream'
2
+
1
3
  module TDL
2
4
 
3
5
  class ChallengeSessionConfig
@@ -10,7 +12,8 @@ module TDL
10
12
  @use_colours = true
11
13
  @recording_system_should_be_on = true
12
14
  @journey_id = journey_id
13
- end
15
+ @audit_stream = ConsoleAuditStream.new
16
+ end
14
17
 
15
18
  def with_server_hostname(hostname)
16
19
  @hostname = hostname
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tdl-client-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.20.1
4
+ version: 0.20.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julian Ghionoiu
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-02-01 00:00:00.000000000 Z
11
+ date: 2018-02-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: stomp
@@ -245,7 +245,7 @@ homepage: https://github.com/julianghionoiu/tdl-client-ruby
245
245
  licenses:
246
246
  - GPL-3.0
247
247
  metadata:
248
- previous_version: 0.19.3
248
+ previous_version: 0.20.1
249
249
  post_install_message:
250
250
  rdoc_options: []
251
251
  require_paths: