Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

19 Gems! #6

Open
mjohnq3 opened this issue Jul 10, 2015 · 4 comments
Open

19 Gems! #6

mjohnq3 opened this issue Jul 10, 2015 · 4 comments

Comments

@mjohnq3
Copy link

mjohnq3 commented Jul 10, 2015

Why does this install 19 Gems, including Jekyll 2.5.3, redcarpet, and pygments? I'm trying to use this with Jekyll 3.x.

@mjohnq3
Copy link
Author

mjohnq3 commented Jul 10, 2015

vagrant@jekyll3:/vagrant/jekyll/jekylltest$ gem install octopress-paginate
Fetching: fast-stemmer-1.0.2.gem (100%)
Building native extensions. This could take a while...
Successfully installed fast-stemmer-1.0.2
Fetching: classifier-reborn-2.0.3.gem (100%)
Successfully installed classifier-reborn-2.0.3
Fetching: execjs-2.5.2.gem (100%)
Successfully installed execjs-2.5.2
Fetching: coffee-script-source-1.9.1.1.gem (100%)
Successfully installed coffee-script-source-1.9.1.1
Fetching: coffee-script-2.4.1.gem (100%)
Successfully installed coffee-script-2.4.1
Fetching: jekyll-coffeescript-1.0.1.gem (100%)
Successfully installed jekyll-coffeescript-1.0.1
Fetching: jekyll-gist-1.2.1.gem (100%)
Successfully installed jekyll-gist-1.2.1
Fetching: jekyll-paginate-1.1.0.gem (100%)
Successfully installed jekyll-paginate-1.1.0
Fetching: blankslate-2.1.2.4.gem (100%)
Successfully installed blankslate-2.1.2.4
Fetching: parslet-1.5.0.gem (100%)
Successfully installed parslet-1.5.0
Fetching: toml-0.1.2.gem (100%)
Successfully installed toml-0.1.2
Fetching: redcarpet-3.3.2.gem (100%)
Building native extensions. This could take a while...
Successfully installed redcarpet-3.3.2
Fetching: posix-spawn-0.3.11.gem (100%)
Building native extensions. This could take a while...
Successfully installed posix-spawn-0.3.11
Fetching: yajl-ruby-1.2.1.gem (100%)
Building native extensions. This could take a while...
Successfully installed yajl-ruby-1.2.1
Fetching: pygments.rb-0.6.3.gem (100%)
Successfully installed pygments.rb-0.6.3
Fetching: liquid-2.6.2.gem (100%)
Successfully installed liquid-2.6.2
Fetching: jekyll-2.5.3.gem (100%)
Successfully installed jekyll-2.5.3
Fetching: octopress-hooks-2.6.1.gem (100%)
Successfully installed octopress-hooks-2.6.1
Fetching: octopress-paginate-1.1.2.gem (100%)
Successfully installed octopress-paginate-1.1.2
19 gems installed

@imathis
Copy link
Member

imathis commented Jul 11, 2015

This gem requires Octopress Hooks which requires Jekyll >= 2.0.0. All of those dependencies are because of Jekyll 2.5.3. The way Rubygems handles dependencies, Jekyll 3 doesn't meet >= 2.0.0 that requirement until it has a stable release. Also, currently this gem does not work with Jekyll 3, but I'm working on that right now.

@imathis
Copy link
Member

imathis commented Jul 11, 2015

You can track the progress of Jekyll 3 support in PR #7.

@mjohnq3
Copy link
Author

mjohnq3 commented Jul 11, 2015

Ok Thanks, that's good to know. I do appreciate all your hard work on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants