Open mjohnq3 opened 9 years ago
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
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.
You can track the progress of Jekyll 3 support in PR #7.
Ok Thanks, that's good to know. I do appreciate all your hard work on this.
Why does this install 19 Gems, including Jekyll 2.5.3, redcarpet, and pygments? I'm trying to use this with Jekyll 3.x.