nesty 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -0
- data/lib/nesty/nested_standard_error.rb +1 -1
- data/lib/nesty/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2c957a11159489c0fcb7b3592333fd3b9f078759
|
4
|
+
data.tar.gz: ff3ecafe9e42f58142d4d3830609cc570e1ba463
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f208108bdc8da056693a58e01ff2dcbc4a2547b6de70a93ab45fbf5c78441a22c1e14e425b000a8915db1ea65f918152fec1913a42b99e689eaf8c330a18a0ef
|
7
|
+
data.tar.gz: 3f61b1039edb9a4de0fdb396fd243fdd1a5a50b4343454afa7ca9c8afca87e67e63c5d52d09ca8676093351de5f6e1e0f924396a1b6f81403807ba15b567e00a
|
data/README.md
CHANGED
@@ -1,3 +1,5 @@
|
|
1
|
+
[![Build Status](https://travis-ci.org/skorks/nesty.png?branch=master)](https://travis-ci.org/skorks/nesty)
|
2
|
+
|
1
3
|
# Nesty
|
2
4
|
|
3
5
|
Now, when you rescue an error and then re-raise your own, you don't have to lose track of what actually occured, you can keep/nest the old error in your own and the stacktrace will reflect the cause of the original error.
|
data/lib/nesty/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: nesty
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alan Skorkin
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-04-
|
11
|
+
date: 2013-04-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|