asana_exception_notifier 0.3.3 → 0.3.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: aebb23caf2fefe644654cae828489f6ecc03fb15
4
- data.tar.gz: 5fd6897382e865942f134f77a78a769f28644dea
3
+ metadata.gz: 33522c51c82b40ca6fa6b2c7edf16cf2e80913b6
4
+ data.tar.gz: e85b5c0d9615e67d16978949ecf43de4962511e0
5
5
  SHA512:
6
- metadata.gz: 1eea00081ceeb92a667857836160e989337f323a59f70b42eae3e4bf7d7cee64750f4acacb26aa5f137f01cb9fa3d8c79259045a84bbd3e810cecc4d1abfa5fb
7
- data.tar.gz: 3a5739c7872de1091834050f1747c9b4251679c7219c92b8e8d1bf777fd546907320e7c4280f91b7476a667aedc363c1ebb96c0cf3bee5651e41ab4fb4cb59ba
6
+ metadata.gz: 765e93853630273f4105a35fb0df8084ad98b6d06d0be5b47d135ef6d39c93a4aa2eebcff6aae4ae02af6ee3f38623b39b1cd4b21b46c54330aaa61fb5a47efd
7
+ data.tar.gz: 64dee6caacfa8d5b3f70b30931c58b22bb3ca687e34c88248a9a4529c1061b1df06b6aa0e4e3ccb76261a65f8dc2d8120e883d052725aa6d8f12223f5846dbcf
data/README.md CHANGED
@@ -25,15 +25,14 @@ Dependencies
25
25
  ------------
26
26
 
27
27
  1. [ActiveSuport > 4.0](https://rubygems.org/gems/activesupport)
28
- 2. [typhoeus >= 1.0.2](https://github.com/igrigorik/em-http-request)
29
- 3. [asana >= 0.5.0](https://github.com/eventmachine/eventmachine)
28
+ 2. [asana >= 0.5.0](https://github.com/Asana/ruby-asana)
29
+ 3. [typhoeus >= 1.0.2](https://github.com/typhoeus/typhoeus)
30
30
  4. [exception_notification >= 4.1.4](https://github.com/smartinez87/exception_notification)
31
- 5. [multipart_body >= 0.2.1](https://github.com/cloudmailin/multipart_body)
32
- 6. [tilt >= 1.4](https://github.com/rtomayko/tilt/)
33
- 7. [rack >= 1.6](http://rack.github.io/)
34
- 8. [rubyzip >= 1.0.0](https://github.com/rubyzip/rubyzip)
35
- 9. [zip-zip >= 0.3](https://github.com/orien/zip-zip)
36
- 10. [sys-uname >= 1.0.2](https://github.com/djberg96/sys-uname)
31
+ 5. [tilt >= 1.4](https://github.com/rtomayko/tilt/)
32
+ 6. [rack >= 1.6](http://rack.github.io/)
33
+ 7. [rubyzip >= 1.0.0](https://github.com/rubyzip/rubyzip)
34
+ 8. [zip-zip >= 0.3](https://github.com/orien/zip-zip)
35
+ 9. [sys-uname >= 1.0.2](https://github.com/djberg96/sys-uname)
37
36
 
38
37
  Installation Instructions
39
38
  -------------------------
@@ -34,7 +34,7 @@ Gem::Specification.new do |s|
34
34
  s.add_runtime_dependency 'rubyzip', '~> 1.0', '>= 1.0.0' # will load new rubyzip version
35
35
  s.add_runtime_dependency 'zip-zip', '~> 0.3', '>= 0.3' # will load compatibility for old rubyzip API
36
36
  s.add_runtime_dependency 'sys-uname', '~> 1.0', '>= 1.0.2'
37
- s.add_runtime_dependency 'nokogiri', '~> 1.6', '>= 1.6'
37
+
38
38
 
39
39
  s.add_development_dependency 'rspec', '~> 3.4', '>= 3.4'
40
40
  s.add_development_dependency 'simplecov', '~> 0.11', '>= 0.10'
@@ -17,7 +17,7 @@ module AsanaExceptionNotifier
17
17
  # minor release version
18
18
  MINOR = 3
19
19
  # tiny release version
20
- TINY = 3
20
+ TINY = 4
21
21
  # prelease version ( set this only if it is a prelease)
22
22
  PRE = nil
23
23
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: asana_exception_notifier
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - bogdanRada
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-05-12 00:00:00.000000000 Z
11
+ date: 2016-06-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -190,26 +190,6 @@ dependencies:
190
190
  - - ">="
191
191
  - !ruby/object:Gem::Version
192
192
  version: 1.0.2
193
- - !ruby/object:Gem::Dependency
194
- name: nokogiri
195
- requirement: !ruby/object:Gem::Requirement
196
- requirements:
197
- - - "~>"
198
- - !ruby/object:Gem::Version
199
- version: '1.6'
200
- - - ">="
201
- - !ruby/object:Gem::Version
202
- version: '1.6'
203
- type: :runtime
204
- prerelease: false
205
- version_requirements: !ruby/object:Gem::Requirement
206
- requirements:
207
- - - "~>"
208
- - !ruby/object:Gem::Version
209
- version: '1.6'
210
- - - ">="
211
- - !ruby/object:Gem::Version
212
- version: '1.6'
213
193
  - !ruby/object:Gem::Dependency
214
194
  name: rspec
215
195
  requirement: !ruby/object:Gem::Requirement