Skip to content

Commit

Permalink
rename gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Jurgen Leschner committed Oct 6, 2016
1 parent 15fcd74 commit 82cda1e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source 'https://rubygems.org'

gem 'github-pages'
gem "github-pages", :github => "github/pages-gem", :branch => "jekyll-v3-3-0"
gemspec
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# encoding: utf-8

Gem::Specification.new do |s|
s.name = "jekyll-apg-theme-cayman"
s.name = "jekyll-theme-cayman"
s.version = "0.0.1"
s.authors = ["Jason Long"]
s.email = ["[email protected]"]
s.homepage = "https://github.com/pages-themes/jekyll-apg-theme-cayman"
s.homepage = "https://github.com/pages-themes/cayman"
s.summary = "Cayman is a clean, responsive theme for GitHub Pages"

s.files = `git ls-files -z`.split("\x0").select do |f|
f.match(%r{^((_includes|_layouts|_sass|assets)/|(LICENSE|README)((\.(txt|md|markdown)|$)))}i)
end

s.platform = Gem::Platform::RUBY
s.add_runtime_dependency "jekyll", "~> 3.2"
s.add_runtime_dependency "jekyll", "~> 3.3"
end
2 changes: 1 addition & 1 deletion script/cibuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
set -e

bundle exec jekyll build
bundle exec gem build jekyll-apg-theme-cayman.gemspec
bundle exec gem build jekyll-theme-cayman.gemspec

0 comments on commit 82cda1e

Please sign in to comment.