scout 4.0.1 → 4.0.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.
Files changed (4) hide show
  1. data/CHANGELOG +5 -0
  2. data/lib/scout.rb +1 -1
  3. data/lib/scout/server.rb +2 -2
  4. metadata +2 -2
data/CHANGELOG CHANGED
@@ -1,3 +1,8 @@
1
+ == 4.0.2
2
+
3
+ * Check-in once after all plugins are run instead of once for each plugin for
4
+ better efficiency
5
+
1
6
  == 4.0.1
2
7
 
3
8
  * Fixed a regression that broken support for some very old plugins
data/lib/scout.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env ruby -wKU
2
2
 
3
3
  module Scout
4
- VERSION = "4.0.1".freeze
4
+ VERSION = "4.0.2".freeze
5
5
  end
6
6
 
7
7
  require "scout/command"
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.1
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-09-15 00:00:00 -05:00
12
+ date: 2009-10-07 00:00:00 -05:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency