scout_rails 1.0.2.pre3 → 1.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.
data/CHANGELOG.markdown CHANGED
@@ -1,8 +1,8 @@
1
- # 1.0.2.pre
1
+ # 1.0.2
2
2
 
3
3
  * Net::HTTP instrumentation
4
4
  * ActionController::Metal instrumentation
5
- * Determining number of processors
5
+ * Determining number of processors for CPU % calculation
6
6
 
7
7
  # 1.0.1
8
8
 
@@ -1,3 +1,3 @@
1
1
  module ScoutRails
2
- VERSION = "1.0.2.pre3"
2
+ VERSION = "1.0.2"
3
3
  end
metadata CHANGED
@@ -1,8 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scout_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2.pre3
5
- prerelease: 6
4
+ version: 1.0.2
5
+ prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - Derek Haynes
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2012-07-30 00:00:00.000000000 Z
13
+ date: 2012-07-31 00:00:00.000000000 Z
14
14
  dependencies: []
15
15
  description: Monitors a Ruby on Rails application and reports detailed metrics on
16
16
  performance to Scout, a hosted monitoring service.
@@ -62,9 +62,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
62
62
  required_rubygems_version: !ruby/object:Gem::Requirement
63
63
  none: false
64
64
  requirements:
65
- - - ! '>'
65
+ - - ! '>='
66
66
  - !ruby/object:Gem::Version
67
- version: 1.3.1
67
+ version: '0'
68
68
  requirements: []
69
69
  rubyforge_project: scout_rails
70
70
  rubygems_version: 1.8.10