quran-json/Gemfile
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

8 lines
289 B
Ruby

# frozen_string_literal: true
source "https://rubygems.org"
gem "nokogiri", "~> 1.13"
gem "paint", "~> 2.2"
gem "json", "~> 2.6"
gem "standard", "~> 1.12"
gem "io-line.rb", "~> 0.1", github: "0x1eef/io-line.rb", tag: "v0.1.0"
gem "ryo.rb", "~> 0.3", github: "0x1eef/ryo.rb", tag: "v0.4.0"