scout_apm 0.9.4 → 0.9.5

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: 7965070352dba0abdf13aaa1087cbc1b29335ebb
4
- data.tar.gz: c0344b576001fb07bdbc52808bb889dc295e6360
3
+ metadata.gz: ebb037864cecac7a2047391c86368a3b1c479d1b
4
+ data.tar.gz: 17618a8d5c36787f303a78ab45e2610d54e6d56e
5
5
  SHA512:
6
- metadata.gz: 51b1343c212b9261615ec66ef6ca20f1da2dbb978f15bf7d56ba164c945b1d5194fcd4cefc99e736c44b06ad53495ddbffb8255904f6f89452fcd967662b911b
7
- data.tar.gz: 970d9858a92a5929f66288561e209ad997ffc4b0afff2b2d11256cae4836e50571f1539337f15ed4fa33cf348f0bf25e753a7ce1b4d65c29ae480feffe170729
6
+ metadata.gz: fd1e8389a14f1fc91c62d07a0b737d862de5dcbb9ea94b633b7206d8a0a33e9513e6d2b7faa418c7b70e3c4488a20e5375299d32152510faf773dab90d7129ef
7
+ data.tar.gz: a1adb902ac743bceae3d613d65c7f7d3b623341ba8fa9067eb8878df8e231870253885b715dc9b2b4154b11d289a044437b8e9d34c3df39af58220441f15e45c
data/CHANGELOG.markdown CHANGED
@@ -1,3 +1,7 @@
1
+ # 0.9.5
2
+
3
+ * Fix 1.8.7 syntax error
4
+
1
5
  # 0.9.4
2
6
 
3
7
  * Detect database connection correctly on Rails 3.0.x
@@ -56,7 +56,7 @@ module ScoutApm
56
56
 
57
57
  self.class.scout_apm_trace(scout_controller_action, :uri => request.fullpath, :ip => request.remote_ip) do
58
58
  Thread::current[:scout_apm_prof] = nil
59
- StackProf.start(mode: :wall, interval: ScoutApm::Agent.instance.config.value("stackprof_interval"))
59
+ StackProf.start(:mode => :wall, :interval => ScoutApm::Agent.instance.config.value("stackprof_interval"))
60
60
 
61
61
  begin
62
62
  super
@@ -1,4 +1,4 @@
1
1
  module ScoutApm
2
- VERSION = "0.9.4"
2
+ VERSION = "0.9.5"
3
3
  end
4
4
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scout_apm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.4
4
+ version: 0.9.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Derek Haynes
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-10-27 00:00:00.000000000 Z
12
+ date: 2015-10-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: minitest
@@ -154,10 +154,5 @@ rubygems_version: 2.2.2
154
154
  signing_key:
155
155
  specification_version: 4
156
156
  summary: Ruby application performance monitoring
157
- test_files:
158
- - test/data/config_test_1.yml
159
- - test/test_helper.rb
160
- - test/unit/config_test.rb
161
- - test/unit/environment_test.rb
162
- - test/unit/instruments/active_record_instruments_test.rb
163
- - test/unit/sql_sanitizer_test.rb
157
+ test_files: []
158
+ has_rdoc: