egregious 0.2.5 → 0.2.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NjY1MTJlZmMwYzk3MzgwNDM2ZmU2YTc5NjQyOGZiNGQzNDE1Yjc5OQ==
4
+ NjlhY2EyMzNiNTRlNTk2NTNiN2YyNGYwOGJlMjMzM2RhMGU1YjhmOA==
5
5
  data.tar.gz: !binary |-
6
- NWY2N2E2OGNjMmM3YzNmODNhM2YyYTU5ZWVkMzc0ZGY0YTlhOTc3Mw==
6
+ NjA5MjZjNDUxODRkYWYxZjdjNTY3M2QxZGE5NGRmMTU1M2Q0MDQ5MA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- Yzc4ODZlZmZhZDFjMzFkMTM3M2I0YzBjYTUyODE5NmQ4YjA0ZGRkNGQxMzQz
10
- MzdhOTBlZjAyNTBhOTRhZDgxMGI0YzkwODQ0MDNmODUyMGQ0ODBiMGVlMTMz
11
- YWM4NzUyYzhkZTQzYzUxNzdhZjFjZjIyM2E0NWVhOTkyNDJjMWI=
9
+ ZGNmNjVkNGY2ZGFlZjYyOTNkZGZhYTg2ZTY0MWE1OTU0MWRkMmRjY2Q3OTdj
10
+ ZTQwOTEzMDBmN2RiMWUzNzJhODI4MDU5YzRjNTRkN2NiYmMzNmZkMjI0YjAy
11
+ MjVmNjUwY2JiMDJiY2QwZmU2Y2FmOGU4NzU5ZGRiZThkMDFkZTk=
12
12
  data.tar.gz: !binary |-
13
- Nzk1MGRjYjI4OTA4NTdhNGZlZjg2YjcxMDBjM2RkMDdmYTBiOThjYmNiYjkw
14
- YWM3MzQzOTgxOThmYTlkMjgxYjNlYmRkN2Y3OWNmMzM4MTAxNjkzYjY2ODRj
15
- NWU4MzU1NzI1MDFmMjU0NWM1OWE2ZDZmNjY2MzgyM2ZiYmM1OTc=
13
+ OWZkN2FkMzhhOGM2NzhhYjg2YjMwOTYyODE2ZDcwYTZjMjI4YjJkOTZlMGY0
14
+ ZWNiNGQ2Mjc3OWYxNjBhOTE2ZTI4NmZhMzkzYjk4NzkwNjY1MTE4YTA1NTg0
15
+ YjZkN2JlZjkwZjE0ZDI0Y2E1ODFmYjhhZjk5MzU0Nzc5NzNmYWE=
@@ -8,8 +8,8 @@ Gem::Specification.new do |s|
8
8
  s.authors = ["Russell Edens"]
9
9
  s.email = ["rx@voomify.com"]
10
10
  s.homepage = "http://github.com/voomify/egregious"
11
- s.summary = %q{Egregious is a rails based exception handling gem for well defined http exception handling for json, xml and html. Requires Rails 3.x.}
12
- s.description = %q{Egregious is a rails based exception handling gem for well defined http exception handling for json, xml and html. Requires Rails 3.x.}
11
+ s.summary = %q{Egregious is a rails based exception handling gem for well defined http exception handling for json, xml and html. Requires Rails.}
12
+ s.description = %q{Egregious is a rails based exception handling gem for well defined http exception handling for json, xml and html. Requires Rails.}
13
13
  s.license = 'MIT'
14
14
  s.rubyforge_project = "egregious"
15
15
 
@@ -1,3 +1,3 @@
1
1
  module Egregious
2
- VERSION = "0.2.5"
2
+ VERSION = "0.2.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: egregious
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Russell Edens
@@ -157,7 +157,7 @@ dependencies:
157
157
  - !ruby/object:Gem::Version
158
158
  version: '0'
159
159
  description: Egregious is a rails based exception handling gem for well defined http
160
- exception handling for json, xml and html. Requires Rails 3.x.
160
+ exception handling for json, xml and html. Requires Rails.
161
161
  email:
162
162
  - rx@voomify.com
163
163
  executables: []
@@ -201,7 +201,7 @@ rubygems_version: 2.2.2
201
201
  signing_key:
202
202
  specification_version: 4
203
203
  summary: Egregious is a rails based exception handling gem for well defined http exception
204
- handling for json, xml and html. Requires Rails 3.x.
204
+ handling for json, xml and html. Requires Rails.
205
205
  test_files:
206
206
  - spec/egregious_spec.rb
207
207
  - spec/exceptions_spec.rb