plain_apm 0.8.4 → 0.8.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/plain_apm/version.rb +1 -1
  4. metadata +9 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ff5ddab9e3475ec09d7ef20f6bc5c6ae64ffa0e3ffa946d84def56c33eb41cde
4
- data.tar.gz: '085a3004d655b642bbd63b295ce7c41531d2264709820b8f9ab35e31bdfe987d'
3
+ metadata.gz: fece4d0df7f5b93fe2064804ce006fc243e316441336ffff57f3c4697b2fb7c5
4
+ data.tar.gz: b64728db3a2377fb0bbe409d9f857ee831f9d0445252fecce8651469c803d8c2
5
5
  SHA512:
6
- metadata.gz: 960c5aad1354d5cc97e43d537807afeac46cdb41db125e9a832447912d2d7b0934041c8e39965bd7f8727fe9d7e4b9600250ce9c687559bfb02347afe90205b4
7
- data.tar.gz: 7985afc06387dbfca63c0a69665516ebb3d54cdf88cd4532fba427d03594ab9e0e65c7a4dab08b9e1c1f63d912fb68afad22c62f7348b87d5f09c38ef146c117
6
+ metadata.gz: b75d4204a0260e5b2c7977adbdb490a4de634c0ee564038d86f4134fa064168ad904994dac0814000eedee0f8632b97cef120458752648341538368533b9c49b
7
+ data.tar.gz: d3e7e1ad7175433a14c77871cada300e18b75004d76b48dc869b5560fcf2d3460e1926e73ff6e50447c3f882d752197d6af6f14a8557df853e3b818ea7d2345d
data/README.md CHANGED
@@ -36,7 +36,7 @@ installing plain_apm with --enable-object-tracing-override flag:
36
36
 
37
37
  gem install plain_apm -- --enable-object-tracing-override
38
38
 
39
- When using bundler, you can configure it to pass this flag to the gem
39
+ When using bundler, you can configure it to pass this flag to gem
40
40
  install by running:
41
41
 
42
42
  bundle config set --global build.plain_apm --enable-object-tracing-override
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PlainApm
4
- VERSION = "0.8.4"
4
+ VERSION = "0.8.5"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: plain_apm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.4
4
+ version: 0.8.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - PlainAPM Team
@@ -132,11 +132,14 @@ metadata:
132
132
  source_code_uri: https://github.com/plainapm/plainapm-ruby
133
133
  changelog_uri: https://github.com/plainapm/plainapm-ruby/blob/main/CHANGELOG.md
134
134
  github_repo: git@github.com:plainapm/plainapm-ruby.git
135
- post_install_message: "\n PlainAPM object tracing is affected by Ractor related
136
- bugs,\n so it is not enabled by default on Ruby 3.\n\n If you are sure
137
- your app does not use Ractors, this can be overridden by\n installing the gem
138
- with --enable-object-tracing-override flag.\n\n Please see https://github.com/plainapm/plainapm-ruby/#installation
139
- for\n more details.\n "
135
+ post_install_message: "\n PlainAPM object tracing is affected by Ractor related bugs,\n
136
+ \ so it is not enabled by default on Ruby 3.\n\n If you are sure your app does
137
+ not use Ractors, this can be overridden by\n installing the gem with --enable-object-tracing-override
138
+ flag:\n\n gem install plain_apm -- --enable-object-tracing-override\n\n or,
139
+ when using bundler, configure it to pass this option to gem install:\n\n bundle
140
+ config set --global build.plain_apm --enable-object-tracing-override\n\n Please
141
+ see https://github.com/plainapm/plainapm-ruby/#installation for\n more details.\n\n
142
+ \ "
140
143
  rdoc_options: []
141
144
  require_paths:
142
145
  - lib