Sha256: 7683e61d8c2d1c4c736735499948a90d2b6d7a364a80fa9845570aa761ae5707

Contents?: true

Size: 998 Bytes

Versions: 6

Compression:

Stored size: 998 Bytes

Contents

source "https://rubygems.org"
ruby RUBY_VERSION

# Hello! This is where you manage which Jekyll version is used to run.
# When you want to use a different version, change it below, save the
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
#
#     bundle exec jekyll serve
#
# This will help ensure the proper Jekyll version is running.
# Happy Jekylling!
gem "jekyll", "~> 3.2"

# This is the default theme for new Jekyll sites. You may change this to anything you like.
gem "writers-zone", "~> 0.1"

## Plugins

gem "jekyll-feed", "~> 0.7"
gem "jekyll-gist", "~> 1.4"
gem "jekyll-paginate", "~> 1.1"
gem "jekyll-seo-tag", "~> 2.0"
gem "jekyll-sitemap", "~> 0.11"

# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
# uncomment the line below. To upgrade, run `bundle update github-pages`.
# gem "github-pages", group: :jekyll_plugins

# If you have any plugins, put them here!
# group :jekyll_plugins do
#   gem "jekyll-github-metadata", "~> 1.0"
# end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
writers-zone-0.1.5 demo/Gemfile
writers-zone-0.1.4 demo/Gemfile
writers-zone-0.1.3 demo/Gemfile
writers-zone-0.1.2 demo/Gemfile
writers-zone-0.1.1 demo/Gemfile
writers-zone-0.1.0 demo/Gemfile