best_errors 0.1.0
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 +7 -0
- metadata +60 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 23a6f0015410455e7e2ccabb736d552492999146
|
4
|
+
data.tar.gz: 81d08db370c9bef8b24f85a648de32600db761bf
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 91977b2045f0a4281b754d86937ecbac313bed0cf8bdacbfa3a4123501c9fc312de77ffb418246ea7e5c36662dbbd90e6708da36e8ea6d1f638559ae9297d51c
|
7
|
+
data.tar.gz: 61e6440a2375ed12f194a30d0ce79ff103dcb5ba38d6308b3ddf64b83d6a2424aa45628898dd14a4b72f09b01750bf7f3295c15ca9ca87301052d55857b1e3c2
|
metadata
ADDED
@@ -0,0 +1,60 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: best_errors
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.1.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Chris Gahan
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2015-02-12 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: binding_of_caller
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - "~>"
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: '0.7'
|
20
|
+
type: :runtime
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - "~>"
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: '0.7'
|
27
|
+
description: 'better_errors and binding_of_caller: together at last!'
|
28
|
+
email:
|
29
|
+
- chris@ill-logic.com
|
30
|
+
executables: []
|
31
|
+
extensions: []
|
32
|
+
extra_rdoc_files: []
|
33
|
+
files: []
|
34
|
+
homepage: https://github.com/epitron/best_errors
|
35
|
+
licenses:
|
36
|
+
- WTFPL
|
37
|
+
metadata: {}
|
38
|
+
post_install_message:
|
39
|
+
rdoc_options: []
|
40
|
+
require_paths:
|
41
|
+
- lib
|
42
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
43
|
+
requirements:
|
44
|
+
- - ">="
|
45
|
+
- !ruby/object:Gem::Version
|
46
|
+
version: '0'
|
47
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
48
|
+
requirements:
|
49
|
+
- - ">="
|
50
|
+
- !ruby/object:Gem::Version
|
51
|
+
version: '0'
|
52
|
+
requirements: []
|
53
|
+
rubyforge_project:
|
54
|
+
rubygems_version: 2.4.5
|
55
|
+
signing_key:
|
56
|
+
specification_version: 4
|
57
|
+
summary: Tired of your fingers being worn down to a nubbin from having to require
|
58
|
+
both better_errors and binding_of_caller in your Gemfile? Then this gem is for you!
|
59
|
+
test_files: []
|
60
|
+
has_rdoc:
|