parent
b260d3475a
commit
3493889325
|
|
@ -39,7 +39,7 @@ For more information, see [ulid specs][ulid-specs]
|
|||
dependencies:
|
||||
ulid:
|
||||
github: lemarsu/ulid
|
||||
version: 0.1.2
|
||||
version: "~> 0.1.3"
|
||||
```
|
||||
|
||||
2. Run `shards install`
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
name: ulid
|
||||
version: 0.1.2
|
||||
version: 0.1.3
|
||||
|
||||
authors:
|
||||
- LeMarsu <ch.ruelle at lemarsu.com>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
require "base32"
|
||||
|
||||
module Ulid
|
||||
VERSION = "0.1.2"
|
||||
VERSION = "0.1.3"
|
||||
|
||||
class ULID
|
||||
class Error < Exception; end
|
||||
|
|
|
|||
Loading…
Reference in New Issue