Skip to content

Instantly share code, notes, and snippets.

@jmduke
Created May 28, 2013 04:54
Show Gist options
  • Save jmduke/5660594 to your computer and use it in GitHub Desktop.
Save jmduke/5660594 to your computer and use it in GitHub Desktop.
Error when running pagoda
$ pagoda .
/Library/Ruby/Site/1.8/rubygems/core_ext/kernel_require.rb:45:in `gem_original_require': /Library/Ruby/Gems/1.8/gems/pagoda-jekyll-0.0.9/bin/../lib/pagoda/app.rb:39: syntax error, unexpected tIDENTIFIER, expecting tAMPER (SyntaxError)
...source, *%w[_posts], post_file)
^
/Library/Ruby/Gems/1.8/gems/pagoda-jekyll-0.0.9/bin/../lib/pagoda/app.rb:146: syntax error, unexpected tIDENTIFIER, expecting tAMPER
repo.add File.join(jekyll_site.source, *%w[_posts], filename)
^
from /Library/Ruby/Site/1.8/rubygems/core_ext/kernel_require.rb:45:in `require'
from /Library/Ruby/Gems/1.8/gems/pagoda-jekyll-0.0.9/bin/pagoda:20
from /usr/bin/pagoda:23:in `load'
from /usr/bin/pagoda:23
@alagu
Copy link

alagu commented Jun 9, 2013

Can you try with ruby v1.9.3 and the latest gem - https://rubygems.org/gems/pagoda-jekyll ? I haven't tested it with ruby 1.8.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment