asana_exception_notifier 0.3.3 → 0.3.4
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 +4 -4
- data/README.md +7 -8
- data/asana_exception_notifier.gemspec +1 -1
- data/lib/asana_exception_notifier/version.rb +1 -1
- metadata +2 -22
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 33522c51c82b40ca6fa6b2c7edf16cf2e80913b6
|
|
4
|
+
data.tar.gz: e85b5c0d9615e67d16978949ecf43de4962511e0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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. [
|
|
29
|
-
3. [
|
|
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. [
|
|
32
|
-
6. [
|
|
33
|
-
7. [
|
|
34
|
-
8. [
|
|
35
|
-
9. [
|
|
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
|
-
|
|
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'
|
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.
|
|
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-
|
|
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
|