appsignal 2.5.1.beta.1-java → 2.5.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA256:
3
- metadata.gz: ebd4c0f9e414a89013001c93af25f86b15728d79d8c5e358ec7bc44045c755fb
4
- data.tar.gz: 8895cd55200c505354be8271e31f0eaf44a73e51e6abd67698218335a13a2bb6
2
+ SHA1:
3
+ metadata.gz: f81ea689aa2d62b490a2038da3204b585332fbda
4
+ data.tar.gz: f44d521a76c7e897d07d47c2bfe244ebbb5b66f8
5
5
  SHA512:
6
- metadata.gz: ebca2655e39bb33045751a8ed3de1b324b0bbf5c5f8f51e368990ae19ddd006378109ee1e4c557c7de42056579b3a6b7858e4bfb02369674315e7b0fda12f4d1
7
- data.tar.gz: af763315157a42f9cab36b727608eaebc49322da769346b67942033d96495bbca163f96a7994357231f91e7fd3d19ca01bb9bf3823f6bd8a3bc85bb3fb259b66
6
+ metadata.gz: 81b07a75f309f88a81f2727aca17d3a66d271da23760349f68493ce690b4e9b1fd3bcd617a82a96e3c013e7d93d0ea012956e33db490e4712dc495008664734f
7
+ data.tar.gz: fbda5dce446bf4e06146169e704eb0e372f5afae9c6129247e4be79b9912e2c941c3324ec2ace3a3e740f18627905dc9e6773f226faa23a3d92e73ad4b6af700
@@ -1,12 +1,15 @@
1
- # 2.5.1 (Beta)
1
+ # 2.5.1
2
2
  - Improve internal sample storage in agent.
3
3
  Commit 2c8eae26685c7a1517cf2e57b44edd1557a502f2
4
+ - No longer set _APPSIGNAL_AGENT_VERSION environment variable. PR #385
4
5
 
5
6
  # 2.5.0
6
7
  * Fix Capistrano config overrides. PR #375
7
8
  * Add JRuby beta support. PR #376
8
9
  * Fix locking issue on diagnose mode run.
9
10
  Commit e6c6de811f8115a73050fc865e89dd4945ddec57
11
+ * Increase stored length of error messages.
12
+ Commit e6c6de811f8115a73050fc865e89dd4945ddec57
10
13
 
11
14
  # 2.4.3
12
15
  * Store more details for Redis events. PR #374
data/Rakefile CHANGED
@@ -241,7 +241,7 @@ namespace :extension do
241
241
  appsignal_extension.o \
242
242
  appsignal_extension.bundle \
243
243
  install.log \
244
- libappsignal.a \
244
+ libappsignal.* \
245
245
  appsignal.version \
246
246
  Makefile \
247
247
  mkmf.log
@@ -142,7 +142,6 @@ module Appsignal
142
142
  ENV["_APPSIGNAL_APP_PATH"] = root_path.to_s
143
143
  ENV["_APPSIGNAL_AGENT_PATH"] = File.expand_path("../../../ext", __FILE__).to_s
144
144
  ENV["_APPSIGNAL_ENVIRONMENT"] = env
145
- ENV["_APPSIGNAL_AGENT_VERSION"] = Appsignal::Extension.agent_version
146
145
  ENV["_APPSIGNAL_LANGUAGE_INTEGRATION_VERSION"] = "ruby-#{Appsignal::VERSION}"
147
146
  ENV["_APPSIGNAL_DEBUG_LOGGING"] = config_hash[:debug].to_s
148
147
  ENV["_APPSIGNAL_LOG"] = config_hash[:log]
@@ -1,3 +1,3 @@
1
1
  module Appsignal
2
- VERSION = "2.5.1.beta.1".freeze
2
+ VERSION = "2.5.1".freeze
3
3
  end
@@ -418,7 +418,6 @@ describe Appsignal::Config do
418
418
  expect(ENV["_APPSIGNAL_PUSH_API_KEY"]).to eq "abc"
419
419
  expect(ENV["_APPSIGNAL_APP_NAME"]).to eq "TestApp"
420
420
  expect(ENV["_APPSIGNAL_ENVIRONMENT"]).to eq "production"
421
- expect(ENV["_APPSIGNAL_AGENT_VERSION"]).to eq Appsignal::Extension.agent_version
422
421
  expect(ENV["_APPSIGNAL_LANGUAGE_INTEGRATION_VERSION"]).to eq "ruby-#{Appsignal::VERSION}"
423
422
  expect(ENV["_APPSIGNAL_HTTP_PROXY"]).to eq "http://localhost"
424
423
  expect(ENV["_APPSIGNAL_IGNORE_ACTIONS"]).to eq "action1,action2"
@@ -101,7 +101,7 @@ if DependencyHelper.grape_present?
101
101
  context "with route" do
102
102
  let(:app) do
103
103
  Class.new(::Grape::API) do
104
- route [:get, :post], "hello" do
104
+ route([:get, :post], "hello") do
105
105
  "Hello!"
106
106
  end
107
107
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appsignal
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.5.1.beta.1
4
+ version: 2.5.1
5
5
  platform: java
6
6
  authors:
7
7
  - Robert Beekman
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2018-02-19 00:00:00.000000000 Z
12
+ date: 2018-03-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rack
@@ -371,12 +371,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
371
371
  version: '1.9'
372
372
  required_rubygems_version: !ruby/object:Gem::Requirement
373
373
  requirements:
374
- - - ">"
374
+ - - ">="
375
375
  - !ruby/object:Gem::Version
376
- version: 1.3.1
376
+ version: '0'
377
377
  requirements: []
378
378
  rubyforge_project:
379
- rubygems_version: 2.7.6
379
+ rubygems_version: 2.6.14
380
380
  signing_key:
381
381
  specification_version: 4
382
382
  summary: Logs performance and exception data from your app to appsignal.com