We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73e15bd commit a6a84a4Copy full SHA for a6a84a4
lib/encoded_id/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module EncodedId
4
- VERSION = "0.1.0"
+ VERSION = "0.3.0"
5
end
sig/encoded_id.rbs
@@ -1,6 +1,4 @@
- VERSION: ::String
-
EncodedIdFormatError: ::ArgumentError
InvalidAlphabetError: ::ArgumentError
6
InvalidInputError: ::ArgumentError
sig/hash_ids.rbs
class Hashids
MIN_ALPHABET_LENGTH: ::Integer
SEP_DIV: ::Float
0 commit comments