appsignal 1.1.3 → 1.1.4.beta.1
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG.md +3 -0
- data/ext/agent.yml +7 -7
- data/lib/appsignal/version.rb +1 -1
- metadata +4 -7
data/CHANGELOG.md
CHANGED
data/ext/agent.yml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
|
-
version:
|
2
|
+
version: b0eeb2a
|
3
3
|
triples:
|
4
4
|
x86_64-linux:
|
5
|
-
checksum:
|
6
|
-
download_url: https://appsignal-agent-releases.global.ssl.fastly.net/
|
5
|
+
checksum: 9b96db4ad4fd3b62b6f1fcb876d49f0dbd4a030d8cf02a3088826828d1019104
|
6
|
+
download_url: https://appsignal-agent-releases.global.ssl.fastly.net/b0eeb2a/appsignal-agent-x86_64-linux-static.tar.gz
|
7
7
|
lib_filename: libappsignal.a
|
8
8
|
i686-linux:
|
9
|
-
checksum:
|
10
|
-
download_url: https://appsignal-agent-releases.global.ssl.fastly.net/
|
9
|
+
checksum: 7fbf77f002e6a6f0378f49c020bc94412188598e8b6b8468e69af222ece8cbbc
|
10
|
+
download_url: https://appsignal-agent-releases.global.ssl.fastly.net/b0eeb2a/appsignal-agent-i686-linux-static.tar.gz
|
11
11
|
lib_filename: libappsignal.a
|
12
12
|
x86_64-darwin:
|
13
|
-
checksum:
|
14
|
-
download_url: https://appsignal-agent-releases.global.ssl.fastly.net/
|
13
|
+
checksum: c8e3aee141fa443eccea835417c02ea568a50b3ee9ba86840bd04631c456f471
|
14
|
+
download_url: https://appsignal-agent-releases.global.ssl.fastly.net/b0eeb2a/appsignal-agent-x86_64-darwin-static.tar.gz
|
15
15
|
lib_filename: libappsignal.a
|
data/lib/appsignal/version.rb
CHANGED
metadata
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: appsignal
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
5
|
-
prerelease:
|
4
|
+
version: 1.1.4.beta.1
|
5
|
+
prerelease: 6
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Robert Beekman
|
@@ -307,12 +307,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
307
307
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
308
308
|
none: false
|
309
309
|
requirements:
|
310
|
-
- - ! '
|
310
|
+
- - ! '>'
|
311
311
|
- !ruby/object:Gem::Version
|
312
|
-
version:
|
313
|
-
segments:
|
314
|
-
- 0
|
315
|
-
hash: -4497762426619121393
|
312
|
+
version: 1.3.1
|
316
313
|
requirements: []
|
317
314
|
rubyforge_project:
|
318
315
|
rubygems_version: 1.8.23.2
|