Open chuck-john opened 2 months ago
git clone https://github.com/slim-template/html2slim.git
cd ./html2slim
gem build html2slim.gemspec
gem install html2slim-0.2.0.gem
That should work..
I installed html2slim directly from github via gem rdp/specific_install
gem install specific_install
gem specific_install -l https://github.com/slim-template/html2slim
Ruby
3.2.2 (2023-03-30 revision e51014f9c0) [arm64-darwin22]
Rails7.1.3.4
No repository tag for v0.2.1
lib/html2slim/version.rb
still lists 0.2.0 in master branchrelated issues
47
48
Forking and installing a local version works as expected. Fetching from rubygems seems to be the issue.