asana_exception_notifier 0.0.7 → 0.0.8

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: a86f7ce7e4c4e1f4ff8dc107525100e8fdd0a2ce
4
- data.tar.gz: 1c3823e58d70cc8579595e3bab70daf49aa0f652
3
+ metadata.gz: 8acc63a34469d966513eb96900f147663b5c09b2
4
+ data.tar.gz: 9796455e4d9421f2859c8d4538de6831da85bdca
5
5
  SHA512:
6
- metadata.gz: 51c5bc58e1b873a1fd6472ea0fe311b04fbdb156b08837af45cc0d97f231a0eebf2b0376ac2948e3f9153a4bb4ca6ec8195f40db039dc4c54dbc7abc45230c20
7
- data.tar.gz: bd7631649f3843c1e60d937aacc37855ba37485a57a67d8107b4474a6beb6f194bf87b0f7791c5d198f3e9b3cc7e182ac796aafe2d5203a68bf1388ab59719de
6
+ metadata.gz: 6b29f619f486fcfe07dc78df306be981b00b7d7ecdfc8ca0cc267cad7e3f31d6966c595fc0ddb9d9f85c6adcfa96fd24103318d722e7c49d827b3bb4d0c0f7fe
7
+ data.tar.gz: b7670074ed3d5862663e5b10035edc964655e1f801448a7347801c42514ccd57e6a710c4728d542775e204deb7e64415a2428aad159c291517b07a736f368594
data/.gitignore ADDED
@@ -0,0 +1,19 @@
1
+ s.rbx/
2
+ .bundle/
3
+ *.gem
4
+ .idea/
5
+ .rvmrc
6
+ *.swp
7
+ log/**/*.log
8
+ pkg/
9
+ spec/dummy/db/**/*.sqlite3
10
+ spec/dummy/log/**/*.log
11
+ spec/dummy/tmp/
12
+ coverage
13
+ tags
14
+ #Gemfile.lock
15
+ /nbproject/
16
+ /.git-rewrite/
17
+ .yardoc/
18
+ doc/
19
+ bin/
@@ -17,7 +17,7 @@ module AsanaExceptionNotifier
17
17
  # minor release version
18
18
  MINOR = 0
19
19
  # tiny release version
20
- TINY = 7
20
+ TINY = 8
21
21
  # prelease version ( set this only if it is a prelease)
22
22
  PRE = nil
23
23
 
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.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - bogdanRada
@@ -399,12 +399,12 @@ extensions: []
399
399
  extra_rdoc_files: []
400
400
  files:
401
401
  - ".codeclimate.yml"
402
+ - ".gitignore"
402
403
  - ".reek"
403
404
  - ".rubocop.yml"
404
405
  - ".travis.yml"
405
406
  - CONTRIBUTING.md
406
407
  - Gemfile
407
- - Gemfile.lock
408
408
  - LICENSE
409
409
  - README.md
410
410
  - Rakefile
