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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 88bbd71a1ad275e4b375f83e911a65c82c415bca
4
- data.tar.gz: 27de613cc1345753cb0373e6f680c5a663b311ab
3
+ metadata.gz: 2c957a11159489c0fcb7b3592333fd3b9f078759
4
+ data.tar.gz: ff3ecafe9e42f58142d4d3830609cc570e1ba463
5
5
  SHA512:
6
- metadata.gz: be263019851c80453bc3b2a6432165835e07d78f1ad03c251b99e6b8448509d6276db1d9290fa8dd371bcc4208b94ecebdd54ca91f3c3939b72e7f07ed5a23fa
7
- data.tar.gz: 8b290ce0bd38b5e1d32232373f204708c1f4528a389090234bbe970810179f0eec406691db98ac0e400ef38e4fc20dc4c060693f19af2dd5cb62822fea9f6b4d
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.
@@ -1,5 +1,5 @@
1
1
  module Nesty
2
- class NestedStandardError
2
+ class NestedStandardError < StandardError
3
3
  include NestedError
4
4
  end
5
5
  end
@@ -1,3 +1,3 @@
1
1
  module Nesty
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
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.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-09 00:00:00.000000000 Z
11
+ date: 2013-04-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler