Skip to content

Commit

Permalink
Merge pull request #49 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 b03aea6 + e04dc47 commit 03893e3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 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.5] - 2020-05-27

### Fixed

- Gem not packing all files

## [0.2.4] - 2020-05-27

### Fixed
Expand Down Expand Up @@ -39,7 +45,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.4...HEAD
[unreleased]: https://github.com/oAGoulart/vitrina/compare/v0.2.5...HEAD
[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
[0.2.0]: https://github.com/oAGoulart/vitrina/releases/tag/v0.2.0
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.4",
"version": "0.2.5",
"description": "A general purpose, configurable, Jekyll theme",
"main": "index.html",
"author": {
Expand Down
7 changes: 2 additions & 5 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.4'
s.version = '0.2.5'
s.authors = ['Augusto Goulart']
s.email = ['josegoulart.aluno@unipampa.edu.br']

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

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

s.files = `git ls-files -z`.split('\x0').select do |f|
f.match(%r{^(assets|_(includes|layouts|sass|posts)/|
(LICENSE|README)((\.(txt|md|markdown|json)|$)))}i)
end
s.files = Dir['./**/']

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

0 comments on commit 03893e3

Please sign in to comment.