appsignal 0.6.0.beta.2 → 0.6.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 CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- YjAzZTUwZTgzZTBmMmRmM2IwMTc5M2QzZTI0M2Q0ZWI4ODJmYWUxNg==
4
+ NWRiZDQ1ZWFiNDBlOTYyOGUxYWNiOGE3ZTU1NTJjZGZlNDBhZjFlOA==
5
5
  data.tar.gz: !binary |-
6
- YmZlOWNhM2I0N2JjNDhmYzI0NDU5NzYzZDRkN2IzYzYyODVjNjRhZg==
6
+ Yjg5MzZkM2ExODNkNmE5MzViZDliN2I3ZGM3NDA1NDUzMTUyOTI3ZA==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- NzkwZGEzZTczMjljNmU2ZjA5ODg2MjU1NjQyZjc3NzhiMzhkZGYwNDJhMzk0
10
- YzM0MjA3Yjg1MWU5YzVhZmNiMzU5ZDJkYThlYTcyOGYyYTQ5OGY0ZDU2NjIx
11
- MWVhODRmNGM4YjQ0NmM3Njk0ZDY3M2JlZDMxYzU2MTk5Y2Y4ZjQ=
9
+ MTA4ZGMzY2M5ZDc3OWNlZmVkNzBjYjdhOWU0OTZiOTU2OTgxMTNiNmMwNDdj
10
+ MjFjZjBkOGExZTBiNmNmMTIwMTE3ZmNlOGQ5YTVjOWMzMzdjNjA4NDNhNTg5
11
+ MTdhZWYwZjA3ZDY2NTczOTI2ODBmNDBmZTg4YTQxMzRlYzRjN2I=
12
12
  data.tar.gz: !binary |-
13
- YTI0ZmVjNzFmNjIzODA4ZmY5MjFhOTcxNGY4ZWNiNjAzZjg2ZjIxOTVlYjc2
14
- NjYwODEwZDQxYWJjYmI1NDQ1YmQyNDgxOWYyMzU0MTQ0NWY4YjgwOTcyZTlh
15
- ODlmMjI5MjMwNzFmNTJhYjA5ZDI1MTE2YzI2NmRmMzZmZjQxM2M=
13
+ YTI5YTQzNzBhYzk3MTI3NWJkNzJmMDJiYmVkOGJjMmM3NTZhYzVjMDNhMTRh
14
+ ODQ0ZDQxNDFjNzI2NTljNGM0MWEwZmYzNmJlMzRlYTRiMGFjY2RjZjQzNzNh
15
+ MzlmNGVjOGQyN2U3YzM4MjRkZmYwMjIzMDY1MWQyZTdmMjE5M2Y=
@@ -1,6 +1,23 @@
1
- # 0.5.2
1
+ # 0.6.1
2
+ * Bugfix in Capistrano integration
3
+
4
+ # 0.6.0
5
+ * Support for Rails 4
6
+ * Data that's posted to AppSignal is now gzipped
7
+ * Add Appsignal.send_exception and Appsignal.listen_for_exception
8
+ * We now us the Rails backtrace cleaner
9
+
10
+ # 0.5.5
11
+ * Fix minor bug
2
12
 
3
- * General improvements to the rails generator
13
+ # 0.5.4
14
+ * Debug option in config to get detailed logging
15
+
16
+ # 0.5.3
17
+ * Fix minor bug
18
+
19
+ # 0.5.2
20
+ * General improvements to the Rails generator
4
21
  * Log to STDOUT if writing to log/appsignal.log is not possible (Heroku)
5
22
  * Handle the last transactions before the rails process shuts down
6
- * require 'erb' to enable loading of appsignal config
23
+ * Require 'erb' to enable dynamic config
@@ -1,9 +1,5 @@
1
1
  require 'capistrano'
2
- require 'rails'
3
- require 'appsignal/version'
4
- require 'appsignal/config'
5
- require 'appsignal/transmitter'
6
- require 'appsignal/marker'
2
+ require 'appsignal'
7
3
 
8
4
  module Appsignal
9
5
  class Capistrano
@@ -1,3 +1,3 @@
1
1
  module Appsignal
2
- VERSION = '0.6.0.beta.2'
2
+ VERSION = '0.6.1'
3
3
  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: 0.6.0.beta.2
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Robert Beekman
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2013-06-18 00:00:00.000000000 Z
15
+ date: 2013-06-19 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: rails
@@ -207,9 +207,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
207
207
  version: '0'
208
208
  required_rubygems_version: !ruby/object:Gem::Requirement
209
209
  requirements:
210
- - - ! '>'
210
+ - - ! '>='
211
211
  - !ruby/object:Gem::Version
212
- version: 1.3.1
212
+ version: '0'
213
213
  requirements: []
214
214
  rubyforge_project:
215
215
  rubygems_version: 2.0.3