Skip to content

Commit a6a84a4

Browse files
committed
Not sure why but this def of the constant breaks Steep with duplicated definition error when gem included in another project
1 parent 73e15bd commit a6a84a4

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

lib/encoded_id/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module EncodedId
4-
VERSION = "0.1.0"
4+
VERSION = "0.3.0"
55
end

sig/encoded_id.rbs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
module EncodedId
2-
VERSION: ::String
3-
42
EncodedIdFormatError: ::ArgumentError
53
InvalidAlphabetError: ::ArgumentError
64
InvalidInputError: ::ArgumentError

sig/hash_ids.rbs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
class Hashids
2-
VERSION: ::String
3-
42
MIN_ALPHABET_LENGTH: ::Integer
53

64
SEP_DIV: ::Float

0 commit comments

Comments
 (0)