reraises 0.0.1 → 1.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 105751568081291ced07b39ac446a66788c1e0af
4
- data.tar.gz: 6ea7b8c6633ec410109be2c3cd567a9182f56f31
3
+ metadata.gz: bc447ca0c76501c3203ddeb40f99148ee2aa44bd
4
+ data.tar.gz: a6801792acd86ef3b6867650b3328b53e41fbd76
5
5
  SHA512:
6
- metadata.gz: 6e8b7401c239cf7972fffe6d89745aedd4ebafe5a30b6f355eb96171f3f739d70f7fb02704bc178495395f8bb16f11700d6c15de61c0dc948c356a3360031d99
7
- data.tar.gz: d1b05bd653c515aa8fc227285e8a8760abafbed8559f9424825a2c6d5f2aa9555e75f34a40a31e702ed556ebdcb4779ae759a5d787f16548288e3c4dba1b8f3e
6
+ metadata.gz: 6c66bd502d2fce3da182a037808c3f321d82c7be21bc2105451c5812dcd65593cbea2c451167f9fb7404ba3e29499e50cc087ee178c95b99aed81846d04a2a74
7
+ data.tar.gz: c5e7b742c45687275ebf5097ba4d1a6c08a7229592aaa1ad40cbe43e2ea7d26b1047f6ef754ac02bbb2c52c9221b3acd35837322f860eab4b9296731af730255
@@ -1,3 +1,3 @@
1
1
  module Reraises
2
- VERSION = "0.0.1"
2
+ VERSION = "1.0.0"
3
3
  end
@@ -8,9 +8,9 @@ Gem::Specification.new do |spec|
8
8
  spec.version = Reraises::VERSION
9
9
  spec.authors = ["Johannes Gorset"]
10
10
  spec.email = ["jgorset@gmail.com"]
11
- spec.description = "Reraise bad exceptions as good exceptions"
12
- spec.summary = "Reraise bad exceptions as good exceptions"
13
- spec.homepage = ""
11
+ spec.description = "Reraise an exception as another"
12
+ spec.summary = "Reraise an exception as another"
13
+ spec.homepage = "https://github.com/jgorset/reraises"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files`.split($/)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: reraises
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Johannes Gorset
@@ -52,7 +52,7 @@ dependencies:
52
52
  - - '>='
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
- description: Reraise bad exceptions as good exceptions
55
+ description: Reraise an exception as another
56
56
  email:
57
57
  - jgorset@gmail.com
58
58
  executables: []
@@ -69,7 +69,7 @@ files:
69
69
  - reraises.gemspec
70
70
  - spec/reraises_spec.rb
71
71
  - spec/spec_helper.rb
72
- homepage: ''
72
+ homepage: https://github.com/jgorset/reraises
73
73
  licenses:
74
74
  - MIT
75
75
  metadata: {}
@@ -92,7 +92,7 @@ rubyforge_project:
92
92
  rubygems_version: 2.0.2
93
93
  signing_key:
94
94
  specification_version: 4
95
- summary: Reraise bad exceptions as good exceptions
95
+ summary: Reraise an exception as another
96
96
  test_files:
97
97
  - spec/reraises_spec.rb
98
98
  - spec/spec_helper.rb