Skip to content

Commit

Permalink
Merge pull request #50 from oAGoulart/updates
Browse files Browse the repository at this point in the history
Updates
  • Loading branch information
oAGoulart authored May 27, 2020
2 parents 03893e3 + 1d717b8 commit e252ee9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [0.2.6] - 2020-05-27

### Changed

- Gem files registration method

## [0.2.5] - 2020-05-27

### Fixed
Expand Down Expand Up @@ -45,7 +51,8 @@ All notable changes to this project will be documented in this file.
- Unnecessary files from Jekyll build/serve


[unreleased]: https://github.com/oAGoulart/vitrina/compare/v0.2.5...HEAD
[unreleased]: https://github.com/oAGoulart/vitrina/compare/v0.2.6...HEAD
[0.2.6]: https://github.com/oAGoulart/vitrina/releases/tag/v0.2.6
[0.2.5]: https://github.com/oAGoulart/vitrina/releases/tag/v0.2.5
[0.2.4]: https://github.com/oAGoulart/vitrina/releases/tag/v0.2.4
[0.2.2]: https://github.com/oAGoulart/vitrina/releases/tag/v0.2.2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vitrina",
"version": "0.2.5",
"version": "0.2.6",
"description": "A general purpose, configurable, Jekyll theme",
"main": "index.html",
"author": {
Expand Down
4 changes: 2 additions & 2 deletions vitrina.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = 'vitrina'
s.version = '0.2.5'
s.version = '0.2.6'
s.authors = ['Augusto Goulart']
s.email = ['josegoulart.aluno@unipampa.edu.br']

Expand All @@ -12,7 +12,7 @@ Gem::Specification.new do |s|

s.metadata['plugin_type'] = 'theme'

s.files = Dir['./**/']
s.files = `git ls-files`.split("\n")

s.platform = Gem::Platform::RUBY
s.add_runtime_dependency 'github-pages'
Expand Down

0 comments on commit e252ee9

Please sign in to comment.