Comments
-
Greg Hurrell
Yes! Thanks for bringing this to my attention.
I think I will probably relax the requirement and replace it with a warning.
In the meantime, I think you can just comment out the check; I fully expect it to work on Ruby 2.2.x.
-
Greg Hurrell
Summary changed:
- From: Wikitext doesn't
- To: Wikitext doesn't build on Ruby 2.2.x
-
anonymous
Thank you ! (And sorry about the title... I stopped to write it and forgot after ...)
Just, how can I build it ? (I'm a beginner in ruby & with gems).
-
Greg Hurrell
You'd need to clone the repo.
Comment out these lines.
Build and install using something like the following in the root directory of the repo:
$ gem build wikitext.gemspec $ gem install ./wikitext-4.1.0.99.gem
Or, you can just wait a few hours for me to cut a release (I'll do that after work today).
-
Greg Hurrell
Closing, as this is now fixed in the 4.1.2 release.
-
Greg Hurrell
Status changed:
- From: open
- To: closed
Add a comment
Comments are now closed for this issue.