aesop 1.1.0.1

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 ADDED
@@ -0,0 +1,188 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: aesop
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.1.0.1
5
+ platform: ruby
6
+ authors:
7
+ - J.W. Koelewijn
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-11-11 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: bundler
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ~>
18
+ - !ruby/object:Gem::Version
19
+ version: '1.3'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ~>
25
+ - !ruby/object:Gem::Version
26
+ version: '1.3'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rake
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ! '>='
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ! '>='
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: rspec
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ! '>='
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ! '>='
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
55
+ - !ruby/object:Gem::Dependency
56
+ name: redis
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - ! '>='
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
62
+ type: :runtime
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - ! '>='
67
+ - !ruby/object:Gem::Version
68
+ version: '0'
69
+ - !ruby/object:Gem::Dependency
70
+ name: hiredis
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - ! '>='
74
+ - !ruby/object:Gem::Version
75
+ version: '0'
76
+ type: :runtime
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - ! '>='
81
+ - !ruby/object:Gem::Version
82
+ version: '0'
83
+ - !ruby/object:Gem::Dependency
84
+ name: configatron
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - ! '>='
88
+ - !ruby/object:Gem::Version
89
+ version: '0'
90
+ type: :runtime
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - ! '>='
95
+ - !ruby/object:Gem::Version
96
+ version: '0'
97
+ - !ruby/object:Gem::Dependency
98
+ name: log4r
99
+ requirement: !ruby/object:Gem::Requirement
100
+ requirements:
101
+ - - ! '>='
102
+ - !ruby/object:Gem::Version
103
+ version: '0'
104
+ type: :runtime
105
+ prerelease: false
106
+ version_requirements: !ruby/object:Gem::Requirement
107
+ requirements:
108
+ - - ! '>='
109
+ - !ruby/object:Gem::Version
110
+ version: '0'
111
+ description: Check deployment time, write it to Redis and when exceptions are thrown,
112
+ check if it should send notification
113
+ email:
114
+ - jwkoelewijn@gmail.com
115
+ executables: []
116
+ extensions: []
117
+ extra_rdoc_files: []
118
+ files:
119
+ - .gitignore
120
+ - .rspec
121
+ - .travis.yml
122
+ - Gemfile
123
+ - LICENSE
124
+ - README.md
125
+ - Rakefile
126
+ - aesop.gemspec
127
+ - config/init.rb
128
+ - lib/aesop.rb
129
+ - lib/aesop/aesop.rb
130
+ - lib/aesop/bootloader.rb
131
+ - lib/aesop/configuration.rb
132
+ - lib/aesop/dispatcher.rb
133
+ - lib/aesop/dispatchers/log_dispatcher.rb
134
+ - lib/aesop/exceptions.rb
135
+ - lib/aesop/logger.rb
136
+ - lib/aesop/merb/merb_boot_loader.rb
137
+ - lib/aesop/rails/middleware.rb
138
+ - lib/aesop/rails/railtie.rb
139
+ - lib/aesop/recipes.rb
140
+ - lib/aesop/version.rb
141
+ - recipes/aesop.rb
142
+ - spec/aesop/aesop_spec.rb
143
+ - spec/aesop/bootloader_spec.rb
144
+ - spec/aesop/dispatcher_spec.rb
145
+ - spec/aesop/dispatchers/log_dispatcher_spec.rb
146
+ - spec/aesop/hooks_spec.rb
147
+ - spec/aesop/logger_spec.rb
148
+ - spec/aesop/merb/merb_boot_loader_spec.rb
149
+ - spec/aesop/rails/middleware_spec.rb
150
+ - spec/aesop/rails/railtie_spec.rb
151
+ - spec/aesop/recipes_spec.rb
152
+ - spec/spec_helper.rb
153
+ homepage: ''
154
+ licenses:
155
+ - MIT
156
+ metadata: {}
157
+ post_install_message:
158
+ rdoc_options: []
159
+ require_paths:
160
+ - lib
161
+ required_ruby_version: !ruby/object:Gem::Requirement
162
+ requirements:
163
+ - - ! '>='
164
+ - !ruby/object:Gem::Version
165
+ version: '0'
166
+ required_rubygems_version: !ruby/object:Gem::Requirement
167
+ requirements:
168
+ - - ! '>='
169
+ - !ruby/object:Gem::Version
170
+ version: '0'
171
+ requirements: []
172
+ rubyforge_project:
173
+ rubygems_version: 2.2.2
174
+ signing_key:
175
+ specification_version: 4
176
+ summary: Manage exception notification
177
+ test_files:
178
+ - spec/aesop/aesop_spec.rb
179
+ - spec/aesop/bootloader_spec.rb
180
+ - spec/aesop/dispatcher_spec.rb
181
+ - spec/aesop/dispatchers/log_dispatcher_spec.rb
182
+ - spec/aesop/hooks_spec.rb
183
+ - spec/aesop/logger_spec.rb
184
+ - spec/aesop/merb/merb_boot_loader_spec.rb
185
+ - spec/aesop/rails/middleware_spec.rb
186
+ - spec/aesop/rails/railtie_spec.rb
187
+ - spec/aesop/recipes_spec.rb
188
+ - spec/spec_helper.rb