≡

wincent.dev

  • Products
  • Blog
  • Wiki
  • Issues
You are viewing an historical archive of past issues. Please report new issues to the appropriate project issue tracker on GitHub.
Home » Issues » Bug #2215

Bug #2215: Wikitext doesn't build on Ruby 2.2.x

Kind bug
Product wikitext
When Created 2015-07-16T19:37:59Z, updated 2015-07-22T19:08:21Z
Status closed
Reporter anonymous
Tags no tags

Description

Hi,

Wikitext fail to build with Ruby 2.2.2 with the following assertion : "unsupported Ruby version: 2.2.2 (RuntimeError)" (from extconf.rb).

Could you add ruby 2.2 as supported version ?

Thx! :)

Comments

  1. Greg Hurrell 2015-07-16T20:03:08Z

    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.

  2. Greg Hurrell 2015-07-16T20:03:26Z

    Summary changed:

    • From: Wikitext doesn't
    • To: Wikitext doesn't build on Ruby 2.2.x
  3. anonymous 2015-07-16T20:23:56Z

    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).

  4. Greg Hurrell 2015-07-16T20:34:22Z

    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).

  5. Greg Hurrell 2015-07-22T19:08:16Z

    Closing, as this is now fixed in the 4.1.2 release.

  6. Greg Hurrell 2015-07-22T19:08:21Z

    Status changed:

    • From: open
    • To: closed
Add a comment

Comments are now closed for this issue.

  • contact
  • legal

Menu

  • Blog
  • Wiki
  • Issues
  • Snippets