dreck 0.1.0 → 0.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 79881a5433a29683e6c61380f0a52a29ce443c13
4
- data.tar.gz: 04e7ae02e53f85e3b86384e9ef055b0e3262776a
3
+ metadata.gz: cfc9512964b3a66fc3a2709e31d1412dee4cb684
4
+ data.tar.gz: 95892444001b731ec570f958df48bf6d3d8ffd37
5
5
  SHA512:
6
- metadata.gz: 9a97e85038cc19205c7cc69c7534d9a8e189a72122b4983877f6aa758bf92ea88ad214869eef5d7c51fb54b6be1ad120a2f3f2744c29b7b937b0e950c461790b
7
- data.tar.gz: a467df281d0b7e1c7b3c33a0a67482394915a40d623a47148d04b7e6cdba0773df00f4a7a7e53427b5dacd27299ebb1b1557001c96813d0313018dadb7113506
6
+ metadata.gz: 1f64b2923fa096c4c7e6a098da10cbb038229712a20929b37740bcb3e3ffd30d77930fd190dda242678da140128aa908d47f17e5df270661ae4fe04b434b7f25
7
+ data.tar.gz: 74172e2018095bfc400613fed8469461ec8ce3e01276f059345fb9407ed311ac121c6b0a2d2ed1f46d93454e735fb4654afa9c86a6549e46a63626842d995177
@@ -5,7 +5,7 @@ require_relative "dreck/result"
5
5
  # The primary namespace for {Dreck}.
6
6
  module Dreck
7
7
  # {Dreck}'s current version.
8
- VERSION = "0.1.0"
8
+ VERSION = "0.1.1"
9
9
 
10
10
  # Parse the given arguments and produce a result.
11
11
  # @param args [Array<String>] the arguments to parse
@@ -22,7 +22,7 @@ module Dreck
22
22
  # @param actual [Integer] the actual number of arguments given
23
23
  # @param expected [Integer] the expected number of arguments
24
24
  def initialize(actual, expected)
25
- super "too few arguments given (>#{actual}, expected >#{expected})"
25
+ super "too few arguments given (#{actual}, expected >#{expected})"
26
26
  end
27
27
  end
28
28
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dreck
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - William Woodruff