raygun-apm-rails 1.0.34 → 1.0.35

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: beb20eea5ef905a8ee0e68c7dc35fbba266ee1a850e6080713ec8514f6daee32
4
- data.tar.gz: c73e8df54d8207257bd2b4966d87e6d9305224b3015de5d0959b524f0835d7d2
3
+ metadata.gz: 3cea0812f72af7620a40a595a0730f3bf817d9825866fd37757c425a9881165c
4
+ data.tar.gz: 0fed587c5e324fc4f788f3b389ef254e45eb99a5bfb3d73fc9f2e72feb014ec8
5
5
  SHA512:
6
- metadata.gz: '085cbd4ce49a5cb07043e5922df609a695ae3e745f5c37979814cd1d4172fd63c4f69566bd806bb5eda41f67d39ba3f77409f50db93995f3dbbfffef739c160f'
7
- data.tar.gz: a1363d58458e3146041693d4136b8a50b0cb4b2762c6b003849e07f588be9d54d64d6b65f30876c9231f89125a4c9227678f43eb0a948a0655ac9c37a19adb8b
6
+ metadata.gz: 839f8b8331bd29c8ead748da1e2106e7e598721c831d6de54318c45f76e061c68151bd0b584d09d366068c27262878a0cd0a29475783bc702d203075103595d1
7
+ data.tar.gz: 272e548b7b7356983313a44a98d13487e886c047ae16af8acc30ddac5ef5373e561d1c29e80da889a71bc4478d91eeb8c713c716bb8a108543367563f8bb8179
@@ -1,5 +1,9 @@
1
1
  = Changelog
2
2
 
3
+ == 1.0.35 (June 27, 2020)
4
+
5
+ * Whitelist key ActiveStorage APIs
6
+
3
7
  == 1.0.34 (June 17, 2020)
4
8
 
5
9
  * Align with rubyesque blacklist syntax support from profiler version 1.0.44
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- raygun-apm-rails (1.0.34)
4
+ raygun-apm-rails (1.0.35)
5
5
  raygun-apm (~> 1.0.44)
6
6
 
7
7
  GEM
@@ -9,7 +9,7 @@ GEM
9
9
  specs:
10
10
  minitest (5.13.0)
11
11
  rake (10.5.0)
12
- raygun-apm (1.0.44-x86-linux)
12
+ raygun-apm (1.0.45-x86-linux)
13
13
 
14
14
  PLATFORMS
15
15
  ruby
@@ -105,6 +105,13 @@ module Raygun
105
105
  autosave_associated_records_for_
106
106
  validate_associated_records_for_
107
107
  will_save_change_to_
108
+ +ActiveStorage::Blob#upload
109
+ +ActiveStorage::Blob#download
110
+ +ActiveStorage::DiskController#show
111
+ +ActiveStorage::DiskController#update
112
+ +ActiveStorage::DirectUploadsController#create
113
+ +ActiveStorage::BlobsController#show
114
+ +ActiveStorage::RepresentationsController#show
108
115
  }
109
116
 
110
117
  def self.raygun4ruby?(configured = true)
@@ -1,7 +1,7 @@
1
1
  module Raygun
2
2
  module Apm
3
3
  module Rails
4
- VERSION = "1.0.34"
4
+ VERSION = "1.0.35"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: raygun-apm-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.34
4
+ version: 1.0.35
5
5
  platform: ruby
6
6
  authors:
7
7
  - Raygun
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2020-06-17 00:00:00.000000000 Z
12
+ date: 2020-06-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: raygun-apm