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