edgecase / ghpreview

Preview Markdown files (such as a README) exactly how it will appear on Github
MIT License
27 stars 4 forks source link

-w flag exits immediately #18

Closed enriquez closed 10 years ago

enriquez commented 10 years ago

I think I have the wrong version of the Listen gem. The ghpreview.gemspec doesn't specify a version, so I have 2.2 installed.

enriquez commented 10 years ago

I might be having overall issues with the dependency versions. Other versioning issue I had: #17

Here is my Gemfile.lock

PATH
  remote: .
  specs:
    ghpreview (0.0.9)
      github-linguist (= 2.1)
      html-pipeline (= 0.0.6)
      httpclient
      listen
      rb-fsevent

GEM
  remote: https://rubygems.org/
  specs:
    activesupport (4.0.1)
      i18n (~> 0.6, >= 0.6.4)
      minitest (~> 4.2)
      multi_json (~> 1.3)
      thread_safe (~> 0.1)
      tzinfo (~> 0.3.37)
    atomic (1.1.14)
    blankslate (3.1.2)
    celluloid (0.15.2)
      timers (~> 1.1.0)
    charlock_holmes (0.6.9.4)
    escape_utils (0.2.4)
    ffi (1.0.11)
    gemoji (1.5.0)
    github-linguist (2.1.0)
      charlock_holmes (~> 0.6.6)
      escape_utils (~> 0.2.3)
      mime-types (~> 1.18)
      pygments.rb (~> 0.2.13)
    github-markdown (0.6.3)
    html-pipeline (0.0.6)
      activesupport (>= 2)
      escape_utils (~> 0.2)
      gemoji (~> 1.0)
      github-linguist (~> 2.1)
      github-markdown (~> 0.5)
      nokogiri (~> 1.4)
      rinku (~> 1.7)
      sanitize (~> 2.0)
    httpclient (2.3.4.1)
    i18n (0.6.5)
    listen (2.2.0)
      celluloid (>= 0.15.2)
      rb-fsevent (>= 0.9.3)
      rb-inotify (>= 0.9)
    mime-types (1.25)
    mini_portile (0.5.2)
    minitest (4.7.5)
    multi_json (1.8.2)
    nokogiri (1.6.0)
      mini_portile (~> 0.5.0)
    pygments.rb (0.2.13)
      rubypython (~> 0.5.3)
    rake (10.1.0)
    rb-fsevent (0.9.3)
    rb-inotify (0.9.2)
      ffi (>= 0.5.0)
    rinku (1.7.3)
    rubypython (0.5.3)
      blankslate (>= 2.1.2.3)
      ffi (~> 1.0.7)
    sanitize (2.0.6)
      nokogiri (>= 1.4.4)
    thread_safe (0.1.3)
      atomic
    timers (1.1.0)
    tzinfo (0.3.38)

PLATFORMS
  ruby

DEPENDENCIES
  ghpreview!
  rake
enriquez commented 10 years ago

Yay! Thanks!