quran-json/Gemfile.lock
0x1eef f4483b62e4 Restructure the object that describes a surah.
The object is now structured differently:

{
  id: number,
  name: {
    codepoints: number[],
    translated: string,
    transliterated: string
  },
  origin: "makkah" | "medina",
  ayahs: number,
  slug: string,
  translator: string
}
2023-09-17 00:08:32 -03:00

70 lines
1.5 KiB
Text

GIT
remote: https://github.com/0x1eef/io-line.rb.git
revision: 04754c6f2ed255bee1fbfdf93e88722b9a784eb5
tag: v0.1.0
specs:
io-line.rb (0.1.0)
io-console (~> 0.5)
GIT
remote: https://github.com/0x1eef/ryo.rb.git
revision: 274a63d6ae55392ccac2c0fbe95c384e92de47b6
tag: v0.4.0
specs:
ryo.rb (0.4.0)
GEM
remote: https://rubygems.org/
specs:
ast (2.4.2)
io-console (0.6.0)
json (2.6.3)
language_server-protocol (3.17.0.3)
mini_portile2 (2.8.1)
nokogiri (1.14.2)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
paint (2.3.0)
parallel (1.22.1)
parser (3.2.1.1)
ast (~> 2.4.1)
racc (1.6.2)
rainbow (3.1.1)
regexp_parser (2.7.0)
rexml (3.2.5)
rubocop (1.44.1)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.2.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.24.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.27.0)
parser (>= 3.2.1.0)
rubocop-performance (1.15.2)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
ruby-progressbar (1.13.0)
standard (1.24.3)
language_server-protocol (~> 3.17.0.2)
rubocop (= 1.44.1)
rubocop-performance (= 1.15.2)
unicode-display_width (2.4.2)
PLATFORMS
amd64-freebsd-14
x86_64-openbsd
DEPENDENCIES
io-line.rb (~> 0.1)!
json (~> 2.6)
nokogiri (~> 1.13)
paint (~> 2.2)
ryo.rb (~> 0.3)!
standard (~> 1.12)
BUNDLED WITH
2.3.26