Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
Permalink
Browse files

#justgemthings

  • Loading branch information
andrewbanchich committed Nov 22, 2016
1 parent e281313 commit 313ca12742a0123e946887a1f1337b0df1f023d5
Showing with 20 additions and 0 deletions.
  1. +2 −0 Gemfile
  2. +18 −0 hyperspace_jekyll_theme.gemspec
@@ -0,0 +1,2 @@
source "https://rubygems.org"
gemspec
@@ -0,0 +1,18 @@
# coding: utf-8

Gem::Specification.new do |spec|
spec.name = "hyperspace_jekyll_theme"
spec.version = "0.1.1"
spec.authors = ["Andrew Banchich"]
spec.email = ["andrewbanchich@gmail.com"]

spec.summary = %q{A Jekyll version of the "Hyperspace" theme by HTML5 UP.}
spec.homepage = "https://gitlab.com/andrewbanchich/hyperspace-jekyll-theme"
spec.license = "MIT"

spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(assets|_layouts|_includes|_sass|LICENSE|README)}i) }

spec.add_development_dependency "jekyll", "~> 3.3"
spec.add_development_dependency "bundler", "~> 1.12"
spec.add_development_dependency "rake", "~> 10.0"
end

0 comments on commit 313ca12

Please sign in to comment.
You can’t perform that action at this time.