foobara 0.0.98 → 0.0.99
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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cf21f3015190b737e030c7896001f397c941a5248b1e6a012b9247e71e989118
|
4
|
+
data.tar.gz: 2c62b43df6058fa277ed89b4bd7323617292f73f93771ecb4d3b8dda37403d97
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ff7bea88244f02c2bbd27bd6c7ba9a727496dc8a2768b0253485d0391c2f299b1d4cf588ffdb8ae6bedbeb56382e378d4e337a370c4bf226381bef94c54dbbf6
|
7
|
+
data.tar.gz: ebeb5b4986989000ff288a9facce07fe8081f72c4a19482c64b6e3dbea3a81cce0f80e6430a0e4b1ac819e441928efc238ea7ebba817b4d851b2201ef403ed36
|
data/CHANGELOG.md
CHANGED
@@ -63,8 +63,8 @@ module Foobara
|
|
63
63
|
end
|
64
64
|
else
|
65
65
|
# :nocov:
|
66
|
-
raise ArgumentError, "Not sure how to convert #{
|
67
|
-
"Can handle a hash of error " \
|
66
|
+
raise ArgumentError, "Not sure how to convert #{error_or_collection_or_error_hash.inspect} " \
|
67
|
+
"into an error. Can handle a hash of error " \
|
68
68
|
"args or 3 arguments for symbol, message, and context, or, of course, an Error"
|
69
69
|
# :nocov:
|
70
70
|
end
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: foobara
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.99
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Miles Georgi
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: bigdecimal
|
@@ -487,7 +487,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
487
487
|
- !ruby/object:Gem::Version
|
488
488
|
version: '0'
|
489
489
|
requirements: []
|
490
|
-
rubygems_version: 3.6.
|
490
|
+
rubygems_version: 3.6.7
|
491
491
|
specification_version: 4
|
492
492
|
summary: A command-centric and discoverable software framework with a focus on domain
|
493
493
|
concepts and abstracting away integration code
|