# -*- encoding: utf-8 -*- # stub: appflux_ruby 0.1.2 ruby lib Gem::Specification.new do |s| s.name = "appflux_ruby".freeze s.version = "0.1.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Shubham Gupta".freeze] s.date = "2019-07-05" s.description = "AppfluxRuby is a ruby library for integrating your rack based applications with\nhttps://appflux.io/bugflux. This gem provides a basic API for automatically and \nmanually sending exceptions metadata from your Rack based application. The\nprocessed exceptions data can be viewed at the error dashboard for the project\non Appflux. For Rails applications, you can also send custom data to the error\ndashboard. It also integrates nicely with Delayed Job. Raise an issue on GitHub\nfor any feature requests or bugs. For reporting security vulnerablities, please \nsend an email at sgupta.89cse@gmail.com\n".freeze s.email = ["sgupta.89cse@gmail.com".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "appflux_ruby.gemspec".freeze, "bin/console".freeze, "bin/setup".freeze, "lib/appflux_ruby.rb".freeze, "lib/appflux_ruby/bugflux_config.rb".freeze, "lib/appflux_ruby/bugflux_notifier.rb".freeze, "lib/appflux_ruby/delayed/plugin.rb".freeze, "lib/appflux_ruby/helpers/util.rb".freeze, "lib/appflux_ruby/message_builders/base.rb".freeze, "lib/appflux_ruby/message_builders/bugflux.rb".freeze, "lib/appflux_ruby/message_builders/custom_message.rb".freeze, "lib/appflux_ruby/message_builders/delayed_job.rb".freeze, "lib/appflux_ruby/message_builders/sidekiq.rb".freeze, "lib/appflux_ruby/rack/middleware.rb".freeze, "lib/appflux_ruby/rails/active_record.rb".freeze, "lib/appflux_ruby/rails/controller_methods.rb".freeze, "lib/appflux_ruby/rails/railtie.rb".freeze, "lib/appflux_ruby/sidekiq/error_handler.rb".freeze, "lib/appflux_ruby/version.rb".freeze, "lib/generators/appflux_ruby/appflux.rb".freeze, "lib/generators/appflux_ruby/install_generator.rb".freeze, "test/appflux-ruby_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://appflux.io".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Ruby library for integration with http://appflux.io".freeze s.test_files = ["test/appflux-ruby_test.rb".freeze, "test/test_helper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0.7".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.0".freeze]) end