scout 4.0.1 → 4.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG +5 -0
- data/lib/scout.rb +1 -1
- data/lib/scout/server.rb +2 -2
- metadata +2 -2
data/CHANGELOG
CHANGED
data/lib/scout.rb
CHANGED
data/lib/scout/server.rb
CHANGED
@@ -88,11 +88,11 @@ module Scout
|
|
88
88
|
|
89
89
|
# Runs all plugins from a given plan. Calls process_plugin on each plugin.
|
90
90
|
def run_plugins_by_plan
|
91
|
+
prepare_checkin
|
91
92
|
plan do |plugin|
|
92
|
-
prepare_checkin
|
93
93
|
process_plugin(plugin)
|
94
|
-
checkin
|
95
94
|
end
|
95
|
+
checkin
|
96
96
|
end
|
97
97
|
|
98
98
|
#
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: scout
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.0.
|
4
|
+
version: 4.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Highgroove Studios
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-
|
12
|
+
date: 2009-10-07 00:00:00 -05:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|