asana_exception_notifier 0.3.8 → 0.4.0

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,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b8352ab320dc4d4285f6bc7a6ba9e98c9a8cd4f7
4
- data.tar.gz: 88ce50f1515f182f8332957f05cd8b2419b470ca
3
+ metadata.gz: bfdc4b272be9f6414781dafe42e0162f1ffee60e
4
+ data.tar.gz: f4f13163c9e1f825764b1d5c08c5934f97e75ded
5
5
  SHA512:
6
- metadata.gz: 60d742d5f0a93d403b60ad4bbbc06a9887b8c79ef484daf3266939a59affd451a6c18ffdb9eea3d5647acbcc165fd14ebcdf220e2d59a2c4f07fb6a4d844d0c7
7
- data.tar.gz: 0ffcbbe5c5356cd8e8fc3670b3bbf3185a73b08f083bb972e1de99933f1893613f5934595226d7b0533b343495bc9938b9dc95148d4fd76c412b632267541202
6
+ metadata.gz: 0f6f2005e5eebd44234b8f8307e171ef50aebf5f287a7d1055e1b6a7743c9612fd66f59659f6908dc4d6aab0dd86980345c7ac61765787167ebbecec9d9dfabf
7
+ data.tar.gz: 2d4d567f75b6aa041c22e6fb7d7e3f9943218bf7b1c8afb11bb1c62e5aedfab82e0dd7871d6817e46eaccd0950d4fbb6bc137d03e07f8389517047e44e2a0b19
data/.rubocop.yml CHANGED
@@ -6,7 +6,9 @@ AllCops:
6
6
  - vendor/**/*
7
7
  - examples/**/*
8
8
  - spec/**/*
9
- TargetRubyVersion: 2.1
9
+ - Rakefile
10
+ - Gemfile
11
+ TargetRubyVersion: 2.3
10
12
 
11
13
  ClassLength:
12
14
  Max: 500
data/init.rb CHANGED
@@ -1 +1,2 @@
1
+ # frozen_string_literal: true
1
2
  require 'asana_exception_notifier'
@@ -1,3 +1,4 @@
1
+ # frozen_string_literal: true
1
2
  require_relative '../helpers/application_helper'
2
3
  # class used for connecting to github api and retrieves information about repository
3
4
  #
@@ -1,3 +1,4 @@
1
+ # frozen_string_literal: true
1
2
  require_relative '../helpers/application_helper'
2
3
  require_relative './unsafe_filter'
3
4
  module AsanaExceptionNotifier
@@ -1,3 +1,4 @@
1
+ # frozen_string_literal: true
1
2
  require_relative '../helpers/application_helper'
2
3
  module AsanaExceptionNotifier
3
4
  # class used to filter unsafe params
@@ -1,3 +1,4 @@
1
+ # frozen_string_literal: true
1
2
  require_relative './heredoc_helper'
2
3
  module AsanaExceptionNotifier
3
4
  # module that is used for formatting numbers using metrics
@@ -1,3 +1,4 @@
1
+ # frozen_string_literal: true
1
2
  module AsanaExceptionNotifier
2
3
  # helper methods that use Heredoc syntax
3
4
  module HeredocHelper
@@ -1,3 +1,4 @@
1
+ # frozen_string_literal: true
1
2
  # override Hash class
2
3
  class Hash
3
4
  def each_with_parent(parent = nil, &block)
@@ -1,3 +1,4 @@
1
+ # frozen_string_literal: true
1
2
  Zip.setup do |c|
2
3
  c.on_exists_proc = true
3
4
  c.continue_on_exists_proc = true
@@ -1,3 +1,4 @@
1
+ # frozen_string_literal: true
1
2
  # Returns the version of the gem as a <tt>Gem::Version</tt>
2
3
  module AsanaExceptionNotifier
3
4
  # it prints the gem version as a string
@@ -15,9 +16,9 @@ module AsanaExceptionNotifier
15
16
  # major release version
16
17
  MAJOR = 0
17
18
  # minor release version
18
- MINOR = 3
19
+ MINOR = 4
19
20
  # tiny release version
20
- TINY = 8
21
+ TINY = 0
21
22
  # prelease version ( set this only if it is a prelease)
22
23
  PRE = nil
23
24
 
@@ -1,3 +1,4 @@
1
+ # frozen_string_literal: true
1
2
  require 'rubygems'
2
3
  require 'bundler'
3
4
  require 'bundler/setup'
@@ -1,3 +1,4 @@
1
+ # frozen_string_literal: true
1
2
  module AsanaExceptionNotifier
2
3
  module Generators
3
4
  # module that is used for formatting numbers using metrics
@@ -1,3 +1,4 @@
1
+ # frozen_string_literal: true
1
2
  require 'asana_exception_notifier'
2
3
 
3
4
  ExceptionNotification.configure do |config|
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: asana_exception_notifier
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.8
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - bogdanRada
@@ -447,7 +447,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
447
447
  version: '2.5'
448
448
  requirements: []
449
449
  rubyforge_project:
450
- rubygems_version: 2.5.1
450
+ rubygems_version: 2.6.4
451
451
  signing_key:
452
452
  specification_version: 4
453
453
  summary: Simple ruby implementation to send notifications to Asana when a exception