vitrina 0.3.0 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vitrina",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "A general purpose, configurable, Jekyll theme",
5
5
  "main": "index.html",
6
6
  "author": {
Binary file
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'vitrina'
5
- s.version = '0.3.0'
5
+ s.version = '0.3.1'
6
6
  s.authors = ['Augusto Goulart']
7
7
  s.email = ['josegoulart.aluno@unipampa.edu.br']
8
8
 
@@ -15,6 +15,7 @@ Gem::Specification.new do |s|
15
15
  s.files = `git ls-files`.split("\n")
16
16
 
17
17
  s.platform = Gem::Platform::RUBY
18
+ s.required_ruby_version = '>= 2.5'
18
19
  s.add_runtime_dependency 'github-pages'
19
20
 
20
21
  s.add_development_dependency 'html-proofer', '~>3.15'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vitrina
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Augusto Goulart
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-09-04 00:00:00.000000000 Z
11
+ date: 2021-01-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: github-pages
@@ -138,6 +138,7 @@ files:
138
138
  - assets/js/validate.js
139
139
  - blog/index.html
140
140
  - contact.md
141
+ - favicon.ico
141
142
  - index.md
142
143
  - node_modules/.yarn-integrity
143
144
  - node_modules/bulma/CHANGELOG.md
@@ -282,7 +283,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
282
283
  requirements:
283
284
  - - ">="
284
285
  - !ruby/object:Gem::Version
285
- version: '0'
286
+ version: '2.5'
286
287
  required_rubygems_version: !ruby/object:Gem::Requirement
287
288
  requirements:
288
289
  - - ">="