appsignal 2.3.4 → 2.3.6.beta.1
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/CHANGELOG.md +7 -0
- data/ext/agent.yml +11 -11
- data/lib/appsignal/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b2e9f7a2b79acbe233696671af865e091718690a
|
|
4
|
+
data.tar.gz: 8db7b2a90d8d3542a5f0e4eb6b9577387eaf663a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c30b228e23fb1ea001849cc3814b6ea6e8da6ad74342e8c4e0909b3044c1074102d1389dc69e66dffcc2869bcb0eb8cbcff65dfabd50f9aa64e6a059fae5fbd5
|
|
7
|
+
data.tar.gz: f28c74937b5f80127785b2d792be376a2b5b04a05e781eb86d0c3b08977adf27fbac5985a3e5853f54d6991f653c148de417bdf34fa8a5452188b22ad6249a22
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
# 2.3.6 (Beta)
|
|
2
|
+
* Allow configuration of permissions of working directory. PR #336
|
|
3
|
+
* Fix locking bug that delayed extension shutdown.
|
|
4
|
+
Commit 51d90bb1207affc2c88f7cff5035a2c36acf9784
|
|
5
|
+
* Log extension start with app revision if present
|
|
6
|
+
Commit 51d90bb1207affc2c88f7cff5035a2c36acf9784
|
|
7
|
+
|
|
1
8
|
# 2.3.4
|
|
2
9
|
* Fix naming for ActiveJob integration with DelayedJob. PR #345
|
|
3
10
|
|
data/ext/agent.yml
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
---
|
|
2
|
-
version:
|
|
2
|
+
version: aa306e5
|
|
3
3
|
triples:
|
|
4
4
|
x86_64-linux:
|
|
5
|
-
checksum:
|
|
6
|
-
download_url: https://appsignal-agent-releases.global.ssl.fastly.net/
|
|
5
|
+
checksum: e6bb0fad95403828195f5e186128b6e9389b07c625b3845b52768ab8dd57cbf5
|
|
6
|
+
download_url: https://appsignal-agent-releases.global.ssl.fastly.net/aa306e5/appsignal-x86_64-linux-all-static.tar.gz
|
|
7
7
|
i686-linux:
|
|
8
|
-
checksum:
|
|
9
|
-
download_url: https://appsignal-agent-releases.global.ssl.fastly.net/
|
|
8
|
+
checksum: 05d76d816303531b4aa1905f775a0d5b8fea4e3d15b9f3b99105f499c3c549cb
|
|
9
|
+
download_url: https://appsignal-agent-releases.global.ssl.fastly.net/aa306e5/appsignal-i686-linux-all-static.tar.gz
|
|
10
10
|
x86-linux:
|
|
11
|
-
checksum:
|
|
12
|
-
download_url: https://appsignal-agent-releases.global.ssl.fastly.net/
|
|
11
|
+
checksum: 05d76d816303531b4aa1905f775a0d5b8fea4e3d15b9f3b99105f499c3c549cb
|
|
12
|
+
download_url: https://appsignal-agent-releases.global.ssl.fastly.net/aa306e5/appsignal-i686-linux-all-static.tar.gz
|
|
13
13
|
x86_64-darwin:
|
|
14
|
-
checksum:
|
|
15
|
-
download_url: https://appsignal-agent-releases.global.ssl.fastly.net/
|
|
14
|
+
checksum: 3f4213164491604a1381b042404967ce11225f2c5193ffa31960552ae6451a34
|
|
15
|
+
download_url: https://appsignal-agent-releases.global.ssl.fastly.net/aa306e5/appsignal-x86_64-darwin-all-static.tar.gz
|
|
16
16
|
universal-darwin:
|
|
17
|
-
checksum:
|
|
18
|
-
download_url: https://appsignal-agent-releases.global.ssl.fastly.net/
|
|
17
|
+
checksum: 3f4213164491604a1381b042404967ce11225f2c5193ffa31960552ae6451a34
|
|
18
|
+
download_url: https://appsignal-agent-releases.global.ssl.fastly.net/aa306e5/appsignal-x86_64-darwin-all-static.tar.gz
|
data/lib/appsignal/version.rb
CHANGED
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.3.
|
|
4
|
+
version: 2.3.6.beta.1
|
|
5
5
|
platform: ruby
|
|
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: 2017-09-
|
|
12
|
+
date: 2017-09-22 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rack
|
|
@@ -347,9 +347,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
347
347
|
version: '1.9'
|
|
348
348
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
349
349
|
requirements:
|
|
350
|
-
- - "
|
|
350
|
+
- - ">"
|
|
351
351
|
- !ruby/object:Gem::Version
|
|
352
|
-
version:
|
|
352
|
+
version: 1.3.1
|
|
353
353
|
requirements: []
|
|
354
354
|
rubyforge_project:
|
|
355
355
|
rubygems_version: 2.6.12
|