appsignal 3.3.0-java → 3.3.1-java
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 +4 -4
- data/.semaphore/semaphore.yml +39 -83
- data/CHANGELOG.md +12 -0
- data/build_matrix.yml +8 -17
- data/lib/appsignal/cli/diagnose.rb +3 -0
- data/lib/appsignal/extension/jruby.rb +6 -1
- data/lib/appsignal/version.rb +1 -1
- data/spec/lib/appsignal/cli/diagnose_spec.rb +3 -0
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c476ef9ec4fbb906a3c3013484975806c87fd7c1efbaef938ee49c9c1cb04081
|
|
4
|
+
data.tar.gz: 9b7eebe7a6a535445a6baed7ddffe8f779d373d6936fb7de4bb000c7a0bd3c3d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7cdd3926c3db35c5566e7d2fc1e80b7f948f26ebcb19d8fad3374db139d6962b016412a243b7ea1df8b8f47302923c321cf46676a98cd98c83e39d26f2a9d5bc
|
|
7
|
+
data.tar.gz: 44ea1982e6b2319c0a469d128cecaf1ab91bc21ebbaabd50d6a3c9eb082dbafea62145e204e419ca4f0180367788ae3bddb019f00411d7bb83f87f022de901b5
|
data/.semaphore/semaphore.yml
CHANGED
|
@@ -24,12 +24,6 @@ global_job_config:
|
|
|
24
24
|
commands:
|
|
25
25
|
- checkout
|
|
26
26
|
- rm -f $HOME/.rbenv/plugins/rbenv-gem-rehash/etc/rbenv.d/exec/~gem-rehash.bash
|
|
27
|
-
- |
|
|
28
|
-
if [ -n "$_LIBYAML" ]; then
|
|
29
|
-
install-package --update libyaml-dev
|
|
30
|
-
else
|
|
31
|
-
echo Skipping libyaml-dev install
|
|
32
|
-
fi
|
|
33
27
|
- |
|
|
34
28
|
if [ -n "$_C_VERSION" ]; then
|
|
35
29
|
sem-version c $_C_VERSION
|
|
@@ -349,9 +343,9 @@ blocks:
|
|
|
349
343
|
- name: BUNDLE_GEMFILE
|
|
350
344
|
value: gemfiles/no_dependencies.gemfile
|
|
351
345
|
- name: _RUBYGEMS_VERSION
|
|
352
|
-
value:
|
|
346
|
+
value: 3.3.26
|
|
353
347
|
- name: _BUNDLER_VERSION
|
|
354
|
-
value:
|
|
348
|
+
value: 2.3.26
|
|
355
349
|
commands:
|
|
356
350
|
- "./support/bundler_wrapper exec rake test"
|
|
357
351
|
- "./support/bundler_wrapper exec rake test:failure"
|
|
@@ -1959,7 +1953,7 @@ blocks:
|
|
|
1959
1953
|
value: latest
|
|
1960
1954
|
commands:
|
|
1961
1955
|
- "./support/bundler_wrapper exec rake test"
|
|
1962
|
-
- name: Ruby 3.2.0
|
|
1956
|
+
- name: Ruby 3.2.0
|
|
1963
1957
|
dependencies:
|
|
1964
1958
|
- Validation
|
|
1965
1959
|
task:
|
|
@@ -1975,14 +1969,14 @@ blocks:
|
|
|
1975
1969
|
- "./support/bundler_wrapper exec rake extension:install"
|
|
1976
1970
|
epilogue: *1
|
|
1977
1971
|
jobs:
|
|
1978
|
-
- name: Ruby 3.2.0
|
|
1972
|
+
- name: Ruby 3.2.0 for no_dependencies
|
|
1979
1973
|
env_vars:
|
|
1980
1974
|
- *2
|
|
1981
1975
|
- *3
|
|
1982
1976
|
- *4
|
|
1983
1977
|
- *5
|
|
1984
1978
|
- name: RUBY_VERSION
|
|
1985
|
-
value: 3.2.0
|
|
1979
|
+
value: 3.2.0
|
|
1986
1980
|
- name: GEMSET
|
|
1987
1981
|
value: no_dependencies
|
|
1988
1982
|
- name: BUNDLE_GEMFILE
|
|
@@ -1991,18 +1985,12 @@ blocks:
|
|
|
1991
1985
|
value: latest
|
|
1992
1986
|
- name: _BUNDLER_VERSION
|
|
1993
1987
|
value: latest
|
|
1994
|
-
- &6
|
|
1995
|
-
name: _LIBYAML
|
|
1996
|
-
value: '1'
|
|
1997
|
-
- &7
|
|
1998
|
-
name: RUBY_CFLAGS
|
|
1999
|
-
value: "-std=gnu99"
|
|
2000
1988
|
commands:
|
|
2001
1989
|
- "./support/bundler_wrapper exec rake test"
|
|
2002
1990
|
- "./support/bundler_wrapper exec rake test:failure"
|
|
2003
|
-
- name: Ruby 3.2.0
|
|
1991
|
+
- name: Ruby 3.2.0 - Gems
|
|
2004
1992
|
dependencies:
|
|
2005
|
-
- Ruby 3.2.0
|
|
1993
|
+
- Ruby 3.2.0
|
|
2006
1994
|
task:
|
|
2007
1995
|
prologue:
|
|
2008
1996
|
commands:
|
|
@@ -2016,14 +2004,14 @@ blocks:
|
|
|
2016
2004
|
- "./support/bundler_wrapper exec rake extension:install"
|
|
2017
2005
|
epilogue: *1
|
|
2018
2006
|
jobs:
|
|
2019
|
-
- name: Ruby 3.2.0
|
|
2007
|
+
- name: Ruby 3.2.0 for capistrano2
|
|
2020
2008
|
env_vars:
|
|
2021
2009
|
- *2
|
|
2022
2010
|
- *3
|
|
2023
2011
|
- *4
|
|
2024
2012
|
- *5
|
|
2025
2013
|
- name: RUBY_VERSION
|
|
2026
|
-
value: 3.2.0
|
|
2014
|
+
value: 3.2.0
|
|
2027
2015
|
- name: GEMSET
|
|
2028
2016
|
value: capistrano2
|
|
2029
2017
|
- name: BUNDLE_GEMFILE
|
|
@@ -2032,18 +2020,16 @@ blocks:
|
|
|
2032
2020
|
value: latest
|
|
2033
2021
|
- name: _BUNDLER_VERSION
|
|
2034
2022
|
value: latest
|
|
2035
|
-
- *6
|
|
2036
|
-
- *7
|
|
2037
2023
|
commands:
|
|
2038
2024
|
- "./support/bundler_wrapper exec rake test"
|
|
2039
|
-
- name: Ruby 3.2.0
|
|
2025
|
+
- name: Ruby 3.2.0 for capistrano3
|
|
2040
2026
|
env_vars:
|
|
2041
2027
|
- *2
|
|
2042
2028
|
- *3
|
|
2043
2029
|
- *4
|
|
2044
2030
|
- *5
|
|
2045
2031
|
- name: RUBY_VERSION
|
|
2046
|
-
value: 3.2.0
|
|
2032
|
+
value: 3.2.0
|
|
2047
2033
|
- name: GEMSET
|
|
2048
2034
|
value: capistrano3
|
|
2049
2035
|
- name: BUNDLE_GEMFILE
|
|
@@ -2052,18 +2038,16 @@ blocks:
|
|
|
2052
2038
|
value: latest
|
|
2053
2039
|
- name: _BUNDLER_VERSION
|
|
2054
2040
|
value: latest
|
|
2055
|
-
- *6
|
|
2056
|
-
- *7
|
|
2057
2041
|
commands:
|
|
2058
2042
|
- "./support/bundler_wrapper exec rake test"
|
|
2059
|
-
- name: Ruby 3.2.0
|
|
2043
|
+
- name: Ruby 3.2.0 for grape
|
|
2060
2044
|
env_vars:
|
|
2061
2045
|
- *2
|
|
2062
2046
|
- *3
|
|
2063
2047
|
- *4
|
|
2064
2048
|
- *5
|
|
2065
2049
|
- name: RUBY_VERSION
|
|
2066
|
-
value: 3.2.0
|
|
2050
|
+
value: 3.2.0
|
|
2067
2051
|
- name: GEMSET
|
|
2068
2052
|
value: grape
|
|
2069
2053
|
- name: BUNDLE_GEMFILE
|
|
@@ -2072,18 +2056,16 @@ blocks:
|
|
|
2072
2056
|
value: latest
|
|
2073
2057
|
- name: _BUNDLER_VERSION
|
|
2074
2058
|
value: latest
|
|
2075
|
-
- *6
|
|
2076
|
-
- *7
|
|
2077
2059
|
commands:
|
|
2078
2060
|
- "./support/bundler_wrapper exec rake test"
|
|
2079
|
-
- name: Ruby 3.2.0
|
|
2061
|
+
- name: Ruby 3.2.0 for hanami
|
|
2080
2062
|
env_vars:
|
|
2081
2063
|
- *2
|
|
2082
2064
|
- *3
|
|
2083
2065
|
- *4
|
|
2084
2066
|
- *5
|
|
2085
2067
|
- name: RUBY_VERSION
|
|
2086
|
-
value: 3.2.0
|
|
2068
|
+
value: 3.2.0
|
|
2087
2069
|
- name: GEMSET
|
|
2088
2070
|
value: hanami
|
|
2089
2071
|
- name: BUNDLE_GEMFILE
|
|
@@ -2092,18 +2074,16 @@ blocks:
|
|
|
2092
2074
|
value: latest
|
|
2093
2075
|
- name: _BUNDLER_VERSION
|
|
2094
2076
|
value: latest
|
|
2095
|
-
- *6
|
|
2096
|
-
- *7
|
|
2097
2077
|
commands:
|
|
2098
2078
|
- "./support/bundler_wrapper exec rake test"
|
|
2099
|
-
- name: Ruby 3.2.0
|
|
2079
|
+
- name: Ruby 3.2.0 for http5
|
|
2100
2080
|
env_vars:
|
|
2101
2081
|
- *2
|
|
2102
2082
|
- *3
|
|
2103
2083
|
- *4
|
|
2104
2084
|
- *5
|
|
2105
2085
|
- name: RUBY_VERSION
|
|
2106
|
-
value: 3.2.0
|
|
2086
|
+
value: 3.2.0
|
|
2107
2087
|
- name: GEMSET
|
|
2108
2088
|
value: http5
|
|
2109
2089
|
- name: BUNDLE_GEMFILE
|
|
@@ -2112,18 +2092,16 @@ blocks:
|
|
|
2112
2092
|
value: latest
|
|
2113
2093
|
- name: _BUNDLER_VERSION
|
|
2114
2094
|
value: latest
|
|
2115
|
-
- *6
|
|
2116
|
-
- *7
|
|
2117
2095
|
commands:
|
|
2118
2096
|
- "./support/bundler_wrapper exec rake test"
|
|
2119
|
-
- name: Ruby 3.2.0
|
|
2097
|
+
- name: Ruby 3.2.0 for padrino
|
|
2120
2098
|
env_vars:
|
|
2121
2099
|
- *2
|
|
2122
2100
|
- *3
|
|
2123
2101
|
- *4
|
|
2124
2102
|
- *5
|
|
2125
2103
|
- name: RUBY_VERSION
|
|
2126
|
-
value: 3.2.0
|
|
2104
|
+
value: 3.2.0
|
|
2127
2105
|
- name: GEMSET
|
|
2128
2106
|
value: padrino
|
|
2129
2107
|
- name: BUNDLE_GEMFILE
|
|
@@ -2132,18 +2110,16 @@ blocks:
|
|
|
2132
2110
|
value: latest
|
|
2133
2111
|
- name: _BUNDLER_VERSION
|
|
2134
2112
|
value: latest
|
|
2135
|
-
- *6
|
|
2136
|
-
- *7
|
|
2137
2113
|
commands:
|
|
2138
2114
|
- "./support/bundler_wrapper exec rake test"
|
|
2139
|
-
- name: Ruby 3.2.0
|
|
2115
|
+
- name: Ruby 3.2.0 for psych-3
|
|
2140
2116
|
env_vars:
|
|
2141
2117
|
- *2
|
|
2142
2118
|
- *3
|
|
2143
2119
|
- *4
|
|
2144
2120
|
- *5
|
|
2145
2121
|
- name: RUBY_VERSION
|
|
2146
|
-
value: 3.2.0
|
|
2122
|
+
value: 3.2.0
|
|
2147
2123
|
- name: GEMSET
|
|
2148
2124
|
value: psych-3
|
|
2149
2125
|
- name: BUNDLE_GEMFILE
|
|
@@ -2152,18 +2128,16 @@ blocks:
|
|
|
2152
2128
|
value: latest
|
|
2153
2129
|
- name: _BUNDLER_VERSION
|
|
2154
2130
|
value: latest
|
|
2155
|
-
- *6
|
|
2156
|
-
- *7
|
|
2157
2131
|
commands:
|
|
2158
2132
|
- "./support/bundler_wrapper exec rake test"
|
|
2159
|
-
- name: Ruby 3.2.0
|
|
2133
|
+
- name: Ruby 3.2.0 for psych-4
|
|
2160
2134
|
env_vars:
|
|
2161
2135
|
- *2
|
|
2162
2136
|
- *3
|
|
2163
2137
|
- *4
|
|
2164
2138
|
- *5
|
|
2165
2139
|
- name: RUBY_VERSION
|
|
2166
|
-
value: 3.2.0
|
|
2140
|
+
value: 3.2.0
|
|
2167
2141
|
- name: GEMSET
|
|
2168
2142
|
value: psych-4
|
|
2169
2143
|
- name: BUNDLE_GEMFILE
|
|
@@ -2172,18 +2146,16 @@ blocks:
|
|
|
2172
2146
|
value: latest
|
|
2173
2147
|
- name: _BUNDLER_VERSION
|
|
2174
2148
|
value: latest
|
|
2175
|
-
- *6
|
|
2176
|
-
- *7
|
|
2177
2149
|
commands:
|
|
2178
2150
|
- "./support/bundler_wrapper exec rake test"
|
|
2179
|
-
- name: Ruby 3.2.0
|
|
2151
|
+
- name: Ruby 3.2.0 for que
|
|
2180
2152
|
env_vars:
|
|
2181
2153
|
- *2
|
|
2182
2154
|
- *3
|
|
2183
2155
|
- *4
|
|
2184
2156
|
- *5
|
|
2185
2157
|
- name: RUBY_VERSION
|
|
2186
|
-
value: 3.2.0
|
|
2158
|
+
value: 3.2.0
|
|
2187
2159
|
- name: GEMSET
|
|
2188
2160
|
value: que
|
|
2189
2161
|
- name: BUNDLE_GEMFILE
|
|
@@ -2192,18 +2164,16 @@ blocks:
|
|
|
2192
2164
|
value: latest
|
|
2193
2165
|
- name: _BUNDLER_VERSION
|
|
2194
2166
|
value: latest
|
|
2195
|
-
- *6
|
|
2196
|
-
- *7
|
|
2197
2167
|
commands:
|
|
2198
2168
|
- "./support/bundler_wrapper exec rake test"
|
|
2199
|
-
- name: Ruby 3.2.0
|
|
2169
|
+
- name: Ruby 3.2.0 for que_beta
|
|
2200
2170
|
env_vars:
|
|
2201
2171
|
- *2
|
|
2202
2172
|
- *3
|
|
2203
2173
|
- *4
|
|
2204
2174
|
- *5
|
|
2205
2175
|
- name: RUBY_VERSION
|
|
2206
|
-
value: 3.2.0
|
|
2176
|
+
value: 3.2.0
|
|
2207
2177
|
- name: GEMSET
|
|
2208
2178
|
value: que_beta
|
|
2209
2179
|
- name: BUNDLE_GEMFILE
|
|
@@ -2212,18 +2182,16 @@ blocks:
|
|
|
2212
2182
|
value: latest
|
|
2213
2183
|
- name: _BUNDLER_VERSION
|
|
2214
2184
|
value: latest
|
|
2215
|
-
- *6
|
|
2216
|
-
- *7
|
|
2217
2185
|
commands:
|
|
2218
2186
|
- "./support/bundler_wrapper exec rake test"
|
|
2219
|
-
- name: Ruby 3.2.0
|
|
2187
|
+
- name: Ruby 3.2.0 for rails-6.1
|
|
2220
2188
|
env_vars:
|
|
2221
2189
|
- *2
|
|
2222
2190
|
- *3
|
|
2223
2191
|
- *4
|
|
2224
2192
|
- *5
|
|
2225
2193
|
- name: RUBY_VERSION
|
|
2226
|
-
value: 3.2.0
|
|
2194
|
+
value: 3.2.0
|
|
2227
2195
|
- name: GEMSET
|
|
2228
2196
|
value: rails-6.1
|
|
2229
2197
|
- name: BUNDLE_GEMFILE
|
|
@@ -2232,18 +2200,16 @@ blocks:
|
|
|
2232
2200
|
value: latest
|
|
2233
2201
|
- name: _BUNDLER_VERSION
|
|
2234
2202
|
value: latest
|
|
2235
|
-
- *6
|
|
2236
|
-
- *7
|
|
2237
2203
|
commands:
|
|
2238
2204
|
- "./support/bundler_wrapper exec rake test"
|
|
2239
|
-
- name: Ruby 3.2.0
|
|
2205
|
+
- name: Ruby 3.2.0 for rails-7.0
|
|
2240
2206
|
env_vars:
|
|
2241
2207
|
- *2
|
|
2242
2208
|
- *3
|
|
2243
2209
|
- *4
|
|
2244
2210
|
- *5
|
|
2245
2211
|
- name: RUBY_VERSION
|
|
2246
|
-
value: 3.2.0
|
|
2212
|
+
value: 3.2.0
|
|
2247
2213
|
- name: GEMSET
|
|
2248
2214
|
value: rails-7.0
|
|
2249
2215
|
- name: BUNDLE_GEMFILE
|
|
@@ -2252,18 +2218,16 @@ blocks:
|
|
|
2252
2218
|
value: latest
|
|
2253
2219
|
- name: _BUNDLER_VERSION
|
|
2254
2220
|
value: latest
|
|
2255
|
-
- *6
|
|
2256
|
-
- *7
|
|
2257
2221
|
commands:
|
|
2258
2222
|
- "./support/bundler_wrapper exec rake test"
|
|
2259
|
-
- name: Ruby 3.2.0
|
|
2223
|
+
- name: Ruby 3.2.0 for resque-2
|
|
2260
2224
|
env_vars:
|
|
2261
2225
|
- *2
|
|
2262
2226
|
- *3
|
|
2263
2227
|
- *4
|
|
2264
2228
|
- *5
|
|
2265
2229
|
- name: RUBY_VERSION
|
|
2266
|
-
value: 3.2.0
|
|
2230
|
+
value: 3.2.0
|
|
2267
2231
|
- name: GEMSET
|
|
2268
2232
|
value: resque-2
|
|
2269
2233
|
- name: BUNDLE_GEMFILE
|
|
@@ -2272,18 +2236,16 @@ blocks:
|
|
|
2272
2236
|
value: latest
|
|
2273
2237
|
- name: _BUNDLER_VERSION
|
|
2274
2238
|
value: latest
|
|
2275
|
-
- *6
|
|
2276
|
-
- *7
|
|
2277
2239
|
commands:
|
|
2278
2240
|
- "./support/bundler_wrapper exec rake test"
|
|
2279
|
-
- name: Ruby 3.2.0
|
|
2241
|
+
- name: Ruby 3.2.0 for sequel
|
|
2280
2242
|
env_vars:
|
|
2281
2243
|
- *2
|
|
2282
2244
|
- *3
|
|
2283
2245
|
- *4
|
|
2284
2246
|
- *5
|
|
2285
2247
|
- name: RUBY_VERSION
|
|
2286
|
-
value: 3.2.0
|
|
2248
|
+
value: 3.2.0
|
|
2287
2249
|
- name: GEMSET
|
|
2288
2250
|
value: sequel
|
|
2289
2251
|
- name: BUNDLE_GEMFILE
|
|
@@ -2292,18 +2254,16 @@ blocks:
|
|
|
2292
2254
|
value: latest
|
|
2293
2255
|
- name: _BUNDLER_VERSION
|
|
2294
2256
|
value: latest
|
|
2295
|
-
- *6
|
|
2296
|
-
- *7
|
|
2297
2257
|
commands:
|
|
2298
2258
|
- "./support/bundler_wrapper exec rake test"
|
|
2299
|
-
- name: Ruby 3.2.0
|
|
2259
|
+
- name: Ruby 3.2.0 for sinatra
|
|
2300
2260
|
env_vars:
|
|
2301
2261
|
- *2
|
|
2302
2262
|
- *3
|
|
2303
2263
|
- *4
|
|
2304
2264
|
- *5
|
|
2305
2265
|
- name: RUBY_VERSION
|
|
2306
|
-
value: 3.2.0
|
|
2266
|
+
value: 3.2.0
|
|
2307
2267
|
- name: GEMSET
|
|
2308
2268
|
value: sinatra
|
|
2309
2269
|
- name: BUNDLE_GEMFILE
|
|
@@ -2312,18 +2272,16 @@ blocks:
|
|
|
2312
2272
|
value: latest
|
|
2313
2273
|
- name: _BUNDLER_VERSION
|
|
2314
2274
|
value: latest
|
|
2315
|
-
- *6
|
|
2316
|
-
- *7
|
|
2317
2275
|
commands:
|
|
2318
2276
|
- "./support/bundler_wrapper exec rake test"
|
|
2319
|
-
- name: Ruby 3.2.0
|
|
2277
|
+
- name: Ruby 3.2.0 for webmachine
|
|
2320
2278
|
env_vars:
|
|
2321
2279
|
- *2
|
|
2322
2280
|
- *3
|
|
2323
2281
|
- *4
|
|
2324
2282
|
- *5
|
|
2325
2283
|
- name: RUBY_VERSION
|
|
2326
|
-
value: 3.2.0
|
|
2284
|
+
value: 3.2.0
|
|
2327
2285
|
- name: GEMSET
|
|
2328
2286
|
value: webmachine
|
|
2329
2287
|
- name: BUNDLE_GEMFILE
|
|
@@ -2332,8 +2290,6 @@ blocks:
|
|
|
2332
2290
|
value: latest
|
|
2333
2291
|
- name: _BUNDLER_VERSION
|
|
2334
2292
|
value: latest
|
|
2335
|
-
- *6
|
|
2336
|
-
- *7
|
|
2337
2293
|
commands:
|
|
2338
2294
|
- "./support/bundler_wrapper exec rake test"
|
|
2339
2295
|
- name: Ruby jruby-9.3.9.0
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# AppSignal for Ruby gem Changelog
|
|
2
2
|
|
|
3
|
+
## 3.3.1
|
|
4
|
+
|
|
5
|
+
### Added
|
|
6
|
+
|
|
7
|
+
- [7f62ada8](https://github.com/appsignal/appsignal-ruby/commit/7f62ada8deb67a2b7d355ec0c1bc2ad1d1e2d8d1) patch - Track the Operating System release/distro in the diagnose report. This helps us with debugging what exact version of Linux an app is running on, for example.
|
|
8
|
+
|
|
9
|
+
### Fixed
|
|
10
|
+
|
|
11
|
+
- [1443e05f](https://github.com/appsignal/appsignal-ruby/commit/1443e05f0fa5bf6af69c40753b2d135f082871de) patch - Attempt to load C extension from lib/ directory. Fixes an issue where JRuby would fail to load
|
|
12
|
+
the extension from the ext/ directory, as the directory is cleaned after installation when using
|
|
13
|
+
RubyGems 3.4.0.
|
|
14
|
+
|
|
3
15
|
## 3.3.0
|
|
4
16
|
|
|
5
17
|
### Added
|
data/build_matrix.yml
CHANGED
|
@@ -25,12 +25,6 @@ semaphore: # Default `.semaphore/semaphore.yml` contents
|
|
|
25
25
|
commands:
|
|
26
26
|
- checkout
|
|
27
27
|
- rm -f $HOME/.rbenv/plugins/rbenv-gem-rehash/etc/rbenv.d/exec/~gem-rehash.bash
|
|
28
|
-
- |
|
|
29
|
-
if [ -n "$_LIBYAML" ]; then
|
|
30
|
-
install-package --update libyaml-dev
|
|
31
|
-
else
|
|
32
|
-
echo Skipping libyaml-dev install
|
|
33
|
-
fi
|
|
34
28
|
- |
|
|
35
29
|
if [ -n "$_C_VERSION" ]; then
|
|
36
30
|
sem-version c $_C_VERSION
|
|
@@ -197,6 +191,8 @@ matrix:
|
|
|
197
191
|
gems: "none"
|
|
198
192
|
- ruby: "2.3.8"
|
|
199
193
|
gems: "none"
|
|
194
|
+
rubygems: "3.3.26"
|
|
195
|
+
bundler: "2.3.26"
|
|
200
196
|
- ruby: "2.4.10"
|
|
201
197
|
gems: "none"
|
|
202
198
|
- ruby: "2.5.8"
|
|
@@ -205,12 +201,7 @@ matrix:
|
|
|
205
201
|
- ruby: "2.7.7"
|
|
206
202
|
- ruby: "3.0.4"
|
|
207
203
|
- ruby: "3.1.2"
|
|
208
|
-
- ruby: "3.2.0
|
|
209
|
-
env_vars:
|
|
210
|
-
- name: "_LIBYAML"
|
|
211
|
-
value: "1"
|
|
212
|
-
- name: "RUBY_CFLAGS"
|
|
213
|
-
value: "-std=gnu99"
|
|
204
|
+
- ruby: "3.2.0"
|
|
214
205
|
- ruby: "jruby-9.3.9.0"
|
|
215
206
|
gems: "minimal"
|
|
216
207
|
- ruby: "jruby-9.4.0.0"
|
|
@@ -225,7 +216,7 @@ matrix:
|
|
|
225
216
|
ruby:
|
|
226
217
|
- "3.0.4"
|
|
227
218
|
- "3.1.2"
|
|
228
|
-
- "3.2.0
|
|
219
|
+
- "3.2.0"
|
|
229
220
|
- gem: "http5"
|
|
230
221
|
- gem: "padrino"
|
|
231
222
|
- gem: "psych-3"
|
|
@@ -233,13 +224,13 @@ matrix:
|
|
|
233
224
|
ruby:
|
|
234
225
|
- "3.0.4"
|
|
235
226
|
- "3.1.2"
|
|
236
|
-
- "3.2.0
|
|
227
|
+
- "3.2.0"
|
|
237
228
|
- gem: "psych-4"
|
|
238
229
|
only:
|
|
239
230
|
ruby:
|
|
240
231
|
- "3.0.4"
|
|
241
232
|
- "3.1.2"
|
|
242
|
-
- "3.2.0
|
|
233
|
+
- "3.2.0"
|
|
243
234
|
- gem: "que"
|
|
244
235
|
- gem: "que_beta"
|
|
245
236
|
- gem: "rails-3.2"
|
|
@@ -312,7 +303,7 @@ matrix:
|
|
|
312
303
|
- "2.7.7"
|
|
313
304
|
- "3.0.4"
|
|
314
305
|
- "3.1.2"
|
|
315
|
-
- "3.2.0
|
|
306
|
+
- "3.2.0"
|
|
316
307
|
- "jruby-9.4.0.0"
|
|
317
308
|
- gem: "rails-7.0"
|
|
318
309
|
only:
|
|
@@ -320,7 +311,7 @@ matrix:
|
|
|
320
311
|
- "2.7.7"
|
|
321
312
|
- "3.0.4"
|
|
322
313
|
- "3.1.2"
|
|
323
|
-
- "3.2.0
|
|
314
|
+
- "3.2.0"
|
|
324
315
|
- "jruby-9.4.0.0"
|
|
325
316
|
- gem: "resque-1"
|
|
326
317
|
bundler: "1.17.3"
|
|
@@ -443,6 +443,9 @@ module Appsignal
|
|
|
443
443
|
save :os, os
|
|
444
444
|
puts_value "Operating System", os_label
|
|
445
445
|
|
|
446
|
+
distribution_file = "/etc/os-release"
|
|
447
|
+
save :os_distribution, File.exist?(distribution_file) ? File.read(distribution_file) : ""
|
|
448
|
+
|
|
446
449
|
language_version = "#{rbconfig["RUBY_PROGRAM_VERSION"]}-p#{rbconfig["PATCHLEVEL"]}"
|
|
447
450
|
save :language_version, language_version
|
|
448
451
|
puts_format "Ruby version", language_version
|
|
@@ -50,7 +50,12 @@ module Appsignal
|
|
|
50
50
|
end
|
|
51
51
|
|
|
52
52
|
begin
|
|
53
|
-
|
|
53
|
+
begin
|
|
54
|
+
# RubyGems will install the extension in the gem's lib directory.
|
|
55
|
+
ffi_lib File.join(File.dirname(__FILE__), "../../../lib/libappsignal.#{lib_extension}")
|
|
56
|
+
rescue LoadError
|
|
57
|
+
ffi_lib File.join(File.dirname(__FILE__), "../../../ext/libappsignal.#{lib_extension}")
|
|
58
|
+
end
|
|
54
59
|
typedef AppsignalString.by_value, :appsignal_string
|
|
55
60
|
|
|
56
61
|
attach_function :appsignal_start, [], :void
|
data/lib/appsignal/version.rb
CHANGED
|
@@ -636,9 +636,12 @@ describe Appsignal::CLI::Diagnose, :api_stub => true, :send_report => :yes_cli_i
|
|
|
636
636
|
run
|
|
637
637
|
host_report = received_report["host"]
|
|
638
638
|
host_report.delete("running_in_container") # Tested elsewhere
|
|
639
|
+
distribution_file = "/etc/os-release"
|
|
640
|
+
os_distribution = File.exist?(distribution_file) ? File.read(distribution_file) : ""
|
|
639
641
|
expect(host_report).to eq(
|
|
640
642
|
"architecture" => rbconfig["host_cpu"],
|
|
641
643
|
"os" => rbconfig["host_os"],
|
|
644
|
+
"os_distribution" => os_distribution,
|
|
642
645
|
"language_version" => language_version,
|
|
643
646
|
"heroku" => false,
|
|
644
647
|
"root" => false
|
metadata
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: appsignal
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.3.
|
|
4
|
+
version: 3.3.1
|
|
5
5
|
platform: java
|
|
6
6
|
authors:
|
|
7
7
|
- Robert Beekman
|
|
8
8
|
- Thijs Cadier
|
|
9
9
|
- Tom de Bruijn
|
|
10
|
-
autorequire:
|
|
10
|
+
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date:
|
|
13
|
+
date: 2023-01-12 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: rack
|
|
@@ -436,7 +436,7 @@ metadata:
|
|
|
436
436
|
documentation_uri: https://docs.appsignal.com/ruby/
|
|
437
437
|
homepage_uri: https://docs.appsignal.com/ruby/
|
|
438
438
|
source_code_uri: https://github.com/appsignal/appsignal-ruby
|
|
439
|
-
post_install_message:
|
|
439
|
+
post_install_message:
|
|
440
440
|
rdoc_options: []
|
|
441
441
|
require_paths:
|
|
442
442
|
- lib
|
|
@@ -452,8 +452,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
452
452
|
- !ruby/object:Gem::Version
|
|
453
453
|
version: '0'
|
|
454
454
|
requirements: []
|
|
455
|
-
rubygems_version: 3.
|
|
456
|
-
signing_key:
|
|
455
|
+
rubygems_version: 3.4.2
|
|
456
|
+
signing_key:
|
|
457
457
|
specification_version: 4
|
|
458
458
|
summary: Logs performance and exception data from your app to appsignal.com
|
|
459
459
|
test_files:
|