0x1eef
2d9a22ea8f
The project's directory structure has been changed to be similar to how FreeBSD organizes its filesystem. The english, portuguese, and farsi translations are now sourced from https://quran.com. The original Arabic is still sourced from searchtruth.com. Files have been removed, and / or replaced. The SQL-related files have been removed, with the intention to separate them into a new project in the future (quran-sql). The lessons learnt from the development of quran-audio were an inspiration for this change.
8 lines
289 B
Ruby
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.3.0"
|