appflux_ruby 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. checksums.yaml +7 -0
  2. metadata +79 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 77e511ab164ad3a86581d6b09b68bd0b5fe75620
4
+ data.tar.gz: 676a514a12cd9900f0ce5d2670befc3add1c1edf
5
+ SHA512:
6
+ metadata.gz: f547aa1849c5b58d8482742e63e17961a0256046d61121ec9cf39469ffe3f2c56b68563a28271c20d7d7d240c33ac5b24f6c79d054096b4863936f7d76a196c2
7
+ data.tar.gz: c99e9f750edea4f1d2ca43decb77bd2fa76698d040124cd05a48d5887173eee4970360b77ffb1ed08fedf929d9c68b7a69e3aa220f70a4c4cf2d30020d38cb80
metadata ADDED
@@ -0,0 +1,79 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: appflux_ruby
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Shubham Gupta
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2016-05-01 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: typhoeus
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '0.7'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '0.7'
27
+ - !ruby/object:Gem::Dependency
28
+ name: bundler
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '1.0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '1.0'
41
+ description: "AppfluxRuby is a ruby library for integrating your rack based applications
42
+ with\nhttps://appflux.io/bugflux. This gem provides a basic API for automatically
43
+ and \nmanually sending exceptions metadata from your Rack based application. The\nprocessed
44
+ exceptions data can be viewed at the error dashboard for the project\non Appflux.
45
+ For Rails applications, you can also send custom data to the error\ndashboard. It
46
+ also integrates nicely with Delayed Job. Raise an issue on GitHub\nfor any feature
47
+ requests or bugs. For reporting security vulnerablities, please \nsend an email
48
+ at sgupta.89cse@gmail.com\n"
49
+ email:
50
+ - sgupta.89cse@gmail.com
51
+ executables: []
52
+ extensions: []
53
+ extra_rdoc_files: []
54
+ files: []
55
+ homepage: http://appflux.io
56
+ licenses:
57
+ - MIT
58
+ metadata: {}
59
+ post_install_message:
60
+ rdoc_options: []
61
+ require_paths:
62
+ - lib
63
+ required_ruby_version: !ruby/object:Gem::Requirement
64
+ requirements:
65
+ - - ">="
66
+ - !ruby/object:Gem::Version
67
+ version: '0'
68
+ required_rubygems_version: !ruby/object:Gem::Requirement
69
+ requirements:
70
+ - - ">="
71
+ - !ruby/object:Gem::Version
72
+ version: '0'
73
+ requirements: []
74
+ rubyforge_project:
75
+ rubygems_version: 2.2.2
76
+ signing_key:
77
+ specification_version: 4
78
+ summary: Ruby library for integration with http://appflux.io
79
+ test_files: []