lopata 0.1.13 → 0.1.14

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
- module Lopata
2
- # @private
3
- module Version
4
- STRING = '0.1.13'
5
- end
6
- end
1
+ module Lopata
2
+ # @private
3
+ module Version
4
+ STRING = '0.1.14'
5
+ end
6
+ end
data/lib/lopata/world.rb CHANGED
@@ -1,25 +1,25 @@
1
- # Container for gobal non-configuration data
2
- class Lopata::World
3
- # Scenarios are selected for current run
4
- # @return [Array<Lopata::Scenario::Execution>]
5
- attr_reader :scenarios
6
-
7
- # @private
8
- def initialize
9
- @scenarios = []
10
- end
11
-
12
- # @private
13
- def notify_observers(event, context)
14
- observers.each do |observer|
15
- observer.send event, context
16
- end
17
- end
18
-
19
- private
20
-
21
- # Define observers based on configuration
22
- def observers
23
- Lopata.configuration.observers
24
- end
1
+ # Container for gobal non-configuration data
2
+ class Lopata::World
3
+ # Scenarios are selected for current run
4
+ # @return [Array<Lopata::Scenario::Execution>]
5
+ attr_reader :scenarios
6
+
7
+ # @private
8
+ def initialize
9
+ @scenarios = []
10
+ end
11
+
12
+ # @private
13
+ def notify_observers(event, context)
14
+ observers.each do |observer|
15
+ observer.send event, context
16
+ end
17
+ end
18
+
19
+ private
20
+
21
+ # Define observers based on configuration
22
+ def observers
23
+ Lopata.configuration.observers
24
+ end
25
25
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lopata
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.13
4
+ version: 0.1.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexey Volochnev
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-03-25 00:00:00.000000000 Z
11
+ date: 2021-07-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty
@@ -135,8 +135,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
135
135
  - !ruby/object:Gem::Version
136
136
  version: '0'
137
137
  requirements: []
138
- rubygems_version: 3.0.3
138
+ rubygems_version: 3.2.15
139
139
  signing_key:
140
140
  specification_version: 4
141
- summary: lopata-0.1.13
141
+ summary: lopata-0.1.14
142
142
  test_files: []