Moderizing dev environment.

- Use rake-deveiate.
 - Fixes for README
 - Add History, break out Manifest
 - Remove keyword expansion constant REVISION
 - Use current Configurability APIs instead of the (now ancient) methods
 - Whitespace changes

FossilOrigin-Name: a778fb275af99a238d9d2311cc601c58adf80e28bd68a37e06acdfb6efeb018d
This commit is contained in:
Mahlon E. Smith 2023-03-21 18:21:32 +00:00
parent 07c927e13a
commit 2682000224
18 changed files with 210 additions and 227 deletions

17
gem.deps.rb Normal file
View file

@ -0,0 +1,17 @@
source 'https://rubygems.org/'
gem 'sequel', '~> 5.66'
gem 'sorted_set', '~> 1.0'
gem 'sqlite3', '~> 1.6'
gem 'symphony', '~> 0.14'
gem 'yajl-ruby', '~> 1.4'
group :development do
gem 'rake-deveiate', '~> 0.22'
gem 'rspec', '~> 3.12'
gem 'rdoc-generator-sixfish', '~> 0.3'
gem 'simplecov', '~> 0.22'
gem 'timecop', '~> 0.9'
gem 'pry', '~> 0.14'
end