custos_notifier 0.3.7 → 0.3.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.
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: custos_notifier
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
5
|
-
prerelease:
|
|
4
|
+
hash: 3
|
|
5
|
+
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 3
|
|
9
|
-
-
|
|
10
|
-
version: 0.3.
|
|
9
|
+
- 8
|
|
10
|
+
version: 0.3.8
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Sebastian Nowak
|
|
@@ -15,8 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date:
|
|
19
|
-
default_executable:
|
|
18
|
+
date: 2012-01-11 00:00:00 Z
|
|
20
19
|
dependencies:
|
|
21
20
|
- !ruby/object:Gem::Dependency
|
|
22
21
|
name: rest-client
|
|
@@ -47,6 +46,20 @@ dependencies:
|
|
|
47
46
|
version: "0"
|
|
48
47
|
type: :runtime
|
|
49
48
|
version_requirements: *id002
|
|
49
|
+
- !ruby/object:Gem::Dependency
|
|
50
|
+
name: rack
|
|
51
|
+
prerelease: false
|
|
52
|
+
requirement: &id003 !ruby/object:Gem::Requirement
|
|
53
|
+
none: false
|
|
54
|
+
requirements:
|
|
55
|
+
- - ">="
|
|
56
|
+
- !ruby/object:Gem::Version
|
|
57
|
+
hash: 3
|
|
58
|
+
segments:
|
|
59
|
+
- 0
|
|
60
|
+
version: "0"
|
|
61
|
+
type: :runtime
|
|
62
|
+
version_requirements: *id003
|
|
50
63
|
description: With this gem you can submit error messages to Custos service.
|
|
51
64
|
email: sebastian.nowak@implix.com
|
|
52
65
|
executables: []
|
|
@@ -62,7 +75,6 @@ files:
|
|
|
62
75
|
- lib/custos_notifier/rails.rb
|
|
63
76
|
- lib/custos_notifier/railtie.rb
|
|
64
77
|
- lib/custos_notifier.rb
|
|
65
|
-
has_rdoc: true
|
|
66
78
|
homepage:
|
|
67
79
|
licenses: []
|
|
68
80
|
|
|
@@ -92,9 +104,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
92
104
|
requirements: []
|
|
93
105
|
|
|
94
106
|
rubyforge_project:
|
|
95
|
-
rubygems_version: 1.
|
|
107
|
+
rubygems_version: 1.8.10
|
|
96
108
|
signing_key:
|
|
97
109
|
specification_version: 3
|
|
98
110
|
summary: Notifier for Custos service.
|
|
99
111
|
test_files: []
|
|
100
112
|
|
|
113
|
+
has_rdoc:
|