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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 67284e894c5c76e41c30d799c9a537b9e0581332
4
- data.tar.gz: 54d763fa1deaa765133161ed33a523f8c3932454
3
+ metadata.gz: 535f22988ed6f96ecdc7df5cdece3c1978776fa7
4
+ data.tar.gz: 2bcb8212ef5fa42751a9501bbdb0ef21aa1ba888
5
5
  SHA512:
6
- metadata.gz: 24472ae9f37f64bffbfc097fdb9835f6d9b03e3120257d35fc7a86a02fbbd5d9967cdbba268a986177ef3f3ac471d45eeacdc56acdfa03d6724bfd2460aeafe2
7
- data.tar.gz: 92880e6a9cd86dbf7c0ea89f33bfdb593225febdcaabaed5f1d26ca3efc5e181f656d711076099f097070d163af23f018ecd7aa02f7945ccff10a6146dbe85bc
6
+ metadata.gz: ea00f3c78f4f9a6394e402436fef3fdd75a7911d1eb0695880cc995d5f339afb8e9e4748f2dc9f5648720de4b588c4237542cc2885f9fd9c42e59fa213c1ef1f
7
+ data.tar.gz: 12e944d575cb50e4d17f6aaa613f026b3918904f483a95efc7bfdb0c134f95e7362673f4c940813a16d771d4cef4bcd01bafcd89d79269ac403809dc634bcdfc
data/.gitignore CHANGED
@@ -13,3 +13,4 @@
13
13
  *.a
14
14
  mkmf.log
15
15
  test.log
16
+ *.gem
@@ -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 = ["Chester Law", "Greg McGuirk"]
10
- spec.email = ["chesterlaw@me.com", "bgregmc@icloud.com"]
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 on the Ruby error output to give a most likely explanation of the problem, as well as in more understandable terms.}
13
- spec.homepage = "http://www.gregmcguirk.com"
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")
@@ -1,3 +1,3 @@
1
1
  module HumanistErrors
2
- VERSION = "1.0.2"
2
+ VERSION = "1.0.3"
3
3
  end
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.2
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 on the Ruby error output to give a most likely explanation
43
- of the problem, as well as in more understandable terms.
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://www.gregmcguirk.com
99
+ homepage: http://github.com/bgreg/humanist-errors
102
100
  licenses:
103
101
  - MIT
104
102
  metadata: {}