best_errors 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +15 -0
  3. metadata +5 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 23a6f0015410455e7e2ccabb736d552492999146
4
- data.tar.gz: 81d08db370c9bef8b24f85a648de32600db761bf
3
+ metadata.gz: a945b39af7e027d7091405c504415accc460d881
4
+ data.tar.gz: b85ee47da367bc8e6ca0a803db7495efcb21278f
5
5
  SHA512:
6
- metadata.gz: 91977b2045f0a4281b754d86937ecbac313bed0cf8bdacbfa3a4123501c9fc312de77ffb418246ea7e5c36662dbbd90e6708da36e8ea6d1f638559ae9297d51c
7
- data.tar.gz: 61e6440a2375ed12f194a30d0ce79ff103dcb5ba38d6308b3ddf64b83d6a2424aa45628898dd14a4b72f09b01750bf7f3295c15ca9ca87301052d55857b1e3c2
6
+ metadata.gz: c051b9c9423cd32a4a46d2c4ba051b060ce714f1e117093cd83272b86ba0655c52beffc7a8871c17127046d8ef7421cbdf5d15e85f204fee84b3e82934561255
7
+ data.tar.gz: 69fd5358646fa51a4aa38824bfd6dc272bd51f44fd001704c6040dc2e09bc79266f3e69cf32eefd8b116c5d7e62ea7221ad49fd9d28d2ce5ffcd9c8883ee7869
data/README.md ADDED
@@ -0,0 +1,15 @@
1
+ # Best_Errors
2
+
3
+ ## `better_errors` and `binding_of_caller`: together at last!
4
+
5
+ Tired of your fingers being worn down to a nubbin from having to require both better_errors and binding_of_caller in your Gemfile?
6
+
7
+ Then this gem is for you!
8
+
9
+ # Installation
10
+
11
+ Edit your Gemfile and add:
12
+
13
+ gem 'best_errors'
14
+
15
+ Then run "bundle", and you're golden!
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: best_errors
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Gahan
@@ -29,8 +29,10 @@ email:
29
29
  - chris@ill-logic.com
30
30
  executables: []
31
31
  extensions: []
32
- extra_rdoc_files: []
33
- files: []
32
+ extra_rdoc_files:
33
+ - README.md
34
+ files:
35
+ - README.md
34
36
  homepage: https://github.com/epitron/best_errors
35
37
  licenses:
36
38
  - WTFPL