From 9d638ef85c589e41c2ec86e0b2c9841dd5de5aee Mon Sep 17 00:00:00 2001 From: matrixfox Date: Sat, 8 Apr 2017 09:48:28 -0700 Subject: [PATCH] Update 0.0.4 --- CHANGELOG.md | 11 +++++++++++ README.md | 4 +--- jekyll-theme-bootstrap.gemspec | 3 ++- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 919a77d..fc8becc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## v0.0.4 + +* updated meta in default.html +* added bootstrap upgrade script +* updated README +* remove Rakefile +* added .travis.yml +* added build and version info to README.md +* removed bootstrap and script/update +* added bootstrap-sass + ## v0.0.3 * updated homepage url in gemspec diff --git a/README.md b/README.md index db68594..cf6a589 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Build Status](https://travis-ci.org/matrixfox/jekyll-theme-bootstrap.svg?branch=master)](https://travis-ci.org/matrixfox/jekyll-theme-bootstrap) [![Gem Version](https://badge.fury.io/rb/jekyll-theme-bootstrap.svg)](https://badge.fury.io/rb/jekyll-theme-bootstrap) -This Bootstrap theme is made for Jekyll. You can use the default template or make your own. +Jekyll Bootstrap Theme is the best of both worlds. Combing the power of Jekyll with Bootstrap. You may use the default template, or make your own. ## Usage @@ -32,8 +32,6 @@ If you'd like to preview the theme locally (for example, in the process of propo The theme contains a minimal test suite, to ensure a site with the theme would build successfully. To run the tests, simply run `script/cibuild`. You'll need to run `script/bootstrap` one before the test script will work. -To update to the latests Bootstrap version run `script/update` and press `y` to continue. - ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/matrixfox/jekyll-theme-bootstrap. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct. diff --git a/jekyll-theme-bootstrap.gemspec b/jekyll-theme-bootstrap.gemspec index 1d75a41..da5dffc 100644 --- a/jekyll-theme-bootstrap.gemspec +++ b/jekyll-theme-bootstrap.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |spec| spec.name = "jekyll-theme-bootstrap" - spec.version = "0.0.3" + spec.version = "0.0.4" spec.authors = ["matrixfox"] spec.email = ["matrixfox@gmail.com"] @@ -16,5 +16,6 @@ Gem::Specification.new do |spec| end spec.platform = Gem::Platform::RUBY + spec.add_development_dependency "bootstrap-sass", "~> 3.3.6" spec.add_runtime_dependency "jekyll", "~> 3.3" end