File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
otp-version : " 26.0.2"
18
18
gleam-version : " 1.5.0"
19
19
rebar3-version : " 3"
20
- # elixir-version: "1.15.4"
20
+ elixir-version : " 1.15.4"
21
21
- run : gleam deps download
22
22
- run : gleam test
23
23
- run : gleam format --check src test
Original file line number Diff line number Diff line change 1
1
# gtz
2
- A simple timezone library for Gleam!
2
+ A timezone data provider for Gleam!
3
3
4
4
[ ![ Package Version] ( https://img.shields.io/hexpm/v/gtz )] ( https://hex.pm/packages/gtz )
5
5
[ ![ Hex Docs] ( https://img.shields.io/badge/hex-docs-ffaff3 )] ( https://hexdocs.pm/gtz/ )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version = "0.1.0"
4
4
# Fill out these fields if you intend to generate HTML documentation or publish
5
5
# your project to the Hex package manager.
6
6
7
- description = " A simple timezone library for Gleam!"
7
+ description = " A timezone data provider for Gleam! "
8
8
licences = [" Apache-2.0" ]
9
9
repository = { type = " github" , user = " jrstrunk" , repo = " gtz" }
10
10
links = [{ title = " Website" , href = " https://gleam.run" }]
Original file line number Diff line number Diff line change @@ -27,6 +27,6 @@ packages = [
27
27
[requirements ]
28
28
gleam_stdlib = { version = " >= 0.34.0 and < 2.0.0" }
29
29
gleeunit = { version = " >= 1.0.0 and < 2.0.0" }
30
- gtempo = { version = " >= 5.0.0 and < 6.0.0 " }
30
+ gtempo = { version = " >= 5.0.0" }
31
31
timex = { version = " >= 3.7.11 and < 4.0.0" }
32
32
tz = { version = " >= 0.28.1 and < 1.0.0" }
You can’t perform that action at this time.
0 commit comments