raygun-apm-rails 1.0.5 → 1.0.6

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: 699908d1ff9efcdae2eb9c6249d16718596c444561e04fbf08b7ae60d6c60c2f
4
- data.tar.gz: 2f422462b7fd6d4626b5ef0cf37f161662b8246408d8afc3edf434e5220eb33c
3
+ metadata.gz: 3c5de3a0e81a3c2f405604f0ae810b955a23590446bab7ffe06acb7cd66eeee7
4
+ data.tar.gz: 349d73f9b487a10888ad78a9cd67d6c1acd0e0e34efe8eb6d73100856ea07fef
5
5
  SHA512:
6
- metadata.gz: 00c2b9ae5d049624203e2abf4d8a0cb384d5f0d012861e42b41ab5106a5c5fbac22bb2ca452e7c6fa88c46e312684fed8e3f4ee6c581b92e57b2994ae8d96e7a
7
- data.tar.gz: 84aa61d39e15ebd8257d5fcae50f85a7e9f5185cc2256a9fd4eb4cda2cc23608e3a1f0272d4440a3b6ebc95c4e0fc3578d7c4677d4fa844a3400b7dc23ad3b0b
6
+ metadata.gz: 8acd5334ce4f402536c5de2af6b6777869b617c778571534a6ba88bc1da78be97524391ec959d4e9fdcb96ff9c046fed9d941097ce6f29b90709f821a3da95e4
7
+ data.tar.gz: d5deb30df2ed8d4b5f8d4b11da790ee0cf2afcb7d93336dcfbbe71aa4373d39ed987f94e30d2467fa4cf09303716f13bc05b843ec71db880e50455ea59c31edd
@@ -1,7 +1,7 @@
1
1
  module Raygun
2
2
  module Apm
3
3
  module Rails
4
- VERSION = "1.0.5"
4
+ VERSION = "1.0.6"
5
5
  end
6
6
  end
7
7
  end
@@ -6,16 +6,13 @@ require "raygun/apm/rails/version"
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "raygun-apm-rails"
8
8
  spec.version = Raygun::Apm::Rails::VERSION
9
- spec.authors = ["Erkki Eilonen"]
10
- spec.email = ["erkki@bearmetal.eu"]
9
+ spec.authors = ["Raygun", "Erkki Eilonen"]
10
+ spec.email = ["support@raygun.com", "info@bearmetal.eu"]
11
11
 
12
12
  spec.summary = %q{Raygun application performance monitoring for Rails}
13
- #spec.description = %q{TODO: Write a longer description or delete this line.}
14
- #spec.homepage = "TODO: Put your gem's website or public repo URL here."
13
+ spec.homepage = "https://raygun.com/platform/apm"
15
14
  #spec.license = "MIT"
16
15
 
17
- # Specify which files should be added to the gem when it is released.
18
- # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
19
16
  spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
20
17
  `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
21
18
  end
metadata CHANGED
@@ -1,14 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: raygun-apm-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.0.6
5
5
  platform: ruby
6
6
  authors:
7
+ - Raygun
7
8
  - Erkki Eilonen
8
9
  autorequire:
9
10
  bindir: exe
10
11
  cert_chain: []
11
- date: 2020-02-21 00:00:00.000000000 Z
12
+ date: 2020-02-26 00:00:00.000000000 Z
12
13
  dependencies:
13
14
  - !ruby/object:Gem::Dependency
14
15
  name: raygun-apm
@@ -68,7 +69,8 @@ dependencies:
68
69
  version: '5.0'
69
70
  description:
70
71
  email:
71
- - erkki@bearmetal.eu
72
+ - support@raygun.com
73
+ - info@bearmetal.eu
72
74
  executables: []
73
75
  extensions: []
74
76
  extra_rdoc_files: []
@@ -85,7 +87,7 @@ files:
85
87
  - lib/raygun/apm/rails/railtie.rb
86
88
  - lib/raygun/apm/rails/version.rb
87
89
  - raygun-apm-rails.gemspec
88
- homepage:
90
+ homepage: https://raygun.com/platform/apm
89
91
  licenses: []
90
92
  metadata: {}
91
93
  post_install_message: