humanist-errors 1.0.2 → 1.0.3
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 +4 -4
- data/.gitignore +1 -0
- data/humanist-errors.gemspec +4 -4
- data/lib/humanist_errors/version.rb +1 -1
- metadata +4 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 535f22988ed6f96ecdc7df5cdece3c1978776fa7
|
4
|
+
data.tar.gz: 2bcb8212ef5fa42751a9501bbdb0ef21aa1ba888
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ea00f3c78f4f9a6394e402436fef3fdd75a7911d1eb0695880cc995d5f339afb8e9e4748f2dc9f5648720de4b588c4237542cc2885f9fd9c42e59fa213c1ef1f
|
7
|
+
data.tar.gz: 12e944d575cb50e4d17f6aaa613f026b3918904f483a95efc7bfdb0c134f95e7362673f4c940813a16d771d4cef4bcd01bafcd89d79269ac403809dc634bcdfc
|
data/.gitignore
CHANGED
data/humanist-errors.gemspec
CHANGED
@@ -6,11 +6,11 @@ require 'humanist_errors/version'
|
|
6
6
|
Gem::Specification.new do |spec|
|
7
7
|
spec.name = "humanist-errors"
|
8
8
|
spec.version = HumanistErrors::VERSION
|
9
|
-
spec.authors = ["
|
10
|
-
spec.email = ["
|
9
|
+
spec.authors = ["Greg McGuirk"]
|
10
|
+
spec.email = ["bgregmc@icloud.com"]
|
11
11
|
spec.summary = %q{More readable and friendly errors, for humans.}
|
12
|
-
spec.description = %q{This gem appends
|
13
|
-
spec.homepage = "http://
|
12
|
+
spec.description = %q{This gem appends a new message to the standard exception message, written from the perspective of a person instead of a complier.}
|
13
|
+
spec.homepage = "http://github.com/bgreg/humanist-errors"
|
14
14
|
spec.license = "MIT"
|
15
15
|
|
16
16
|
spec.files = `git ls-files -z`.split("\x0")
|
metadata
CHANGED
@@ -1,10 +1,9 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: humanist-errors
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
- Chester Law
|
8
7
|
- Greg McGuirk
|
9
8
|
autorequire:
|
10
9
|
bindir: bin
|
@@ -39,10 +38,9 @@ dependencies:
|
|
39
38
|
- - "~>"
|
40
39
|
- !ruby/object:Gem::Version
|
41
40
|
version: '10.0'
|
42
|
-
description: This gem appends
|
43
|
-
|
41
|
+
description: This gem appends a new message to the standard exception message, written
|
42
|
+
from the perspective of a person instead of a complier.
|
44
43
|
email:
|
45
|
-
- chesterlaw@me.com
|
46
44
|
- bgregmc@icloud.com
|
47
45
|
executables: []
|
48
46
|
extensions: []
|
@@ -98,7 +96,7 @@ files:
|
|
98
96
|
- test/regex_hash_test.rb
|
99
97
|
- test/search_test.rb
|
100
98
|
- test/test_helper.rb
|
101
|
-
homepage: http://
|
99
|
+
homepage: http://github.com/bgreg/humanist-errors
|
102
100
|
licenses:
|
103
101
|
- MIT
|
104
102
|
metadata: {}
|