markcatley-advanced_errors 1.0.0 → 1.0.1

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.
Files changed (3) hide show
  1. metadata +1 -3
  2. data/install.rb +0 -1
  3. data/uninstall.rb +0 -1
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: markcatley-advanced_errors
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
  - Mark Catley
@@ -33,9 +33,7 @@ files:
33
33
  - README
34
34
  - MIT-LICENSE
35
35
  - Rakefile
36
- - install.rb
37
36
  - init.rb
38
- - uninstall.rb
39
37
  - lib/advanced_errors.rb
40
38
  - test/full_message_test.rb
41
39
  has_rdoc: false
data/install.rb DELETED
@@ -1 +0,0 @@
1
- # Install hook code here
data/uninstall.rb DELETED
@@ -1 +0,0 @@
1
- # Uninstall hook code here