raygun-apm 1.0.81-x86-linux → 1.0.82-x86-linux

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/LICENSE +4 -1
  3. data/lib/raygun/apm/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b315511459c3e9b4405815abba47f1aa4471dde9c48a85fb575f39d74c1d5c68
4
- data.tar.gz: 3bae1d6d64886c6e61b5a80583a08fb43c14fa1147f1f2c927c566ef0faa9d44
3
+ metadata.gz: a4a7b022c46a502580e5b4d0e4f7178d386a88d428070012e5600be0be57d39a
4
+ data.tar.gz: 2f1e788040e37c69490a7ac71c236087f404c687972c89bd6d763cc3274f974e
5
5
  SHA512:
6
- metadata.gz: '0918464ff3ed4b59ecd48741e31d497424b75a0dc2245967c6cd66ccbac08518d8bd1ba9da5c5c20b5cb3ea0a424eb3f4f046b5eb1e01e8e1aad9d9ff3f64337'
7
- data.tar.gz: ee5b89d30058366ffaea9b66395d7fa8c91459ae94845abd48674852d8b6252e2b4fca60ba6d63b8582935d23a481c6335e08b5b4325461546f896958ba310f7
6
+ metadata.gz: 75e5a6a3a9f5dc4d4415fdb6a7efda9555bbadbaa896446a6726422db7a405d017f94542d48447c312cb0108e05065a41d4ba450024424d480af02b3e9bc946c
7
+ data.tar.gz: 38ba4a0f4d12bc2b02e4f26055b5da4acb371be051b279118ab81e0587a9a4ac544022e4714a15d5be7819632a476f8add1e9b5a0730f5a31df74476e1ef42db
data/LICENSE CHANGED
@@ -21,4 +21,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
21
  SOFTWARE.
22
22
 
23
23
  This software bundles Rax, an open source project, released under the BSD two
24
- clause license here https://github.com/antirez/rax/blob/master/COPYING
24
+ clause license here https://github.com/antirez/rax/blob/master/COPYING
25
+
26
+ This software also bundles bipbuffer, an open source project, released under
27
+ the BSD license here https://github.com/willemt/bipbuffer/blob/master/LICENSE
@@ -1,6 +1,6 @@
1
1
  module Raygun
2
2
  module Apm
3
- VERSION = "1.0.81"
3
+ VERSION = "1.0.82"
4
4
  MINIMUM_AGENT_VERSION = "1.0.1190.0"
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: raygun-apm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.81
4
+ version: 1.0.82
5
5
  platform: x86-linux
6
6
  authors:
7
7
  - Raygun Limited
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-03-30 00:00:00.000000000 Z
11
+ date: 2021-04-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: debase-ruby_core_source