data/Gemfile.lock DELETED
@@ -1,180 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- asana_exception_notifier (0.0.7)
5
- activesupport (>= 4.0, < 5)
6
- em-http-request (~> 1.1, >= 1.1.2)
7
- eventmachine (~> 1.0, >= 1.0.7)
8
- exception_notification (~> 4.1, >= 4.1.4)
9
- multipart_body (~> 0.2, >= 0.2.1)
10
- rack (~> 1.6, >= 1.6)
11
- rubyzip (~> 1.0, >= 1.0.0)
12
- sys-uname (~> 1.0, >= 1.0.2)
13
- tilt (>= 1.4, < 3)
14
- zip-zip (~> 0.3, >= 0.3)
15
-
16
- GEM
17
- remote: http://rubygems.org/
18
- specs:
19
- actionmailer (4.2.5.1)
20
- actionpack (= 4.2.5.1)
21
- actionview (= 4.2.5.1)
22
- activejob (= 4.2.5.1)
23
- mail (~> 2.5, >= 2.5.4)
24
- rails-dom-testing (~> 1.0, >= 1.0.5)
25
- actionpack (4.2.5.1)
26
- actionview (= 4.2.5.1)
27
- activesupport (= 4.2.5.1)
28
- rack (~> 1.6)
29
- rack-test (~> 0.6.2)
30
- rails-dom-testing (~> 1.0, >= 1.0.5)
31
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
32
- actionview (4.2.5.1)
33
- activesupport (= 4.2.5.1)
34
- builder (~> 3.1)
35
- erubis (~> 2.7.0)
36
- rails-dom-testing (~> 1.0, >= 1.0.5)
37
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
38
- activejob (4.2.5.1)
39
- activesupport (= 4.2.5.1)
40
- globalid (>= 0.3.0)
41
- activesupport (4.2.5.1)
42
- i18n (~> 0.7)
43
- json (~> 1.7, >= 1.7.7)
44
- minitest (~> 5.1)
45
- thread_safe (~> 0.3, >= 0.3.4)
46
- tzinfo (~> 1.1)
47
- addressable (2.4.0)
48
- builder (3.2.2)
49
- coderay (1.1.0)
50
- colored (1.2)
51
- cookiejar (0.3.0)
52
- coveralls (0.8.10)
53
- json (~> 1.8)
54
- rest-client (>= 1.6.8, < 2)
55
- simplecov (~> 0.11.0)
56
- term-ansicolor (~> 1.3)
57
- thor (~> 0.19.1)
58
- tins (~> 1.6.0)
59
- diff-lcs (1.2.5)
60
- docile (1.1.5)
61
- domain_name (0.5.25)
62
- unf (>= 0.0.5, < 1.0.0)
63
- em-http-request (1.1.3)
64
- addressable (>= 2.3.4)
65
- cookiejar (<= 0.3.0)
66
- em-socksify (>= 0.3)
67
- eventmachine (>= 1.0.3)
68
- http_parser.rb (>= 0.6.0)
69
- em-socksify (0.3.1)
70
- eventmachine (>= 1.0.0.beta.4)
71
- erubis (2.7.0)
72
- eventmachine (1.0.9.1)
73
- exception_notification (4.1.4)
74
- actionmailer (~> 4.0)
75
- activesupport (~> 4.0)
76
- ffi (1.9.10)
77
- github-markup (1.4.0)
78
- globalid (0.3.6)
79
- activesupport (>= 4.1.0)
80
- http-cookie (1.0.2)
81
- domain_name (~> 0.5)
82
- http_parser.rb (0.6.0)
83
- i18n (0.7.0)
84
- inch (0.7.0)
85
- pry
86
- sparkr (>= 0.2.0)
87
- term-ansicolor
88
- yard (~> 0.8.7.5)
89
- json (1.8.3)
90
- loofah (2.0.3)
91
- nokogiri (>= 1.5.9)
92
- mail (2.6.3)
93
- mime-types (>= 1.16, < 3)
94
- method_source (0.8.2)
95
- mime-types (2.99)
96
- mini_portile2 (2.0.0)
97
- minitest (5.8.4)
98
- multipart_body (0.2.1)
99
- netrc (0.11.0)
100
- nokogiri (1.6.7.2)
101
- mini_portile2 (~> 2.0.0.rc2)
102
- pry (0.10.3)
103
- coderay (~> 1.1.0)
104
- method_source (~> 0.8.1)
105
- slop (~> 3.4)
106
- rack (1.6.4)
107
- rack-test (0.6.3)
108
- rack (>= 1.0)
109
- rails-deprecated_sanitizer (1.0.3)
110
- activesupport (>= 4.2.0.alpha)
111
- rails-dom-testing (1.0.7)
112
- activesupport (>= 4.2.0.beta, < 5.0)
113
- nokogiri (~> 1.6.0)
114
- rails-deprecated_sanitizer (>= 1.0.1)
115
- rails-html-sanitizer (1.0.3)
116
- loofah (~> 2.0)
117
- rake (10.5.0)
118
- redcarpet (3.3.4)
119
- rest-client (1.8.0)
120
- http-cookie (>= 1.0.2, < 2.0)
121
- mime-types (>= 1.16, < 3.0)
122
- netrc (~> 0.7)
123
- rspec (3.4.0)
124
- rspec-core (~> 3.4.0)
125
- rspec-expectations (~> 3.4.0)
126
- rspec-mocks (~> 3.4.0)
127
- rspec-core (3.4.1)
128
- rspec-support (~> 3.4.0)
129
- rspec-expectations (3.4.0)
130
- diff-lcs (>= 1.2.0, < 2.0)
131
- rspec-support (~> 3.4.0)
132
- rspec-mocks (3.4.1)
133
- diff-lcs (>= 1.2.0, < 2.0)
134
- rspec-support (~> 3.4.0)
135
- rspec-support (3.4.1)
136
- rubyzip (1.1.7)
137
- simplecov (0.11.1)
138
- docile (~> 1.1.0)
139
- json (~> 1.8)
140
- simplecov-html (~> 0.10.0)
141
- simplecov-html (0.10.0)
142
- simplecov-summary (0.0.4)
143
- colored
144
- simplecov
145
- slop (3.6.0)
146
- sparkr (0.4.1)
147
- sys-uname (1.0.2)
148
- ffi (>= 1.0.0)
149
- term-ansicolor (1.3.2)
150
- tins (~> 1.0)
151
- thor (0.19.1)
152
- thread_safe (0.3.5)
153
- tilt (2.0.2)
154
- tins (1.6.0)
155
- tzinfo (1.2.2)
156
- thread_safe (~> 0.1)
157
- unf (0.1.4)
158
- unf_ext
159
- unf_ext (0.0.7.1)
160
- yard (0.8.7.6)
161
- zip-zip (0.3)
162
- rubyzip (>= 1.0.0)
163
-
164
- PLATFORMS
165
- ruby
166
-
167
- DEPENDENCIES
168
- asana_exception_notifier!
169
- coveralls (~> 0.7, >= 0.7)
170
- github-markup (~> 1.3, >= 1.3.3)
171
- inch (~> 0.6, >= 0.6)
172
- rake (~> 10.5, >= 10.5)
173
- redcarpet (~> 3.3, >= 3.3)
174
- rspec (~> 3.4, >= 3.4)
175
- simplecov (~> 0.11, >= 0.10)
176
- simplecov-summary (~> 0.0.4, >= 0.0.4)
177
- yard (~> 0.8, >= 0.8.7)
178
-
179
- BUNDLED WITH
180
- 1.11.2